.home .kh-news-featured-section {
    padding: 76px 24px 84px;
}

.home .kh-news-featured-inner {
    gap: 34px;
}

.home #brxe-a9d169 {
    gap: 8px;
}

.home #brxe-564736 {
    margin: 0;
    font-size: clamp(34px, 3.3vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
    text-align: center;
}

.home #brxe-e812b0 {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(49, 32, 28, 0.72);
    font-size: 17px;
    line-height: 1.65;
    text-align: center;
}

.home .kh-news-featured-layout {
    grid-template-columns: minmax(0, 2.05fr) minmax(320px, 0.95fr);
    gap: 22px;
    align-items: stretch;
}

.home .kh-news-featured-card {
    min-height: 560px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 8px;
    box-shadow: 0 24px 52px rgba(85, 47, 39, 0.16);
}

.home .kh-news-featured-image,
.home .kh-news-featured-image img {
    width: 100%;
    height: 100%;
}

.home .kh-news-featured-image img {
    display: block;
    object-fit: cover;
}

.home .kh-news-featured-overlay {
    position: absolute;
    top: auto !important;
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block !important;
    padding: 22px 24px 20px !important;
    color: #3e292f;
    background: rgba(248, 220, 227, 0.82) !important;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 16px 32px rgba(88, 45, 57, 0.14);
    -webkit-backdrop-filter: blur(20px) saturate(1.15);
    backdrop-filter: blur(20px) saturate(1.15);
}

.home .kh-news-featured-overlay::before,
.home .kh-news-featured-overlay::after {
    content: none !important;
    display: none !important;
}

.home .kh-news-featured-meta {
    margin: 0 0 8px;
    color: #8b3449 !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.home .kh-news-featured-title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #3e292f !important;
    font-size: clamp(27px, 2.25vw, 34px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home .kh-news-featured-excerpt {
    display: -webkit-box;
    margin: 12px 0 0;
    overflow: hidden;
    color: rgba(62, 41, 47, 0.78) !important;
    font-size: 15px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home .kh-news-featured-readmore {
    margin-top: 14px;
    color: #8b3449 !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.home .kh-news-side-list {
    gap: 10px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.52) !important;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 8px;
    box-shadow: 0 24px 52px rgba(85, 47, 39, 0.12);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.home #brxe-ab9959 {
    margin-bottom: 2px;
    padding: 0 4px;
    color: #8b3449;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.home .kh-news-side-card {
    min-height: 150px;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.44) !important;
    border: 1px solid rgba(139, 52, 73, 0.12);
    border-radius: 8px;
    transition: background-color 180ms ease, transform 180ms ease;
}

.home .kh-news-side-card:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    transform: translateY(-2px);
}

.home .kh-news-side-image {
    width: 116px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 6px;
}

.home .kh-news-side-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home .kh-news-side-card > div:last-child {
    min-width: 0;
    gap: 5px;
}

.home .brxe-c778c7 {
    color: rgba(76, 42, 35, 0.62);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.home .brxe-2a1e66 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #30211e;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home .kh-news-side-card .kh-news-readmore {
    color: #8b3449;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

@media (max-width: 1023px) {
    .home .kh-news-featured-layout {
        grid-template-columns: 1fr;
    }

    .home .kh-news-featured-card {
        min-height: 520px;
    }

    .home .kh-news-side-list {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home #brxe-ab9959 {
        grid-column: 1 / -1;
    }

    .home .kh-news-side-card {
        min-height: 0;
        grid-template-columns: 1fr;
        align-content: start;
    }

    .home .kh-news-side-image {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .home .kh-news-featured-section {
        padding: 56px 16px 72px;
    }

    .home .kh-news-featured-inner {
        gap: 26px;
    }

    .home #brxe-564736 {
        font-size: 32px;
    }

    .home #brxe-e812b0 {
        font-size: 15px;
    }

    .home .kh-news-featured-card {
        min-height: 520px;
    }

    .home .kh-news-featured-overlay {
        right: 12px;
        bottom: 12px;
        left: 12px;
        padding: 17px 16px 16px !important;
    }

    .home .kh-news-featured-title {
        font-size: 24px;
        -webkit-line-clamp: 3;
    }

    .home .kh-news-featured-excerpt {
        font-size: 14px;
    }

    .home .kh-news-side-list {
        grid-template-columns: 1fr;
    }

    .home .kh-news-side-card {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .home .kh-news-side-image {
        width: 104px;
    }
}
.home,
.home #brx-content {
    overflow-x: clip;
}
