.elementor-66 .elementor-element.elementor-element-5691064{--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-7004a2a */.tg-body {
    font-family: 'Open Sans', sans-serif;
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px;
}

/* ================= HERO BLOCK ================= */
.tg-hero-block {
    display: flex;
    gap: 25px;
    margin-bottom: 35px;
}

/* Left side (big + bottom grid) */
.hero-left {
    flex: 0 0 72%;
}
.hero-big {
    position: relative;
    display: block;
}
.hero-big img {
    width: 100%;
    border-radius: 8px;
}
.hero-bottom-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.hero-small {
    position: relative;
    display: block;
}
.hero-small img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}

/* HERO text overlay */
.hero-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #fff;
}
.cat-label {
    background: #cc0000;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 4px;
}
.hero-overlay h2 {
    margin: 5px 0 0;
    font-size: 20px;
    font-weight: 700;
}
.hero-overlay h3 {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 700;
}

/* ================= SIDEBAR ================= */
.hero-right {
    flex: 0 0 25%;
}
.side-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.side-post {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}
.side-post img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 4px;
}
.side-post p {
    font-size: 14px;
    line-height: 1.4;
}

/* ================= CATEGORY HEADER ================= */
.tg-category-header {
    margin-bottom: 20px;
}
.breadcrumbs {
    font-size: 13px;
    color: #666;
}
.tg-category-header h1 {
    font-size: 28px;
    font-weight: 800;
    margin-top: 8px;
}

/* ================= GRID POSTS ================= */
.tg-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.tg-post {
    background: #fff;
}
.tg-post img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 6px;
}
.tg-post .content {
    padding: 10px;
}
.tg-post .cat {
    color: #cc0000;
    font-size: 12px;
    font-weight: 700;
}
.tg-post h3 {
    font-size: 16px;
    margin: 8px 0;
}
.tg-post p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}/* End custom CSS */