.elementor-60 .elementor-element.elementor-element-cc6b40c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f737204 *//* HERO */
.cat-hero {
    background: #f8f8f8 url('https://via.placeholder.com/1200x250') center/cover no-repeat;
    padding: 70px 0;
    text-align: center;
}
.cat-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

/* Breadcrumb */
.breadcrumb-wrapper {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.breadcrumbs a {
    color: #0066cc;
    text-decoration: none;
}
.breadcrumbs span {
    color: #333;
}

/* Layout */
.container {
    max-width: 1180px;
    margin: auto;
    padding: 0 20px;
}
.layout {
    display: flex;
    gap: 40px;
}

/* Left Content */
.left-content {
    flex: 0 0 68%;
}

/* Post Item */
.post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}
.post-item .thumb img {
    width: 180px;
    height: auto;
    border-radius: 4px;
}
.post-item .details {
    flex: 1;
}
.post-item .title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
}
.meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}
.meta .icon {
    margin-right: 5px;
}
.excerpt {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

/* Sidebar */
.sidebar {
    flex: 0 0 28%;
}
.sidebar-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}
.side-post {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.side-post img {
    width: 75px;
    height: 60px;
    border-radius: 3px;
}
.side-title {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}/* End custom CSS */