.home-news-updates-section {
    --news-updates-accent: var(--theme-primary, #e3262e);
    --news-updates-ink: #17191d;
    --news-updates-muted: #68707a;
    background: #fff;
    overflow: hidden;
    padding: 72px 0 76px;
}

.home-news-updates-section > .container {
    max-width: 1320px;
}

.home-news-updates-header {
    align-items: end;
    border-bottom: 1px solid #e6e8ec;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 24px;
}

.home-news-updates-kicker {
    color: var(--news-updates-accent);
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.home-news-updates-header h2 {
    color: var(--news-updates-ink);
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.home-news-updates-header p {
    color: var(--news-updates-muted);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin: 12px 0 0;
}

.home-news-updates-view-all {
    align-items: center;
    background: var(--news-updates-ink);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    transition: background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.home-news-updates-view-all:hover,
.home-news-updates-view-all:focus-visible {
    background: var(--news-updates-accent);
    box-shadow: 0 16px 34px rgba(var(--theme-primary-rgb, 255, 51, 0), .22);
    color: #fff;
    outline: 0;
    transform: translateY(-2px);
}

.home-news-updates-view-all span,
.home-news-update-footer a span {
    display: inline-block;
    transition: transform .22s ease;
}

.home-news-updates-view-all:hover span,
.home-news-updates-view-all:focus-visible span,
.home-news-update-footer a:hover span,
.home-news-update-footer a:focus-visible span {
    transform: translateX(4px);
}

.home-news-updates-slider-wrap {
    position: relative;
}

.home-news-updates-grid {
    display: block;
}

.home-news-updates-grid .owl-stage {
    display: flex;
}

.home-news-updates-grid .owl-item {
    display: flex;
}

.home-news-updates-grid .owl-item > .home-news-update-card {
    width: 100%;
}

.home-news-update-card {
    background: #fff;
    border: 1px solid #e4e7eb;
    border-radius: 0;
    box-shadow: 0 18px 42px rgba(20, 24, 31, .08);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.home-news-updates-nav {
    align-items: center;
    background: #fff;
    border: 1px solid #e4e7eb;
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(20, 24, 31, .12);
    color: var(--news-updates-ink);
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    height: 46px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
    width: 46px;
    z-index: 4;
}

.home-news-updates-prev {
    left: -23px;
}

.home-news-updates-next {
    right: -23px;
}

.home-news-updates-nav:hover,
.home-news-updates-nav:focus-visible {
    background: var(--news-updates-accent);
    border-color: var(--news-updates-accent);
    color: #fff;
    outline: 0;
    transform: translateY(-50%) scale(1.06);
}

.home-news-updates-grid > .owl-nav,
.home-news-updates-grid > .owl-dots,
.home-news-updates-grid .owl-controls {
    display: none !important;
}

.home-news-update-card:hover,
.home-news-update-card:focus-within {
    border-color: rgba(var(--theme-primary-rgb, 255, 51, 0), .28);
    box-shadow: 0 24px 52px rgba(20, 24, 31, .14);
    transform: translateY(-5px);
}

.home-news-update-image {
    aspect-ratio: 16 / 10.75;
    background: #edf0f3;
    display: block;
    overflow: hidden;
}

.home-news-update-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
    width: 100%;
}

.home-news-update-card:hover .home-news-update-image img,
.home-news-update-card:focus-within .home-news-update-image img {
    transform: scale(1.055);
}

.home-news-update-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px 22px 20px;
}

.home-news-update-meta {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.home-news-update-meta span,
.home-news-update-meta time {
    color: var(--news-updates-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

.home-news-update-meta span {
    color: var(--news-updates-accent);
}

.home-news-update-card h3 {
    font-size: 21px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 12px;
}

.home-news-update-card h3 a {
    color: var(--news-updates-ink);
    display: -webkit-box;
    overflow: hidden;
    transition: color .2s ease;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-news-update-card h3 a:hover,
.home-news-update-card h3 a:focus-visible {
    color: var(--news-updates-accent);
    outline: 0;
}

.home-news-update-body > p {
    color: var(--news-updates-muted);
    display: -webkit-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;
    margin: 0 0 20px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-news-update-footer {
    align-items: center;
    border-top: 1px solid #edf0f3;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 16px;
}

.home-news-update-author {
    align-items: center;
    color: var(--news-updates-ink);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    min-width: 0;
}

.home-news-update-author img {
    border-radius: 50%;
    flex: 0 0 30px;
    height: 30px;
    object-fit: cover;
    width: 30px;
}

.home-news-update-footer a {
    color: var(--news-updates-ink);
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    transition: color .2s ease;
}

.home-news-update-footer a:hover,
.home-news-update-footer a:focus-visible {
    color: var(--news-updates-accent);
    outline: 0;
}

.home-news-updates-empty {
    background: #f7f8fa;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
    color: var(--news-updates-muted);
    padding: 44px 24px;
    text-align: center;
}

.home-news-updates-empty i {
    color: var(--news-updates-accent);
    display: block;
    font-size: 30px;
    margin-bottom: 12px;
}

.home-news-updates-empty p {
    margin: 0;
}

@media (max-width: 1199px) {
    .home-news-updates-prev {
        left: -16px;
    }

    .home-news-updates-next {
        right: -16px;
    }
}

@media (max-width: 767px) {
    .home-news-updates-section {
        padding: 30px 0 25px;
    }

    .home-news-updates-header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .home-news-updates-view-all {
        min-height: 44px;
        padding: 0 20px;
    }
}

@media (max-width: 575px) {
    .home-news-updates-nav {
        height: 40px;
        width: 40px;
    }

    .home-news-updates-prev {
        left: 8px;
    }

    .home-news-updates-next {
        right: 8px;
    }

    .home-news-update-body {
        padding: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-news-updates-view-all,
    .home-news-updates-view-all span,
    .home-news-updates-nav,
    .home-news-update-card,
    .home-news-update-image img,
    .home-news-update-footer a span {
        transition: none;
    }
}

/* Breaking news card treatment */
.home-news-update-card {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: 0 14px 34px rgba(17, 24, 39, .07);
    height: 100%;
}

.home-news-update-card:hover,
.home-news-update-card:focus-within {
    border-color: rgba(var(--theme-primary-rgb, 255, 51, 0), .22);
    box-shadow: 0 26px 58px rgba(17, 24, 39, .15);
    transform: translateY(-8px);
}

.home-news-update-image {
    aspect-ratio: auto;
    border-radius: 0;
    height: 220px;
    position: relative;
}

.home-news-update-image::after {
    background: linear-gradient(180deg, rgba(17, 24, 39, 0) 42%, rgba(17, 24, 39, .38) 100%);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .35s ease;
    z-index: 1;
}

.home-news-update-image img {
    transition: transform .35s ease;
}

.home-news-update-card:hover .home-news-update-image img,
.home-news-update-card:focus-within .home-news-update-image img {
    transform: scale(1.08);
}

.home-news-update-card:hover .home-news-update-image::after,
.home-news-update-card:focus-within .home-news-update-image::after {
    opacity: 1;
}

.home-news-breaking-badge {
    align-items: center;
    background: var(--news-updates-accent);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(var(--theme-primary-rgb, 255, 51, 0), .28);
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 7px;
    line-height: 1;
    padding: 8px 14px;
    position: absolute;
    right: 14px;
    top: 14px;
    transition: transform .3s ease;
    z-index: 2;
}

.home-news-breaking-badge span {
    animation: homeNewsBreakingPulse 1.8s ease-in-out infinite;
    background: #fff;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.home-news-update-card:hover .home-news-breaking-badge,
.home-news-update-card:focus-within .home-news-breaking-badge {
    transform: scale(1.04);
}

.home-news-update-body {
    padding: 24px;
}

.home-news-update-card h3 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 16px;
}

.home-news-update-card h3 a {
    color: #111827;
}

.home-news-update-body > p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
    -webkit-line-clamp: 3;
}

.home-news-update-footer {
    align-items: stretch;
    display: grid;
    gap: 18px;
    justify-content: stretch;
    padding-top: 18px;
}

.home-news-update-meta {
    color: #6b7280;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: space-between;
    margin-bottom: 0;
}

.home-news-update-meta time,
.home-news-update-meta span {
    align-items: center;
    color: #6b7280;
    display: inline-flex;
    gap: 7px;
}

.home-news-update-meta i {
    color: var(--news-updates-accent);
}

.home-news-read-more {
    align-items: center;
    color: var(--news-updates-accent);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    transition: color .2s ease;
}

.home-news-read-more:hover,
.home-news-read-more:focus-visible {
    color: var(--theme-primary-hover, #c01824);
    outline: 0;
}

.home-news-read-more span {
    display: inline-block;
    transition: transform .24s ease;
}

.home-news-read-more:hover span,
.home-news-read-more:focus-visible span,
.home-news-update-card:hover .home-news-read-more span {
    transform: translateX(4px);
}

@keyframes homeNewsBreakingPulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .62;
        transform: scale(.72);
    }
}

@media (max-width: 575px) {
    .home-news-update-card h3 {
        font-size: 24px;
    }

    .home-news-update-image {
        height: 210px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-news-update-image::after,
    .home-news-breaking-badge,
    .home-news-breaking-badge span,
    .home-news-read-more span {
        animation: none;
        transition: none;
    }
}
