.website-topbar {
    width: 100%;
    background: linear-gradient(90deg, #111827, #1e293b);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 3px solid #e11d48;
}

.topbar-container {
    width: min(1180px, calc(100% - 40px));
    min-height: 46px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.topbar-datetime {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.topbar-datetime i {
    color: #fb7185;
    font-size: 14px;
}

.topbar-divider {
    width: 1px;
    height: 16px;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.25);
}

.topbar-socials {
    display: flex;
    align-items: center;
    gap: 7px;
}

.follow-label {
    margin-right: 5px;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.topbar-socials a {
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.topbar-socials a:hover {
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-3px);
}

.topbar-socials .facebook:hover {
    background: #1877f2;
}

.topbar-socials .instagram:hover {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.topbar-socials .twitter:hover {
    background: #000000;
}

.topbar-socials .youtube:hover {
    background: #ff0000;
}

.topbar-socials .linkedin:hover {
    background: #0a66c2;
}

.topbar-socials .whatsapp:hover {
    background: #25d366;
}

.topbar-socials .telegram:hover {
    background: #229ed9;
}

@media (max-width: 700px) {
    .topbar-container {
        width: min(100% - 24px, 1180px);
        padding: 8px 0;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
    }

    .website-topbar {
        border-bottom-width: 2px;
    }

    .topbar-datetime {
        font-size: 12px;
    }

    .follow-label {
        display: none;
    }
}

@media (max-width: 400px) {
    .topbar-datetime {
        flex-wrap: wrap;
        justify-content: center;
    }

    .topbar-divider {
        display: none;
    }

    .topbar-socials {
        gap: 5px;
    }

    .topbar-socials a {
        width: 27px;
        height: 27px;
        font-size: 13px;
    }
}
website-topbar {
    width: 100%;
    background: linear-gradient(90deg, #111827, #1e293b);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 3px solid #e11d48;
}

.topbar-container {
    width: min(1180px, calc(100% - 40px));
    min-height: 46px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.topbar-datetime {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.topbar-datetime i {
    color: #fb7185;
    font-size: 14px;
}

.topbar-divider {
    width: 1px;
    height: 16px;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.25);
}

.topbar-socials {
    display: flex;
    align-items: center;
    gap: 7px;
}

.follow-label {
    margin-right: 5px;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.topbar-socials a {
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.topbar-socials a:hover {
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-3px);
}

.topbar-socials .facebook:hover {
    background: #1877f2;
}

.topbar-socials .instagram:hover {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.topbar-socials .twitter:hover {
    background: #000000;
}

.topbar-socials .youtube:hover {
    background: #ff0000;
}

.topbar-socials .linkedin:hover {
    background: #0a66c2;
}

.topbar-socials .whatsapp:hover {
    background: #25d366;
}

.topbar-socials .telegram:hover {
    background: #229ed9;
}

@media (max-width: 700px) {
    .topbar-container {
        width: min(100% - 24px, 1180px);
        padding: 8px 0;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
    }

    .website-topbar {
        border-bottom-width: 2px;
    }

    .topbar-datetime {
        font-size: 12px;
    }

    .follow-label {
        display: none;
    }
}

@media (max-width: 400px) {
    .topbar-datetime {
        flex-wrap: wrap;
        justify-content: center;
    }

    .topbar-divider {
        display: none;
    }

    .topbar-socials {
        gap: 5px;
    }

    .topbar-socials a {
        width: 27px;
        height: 27px;
        font-size: 13px;
    }
}
.topbar-socials .topbar-login {
    width: auto;
    height: 32px;
    padding: 0 15px;
    margin-right: 8px;
    gap: 7px;
    background: #e11d48;
    border: 1px solid #e11d48;
    border-radius: 6px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.topbar-socials .topbar-login:hover {
    background: #be123c;
    border-color: #be123c;
    color: #ffffff;
    transform: translateY(-2px);
}

.topbar-login i {
    font-size: 12px;
}

@media (max-width: 400px) {
    .topbar-socials .topbar-login {
        padding: 0 11px;
        margin-right: 4px;
    }
}


.logo-ad-bar {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.logo-ad-container {
    width: min(1180px, calc(100% - 40px));
    min-height: 130px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.website-logo {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.website-logo img {
    display: block;
    width: auto;
    max-width: 260px;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}

.header-ad {
    position: relative;
    width: min(728px, 100%);
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(135deg, #f8fafc 25%, transparent 25%) -10px 0 / 20px 20px,
        linear-gradient(225deg, #f8fafc 25%, transparent 25%) -10px 0 / 20px 20px,
        linear-gradient(315deg, #f8fafc 25%, transparent 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, #f8fafc 25%, #ffffff 25%) 0 0 / 20px 20px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
}

.header-ad a {
    width: 100%;
    display: block;
    line-height: 0;
}

.header-ad img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 90px;
    object-fit: cover;
}

.ad-label {
    position: absolute;
    top: 4px;
    right: 7px;
    z-index: 2;
    padding: 2px 5px;
    color: #64748b;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

/* Tablet */
@media (max-width: 900px) {
    .logo-ad-container {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .website-logo img {
        max-width: 230px;
        max-height: 70px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .logo-ad-container {
        width: min(100% - 24px, 1180px);
        min-height: auto;
        padding: 18px 0;
    }

    .website-logo img {
        max-width: 200px;
        max-height: 65px;
    }

    .header-ad {
        min-height: 60px;
    }

    .header-ad img {
        max-height: none;
    }
}
 

        body {
            margin: 0;
            font-family: Arial, Helvetica, sans-serif;
        }

        /* Full-width navigation */

    


     
        /* Home button */

        .home-link {
            min-width: 58px;
            padding: 0 18px;
            background: #e31e24;
            font-size: 25px;
        }

        .home-link:hover,
        .home-link:focus-visible,
        .home-link.active {
            background: #b91c1c;
        }

        /* Dropdown */

        .dropdown-arrow {
            margin-left: 2px;
            font-size: 10px;
            transition: transform 0.25s ease;
        }

        .has-dropdown:hover .dropdown-arrow,
        .has-dropdown:focus-within .dropdown-arrow,
        .has-dropdown.dropdown-open .dropdown-arrow {
            transform: rotate(180deg);
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            width: 230px;
            margin: 0;
            padding: 6px 0;
            visibility: hidden;
            opacity: 0;
            background: #111111;
            border-top: 3px solid #e31e24;
            border-radius: 0 0 6px 6px;
            box-shadow: 0 16px 35px rgba(0, 0, 0, 0.3);
            list-style: none;
            transform: translateY(12px);
            transition:
                visibility 0.25s ease,
                opacity 0.25s ease,
                transform 0.25s ease;
        }

        .has-dropdown:hover > .dropdown-menu,
        .has-dropdown:focus-within > .dropdown-menu,
        .has-dropdown.dropdown-open > .dropdown-menu {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
        }

        .dropdown-link {
            padding: 14px 18px;
            display: block;
            color: #ffffff;
            background: #111111;
            border-bottom: 1px solid rgba(255, 255, 255, 0.09);
            font-size: 14px;
            font-weight: 600;
            line-height: 1.35;
            text-decoration: none;
            transition:
                padding-left 0.22s ease,
                background-color 0.22s ease;
        }

        .dropdown-menu li:last-child .dropdown-link {
            border-bottom: 0;
        }

        .dropdown-link:hover,
        .dropdown-link:focus-visible,
        .dropdown-link.active {
            padding-left: 27px;
            color: #ffffff;
            background: #e31e24;
            outline: none;
        }

        /* Mobile menu button */

        .menu-toggle {
            display: none;
            width: 46px;
            height: 42px;
            margin: 8px 0;
            padding: 0;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 5px;
            background: #e31e24;
            border: 0;
            border-radius: 5px;
            cursor: pointer;
        }

        .menu-toggle span {
            width: 23px;
            height: 2px;
            display: block;
            background: #ffffff;
            transition:
                opacity 0.25s ease,
                transform 0.25s ease;
        }

        .menu-toggle.open span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }

        .menu-toggle.open span:nth-child(2) {
            opacity: 0;
        }

        .menu-toggle.open span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }

        /* Responsive */

        @media (max-width: 950px) {
            .nav-container {
                width: calc(100% - 24px);
                display: block;
            }

            .menu-toggle {
                display: flex;
            }

            .nav-menu {
                display: none;
                width: 100%;
                padding-bottom: 12px;
                flex-direction: column;
            }

            .nav-menu.menu-open {
                display: flex;
            }

            .nav-item {
                width: 100%;
                display: block;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
            }

            .nav-link {
                width: 100%;
                min-height: 49px;
                padding: 0 15px;
                justify-content: flex-start;
            }

            .nav-link::after {
                display: none;
            }

            .home-link {
                min-width: 100%;
            }

            .has-dropdown > .nav-link {
                justify-content: space-between;
            }

            .dropdown-menu {
                position: static;
                width: 100%;
                display: none;
                visibility: visible;
                opacity: 1;
                padding: 0;
                background: #171717;
                border: 0;
                border-radius: 0;
                box-shadow: none;
                transform: none;
            }

            .has-dropdown:hover > .dropdown-menu,
            .has-dropdown:focus-within > .dropdown-menu {
                display: none;
            }

            .has-dropdown.dropdown-open > .dropdown-menu {
                display: block;
            }

            .dropdown-link {
                padding: 13px 20px 13px 38px;
                background: #171717;
            }
        }
        
        .site-header, .page {
    box-shadow: 0 0 28px #1f273015;
    width: 100% !important;
}


.triple-slider-section,
.triple-slider-section * {
    box-sizing: border-box;
}

.triple-slider-section {
       width: 100%;
    padding: 38px 53px;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
}

.triple-slider-container {
    width: min(1240px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

/* Equal-width slider cards */

.blog-slider {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
}

/* Slider headings */

.slider-heading {
    min-height: 62px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.heading-line {
    width: 5px;
    height: 25px;
    flex: 0 0 auto;
    background: #e31e24;
    border-radius: 5px;
}

.slider-heading h2 {
    flex: 1;
    margin: 0;
    color: #111827;
    font-size: 20px;
    line-height: 1.2;
}

.slider-controls {
    display: flex;
    gap: 5px;
}

.slider-controls button {
    width: 31px;
    height: 31px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #111111;
    border: 0;
    border-radius: 4px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.slider-controls button:hover,
.slider-controls button:focus-visible {
    background: #e31e24;
    outline: none;
    transform: translateY(-2px);
}

/* Slides */

.slides-wrapper {
    position: relative;
}

.blog-slide {
    display: none;
    animation: slideFade 0.45s ease;
}

.blog-slide.active {
    display: block;
}

@keyframes slideFade {
    from {
        opacity: 0;
        transform: translateX(14px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-image {
    position: relative;
    height: 230px;
    display: block;
    overflow: hidden;
    background: #d1d5db;
}

.slide-image::after {
    content: "";
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(0, 0, 0, 0.55)
    );
}

.slide-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.slide-image:hover img {
    transform: scale(1.06);
}

.post-category {
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 2;
    max-width: calc(100% - 28px);
    padding: 7px 11px;
    overflow: hidden;
    color: #ffffff;
    background: #e31e24;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.5px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.slide-content {
    min-height: 220px;
    padding: 19px 19px 22px;
}

.post-meta {
    margin-bottom: 11px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    color: #6b7280;
    font-size: 12px;
}

.slide-content h3 {
    margin: 0 0 11px;
    color: #111827;
    font-size: 20px;
    line-height: 1.35;
}

.slide-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.slide-content h3 a:hover {
    color: #e31e24;
}

.slide-content p {
    margin: 0;
    color: #5b6472;
    font-size: 14px;
    line-height: 1.65;
}

/* Slider dots */

.slider-dots {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-top: 1px solid #eef0f3;
}

.slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    background: #cbd5e1;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition:
        width 0.25s ease,
        background-color 0.25s ease;
}

.slider-dot.active {
    width: 24px;
    background: #e31e24;
    border-radius: 20px;
}

/* Tablet */

@media (max-width: 1000px) {
    .triple-slider-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-slider:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 12px);
        justify-self: center;
    }
}

/* Mobile */

@media (max-width: 680px) {
    .triple-slider-section {
        padding: 35px 14px;
    }

    .triple-slider-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-slider:last-child {
        grid-column: auto;
        width: 100%;
    }

    .slide-image {
        height: 220px;
    }

    .slide-content {
        min-height: auto;
    }
}

/* =========================================
   DON'T MISS + SIDEBAR LAYOUT
========================================= */

.news-home-layout {
    --news-yellow: #f7be00;
    --news-blue: #285ac8;
    --news-black: #171717;
    --news-grey: #777;
    --news-border: #e7e7e7;

    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
    gap: 36px;
    width: 100%;
    max-width: 1400px;
    margin: 45px auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.dont-miss-section,
.news-home-sidebar {
    min-width: 0;
}

/* Section heading and tabs */

.dont-miss-header {
    display: flex;
    align-items: stretch;
    gap: 20px;
    min-height: 44px;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--news-yellow);
}

.dont-miss-header h2 {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0;
    padding: 9px 16px;
    color: #fff;
    background:#fa0255;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.dont-miss-tabs {
    display: flex;
    align-items: center;
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.dont-miss-tabs a {
    flex: 0 0 auto;
    position: relative;
    padding: 10px 0;
    color: #555;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: color 0.2s ease;
}

.dont-miss-tabs a:hover,
.dont-miss-tabs a.active {
    color: var(--news-blue);
}

.dont-miss-tabs a.active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 3px;
    background: var(--news-blue);
}

/* Feature and smaller posts */

.dont-miss-content {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.9fr);
    gap: 30px;
}

.dont-miss-featured {
    min-width: 0;
}

.dont-miss-main-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #ededed;
}

.dont-miss-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.dont-miss-main-image:hover img {
    transform: scale(1.04);
}

.news-category-label {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 10px;
    color: #fff;
    background: var(--news-black);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.dont-miss-featured h3 {
    margin: 16px 0 8px;
    font-size: clamp(23px, 2.1vw, 34px);
    font-weight: 700;
    line-height: 1.18;
}

.dont-miss-featured h3 a,
.dont-miss-list-copy h4 a,
.sidebar-news-copy h3 a {
    color: var(--news-black);
    text-decoration: none;
    transition: color 0.2s ease;
}

.dont-miss-featured h3 a:hover,
.dont-miss-list-copy h4 a:hover,
.sidebar-news-copy h3 a:hover {
    color: var(--news-blue);
}

.dont-miss-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 15px;
    color: #888;
    font-size: 13px;
}

.dont-miss-meta strong {
    color: var(--news-black);
}

.comment-count {
    margin-left: auto;
    padding: 3px 7px;
    color: #fff;
    background: var(--news-black);
    font-size: 11px;
    font-weight: 700;
}

.dont-miss-featured > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--news-grey);
    font-size: 16px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Small news list */

.dont-miss-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.dont-miss-list-item {
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--news-border);
}

.dont-miss-list-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.dont-miss-thumb {
    display: block;
    overflow: hidden;
    width: 122px;
    height: 86px;
    background: #ececec;
}

.dont-miss-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.dont-miss-thumb:hover img {
    transform: scale(1.06);
}

.dont-miss-thumb.no-image {
    display: grid;
    place-items: center;
    color: #999;
    font-size: 11px;
    text-decoration: none;
}

.small-category {
    display: block;
    margin-bottom: 4px;
    color: var(--news-blue);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.dont-miss-list-copy h4 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.dont-miss-list-copy time {
    color: #929292;
    font-size: 12px;
}

/* Sidebar */

.news-home-sidebar {
    padding-left: 30px;
    border-left: 1px solid var(--news-border);
}

.sidebar-title {
    margin-bottom: 22px;
    border-bottom: 2px solid var(--news-black);
}

.sidebar-title h2 {
    display: inline-block;
    margin: 0;
    padding: 0 0 10px;
    color: var(--news-black);
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}

.sidebar-news-list {
    display: flex;
    flex-direction: column;
}

.sidebar-news-item {
    display: grid;
    grid-template-columns: 34px 100px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    padding: 15px 0;
    border-bottom: 1px solid var(--news-border);
}

.sidebar-news-item:first-child {
    padding-top: 0;
}

.sidebar-number {
    color: #d4d4d4;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.sidebar-news-image {
    display: block;
    overflow: hidden;
    width: 100px;
    height: 72px;
    background: #ededed;
}

.sidebar-news-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.sidebar-news-image:hover img {
    transform: scale(1.06);
}

.sidebar-news-copy > span {
    display: block;
    margin-bottom: 4px;
    color: var(--news-blue);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.sidebar-news-copy h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sidebar-news-copy time {
    color: #999;
    font-size: 12px;
}

.dont-miss-empty {
    padding: 50px 25px;
    text-align: center;
    background: #f6f6f6;
}

.dont-miss-empty h3 {
    margin: 0 0 8px;
}

/* Tablet */

@media (max-width: 1100px) {
    .news-home-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .news-home-sidebar {
        padding-left: 0;
        border-left: 0;
    }
}

/* Small tablet */

@media (max-width: 760px) {
    .news-home-layout {
        margin: 30px auto;
        padding: 0 16px;
    }

    .dont-miss-header {
        display: block;
        border-bottom: 0;
    }

    .dont-miss-header h2 {
        width: max-content;
    }

    .dont-miss-tabs {
        margin-top: 8px;
        padding-bottom: 2px;
        border-bottom: 2px solid var(--news-yellow);
    }

    .dont-miss-content {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Mobile */

@media (max-width: 480px) {
    .dont-miss-tabs {
        gap: 18px;
    }

    .dont-miss-featured h3 {
        font-size: 24px;
    }

    .dont-miss-list-item {
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 12px;
    }

    .dont-miss-thumb {
        width: 105px;
        height: 78px;
    }

    .sidebar-news-item {
        grid-template-columns: 28px 82px minmax(0, 1fr);
        gap: 10px;
    }

    .sidebar-news-image {
        width: 82px;
        height: 64px;
    }
}


.masthead {
    width: 30% !important;
    display: flex;
    color: #1d2126;
    font: 900 clamp(34px, 5vw, 58px) / .95 var(--serif);
    letter-spacing: -.055em;
   
}

.main-nav .nav-item {
    padding-top: 5px !important;
}
.site-header nav {
    cursor: pointer;
}

/* Social category section: 60% news + 40% advertisement */
.social-news-layout {
    --social-accent: #e53935;
    --social-ink: #1e2329;
    --social-muted: #727980;
    --social-line: #e7e9ec;
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
    gap: 34px;
    width: 100%;
    margin: 38px 0;
    align-items: start;
}

.social-news-area {
    min-width: 0;
}

.social-news-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 11px;
    border-bottom: 3px solid var(--social-ink);
}

.social-news-eyebrow {
    display: block;
    margin-bottom: 2px;
    color: var(--social-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.social-news-header h2 {
    margin: 0;
    color: var(--social-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 800;
    line-height: 1;
}

.social-news-view-all {
    color: var(--social-ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.social-news-view-all:hover {
    color: var(--social-accent);
}

.social-lead-story {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--social-line);
}

.social-lead-image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.5;
    overflow: hidden;
    background: #eef0f2;
    color: var(--social-muted);
    text-decoration: none;
}

.social-lead-image img,
.social-story-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.social-lead-image:hover img,
.social-story-image:hover img {
    transform: scale(1.035);
}

.social-lead-image.no-image,
.social-story-image.no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #91979d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.social-category-label {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7px 11px;
    background: var(--social-accent);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.social-lead-content h3 {
    margin: 16px 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.12;
}

.social-lead-content h3 a,
.social-story-copy h3 a {
    color: var(--social-ink);
    text-decoration: none;
}

.social-lead-content h3 a:hover,
.social-story-copy h3 a:hover {
    color: var(--social-accent);
}

.social-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    color: var(--social-muted);
    font-size: 12px;
}

.social-post-meta strong {
    color: #363c42;
}

.social-lead-content > p {
    margin: 13px 0 0;
    color: #5f666d;
    font-size: 15px;
    line-height: 1.65;
}

.social-story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 22px;
    margin-top: 22px;
}

.social-story-card {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 13px;
    min-width: 0;
}

.social-story-image {
    display: block;
    width: 116px;
    height: 86px;
    overflow: hidden;
    background: #eef0f2;
    text-decoration: none;
}

.social-story-copy {
    min-width: 0;
}

.social-story-kicker {
    display: block;
    margin: 0 0 4px;
    color: var(--social-accent);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
}

.social-story-copy h3 {
    margin: 0 0 7px;
    display: -webkit-box;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.social-story-copy time {
    color: var(--social-muted);
    font-size: 11px;
}

.social-news-empty {
    padding: 44px 28px;
    border: 1px dashed #cfd3d7;
    background: #fafafa;
    text-align: center;
}

.social-news-empty h3 {
    margin: 0 0 7px;
    color: var(--social-ink);
}

.social-news-empty p {
    margin: 0;
    color: var(--social-muted);
}

.social-ad-area {
    position: sticky;
    top: 24px;
    min-width: 0;
}

.social-ad-label {
    display: block;
    margin: 0 0 8px;
    color: #9a9fa5;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    text-align: center;
    text-transform: uppercase;
}

.social-ad-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 600px;
    padding: 24px;
    border: 1px solid #e1e3e5;
    background:
        linear-gradient(135deg, rgba(0, 0, 0, .018) 25%, transparent 25%) 0 0 / 18px 18px,
        linear-gradient(315deg, rgba(0, 0, 0, .018) 25%, transparent 25%) 0 0 / 18px 18px,
        #f7f8f9;
}

.social-ad-placeholder-content {
    color: #8a9096;
    text-align: center;
}

.social-ad-placeholder-content::before {
    content: "AD";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border: 2px solid #c7cbd0;
    border-radius: 50%;
    color: #9da2a8;
    font-size: 18px;
    font-weight: 800;
}

.social-ad-placeholder-content strong,
.social-ad-placeholder-content span,
.social-ad-placeholder-content small {
    display: block;
}

.social-ad-placeholder-content strong {
    color: #6e747a;
    font-size: 17px;
}

.social-ad-placeholder-content span {
    margin-top: 5px;
    font-size: 13px;
}

.social-ad-placeholder-content small {
    margin-top: 9px;
    font-size: 11px;
}

@media (max-width: 1100px) {
    .social-news-layout {
        grid-template-columns: minmax(0, 3fr) minmax(260px, 2fr);
        gap: 25px;
    }

    .social-story-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .social-news-layout {
        grid-template-columns: 1fr;
    }

    .social-ad-area {
        position: static;
    }

    .social-ad-placeholder {
        min-height: 280px;
    }
}

@media (max-width: 520px) {
    .social-news-layout {
        margin: 28px 0;
    }

    .social-news-header {
        align-items: center;
    }

    .social-lead-image {
        aspect-ratio: 4 / 3;
    }

    .social-lead-content h3 {
        font-size: 25px;
    }

    .social-story-card {
        grid-template-columns: 105px minmax(0, 1fr);
    }

    .social-story-image {
        width: 105px;
        height: 80px;
    }
}


/* Latest posts slider: one large story left, two stories right */
.latest-split-slider {
    --latest-slider-accent: var(--primary, #e52d27);
    --latest-slider-ink: var(--ink, #20242a);
    --latest-slider-line: var(--line, #e6e8eb);
    width: 100%;
    margin: 0px 0 38px;
}

.latest-split-slider-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
    padding-bottom: 11px;
    border-bottom: 3px solid var(--latest-slider-ink);
}

.latest-split-slider-title > span {
    display: block;
    margin-bottom: 4px;
    color: var(--latest-slider-accent);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1;
    text-transform: uppercase;
}

.latest-split-slider-title h2 {
    margin: 0;
    color: var(--latest-slider-ink);
    font: 900 clamp(25px, 3vw, 34px)/1.1 var(
        --serif,
        Georgia,
        serif
    );
    letter-spacing: -.03em;
}

.latest-split-slider-controls {
    display: flex;
    gap: 7px;
}

.latest-split-slider-controls[hidden],
.latest-split-slider-dots[hidden] {
    display: none;
}

.latest-split-slider-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #d7dade;
    background: #fff;
    color: var(--latest-slider-ink);
    cursor: pointer;
    font: 500 27px/1 Arial, sans-serif;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.latest-split-slider-arrow:hover,
.latest-split-slider-arrow:focus-visible {
    border-color: var(--latest-slider-accent);
    background: var(--latest-slider-accent);
    color: #fff;
    outline: none;
}

.latest-split-slider-viewport {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #171b1f;
}

.latest-split-slider-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(285px, 1fr);
    gap: 4px;
    height: 510px;
}

.latest-split-slider-panel[hidden] {
    display: none;
}

.latest-split-slider-panel.is-active {
    animation: latest-split-panel-enter .42s ease both;
}

.latest-split-slider-panel.has-0-side-stories
.latest-split-main-story {
    grid-column: 1 / -1;
}

.latest-split-slider-panel.has-1-side-stories
.latest-split-side-stories {
    grid-template-rows: 1fr;
}

@keyframes latest-split-panel-enter {
    from {
        opacity: 0;
        transform: translateX(14px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.latest-split-main-story,
.latest-split-side-story {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: #20252a;
}

.latest-split-side-stories {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 4px;
    min-width: 0;
    min-height: 0;
}

.latest-split-story-media,
.latest-split-story-media img,
.latest-split-image-shade {
    position: absolute;
    inset: 0;
}

.latest-split-story-media {
    display: block;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 10%, #505a65, transparent 42%),
        linear-gradient(135deg, #242a30, #111417);
}

.latest-split-story-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.latest-split-main-story:hover .latest-split-story-media img,
.latest-split-side-story:hover .latest-split-story-media img {
    transform: scale(1.045);
}

.latest-split-image-shade {
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .04) 20%,
            rgba(0, 0, 0, .88) 100%
        );
    pointer-events: none;
}

.latest-split-no-image {
    position: absolute;
    left: 50%;
    top: 44%;
    color: rgba(255, 255, 255, .3);
    font-size: clamp(18px, 3vw, 34px);
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.latest-split-main-copy,
.latest-split-side-copy {
    position: absolute;
    z-index: 2;
    left: 28px;
    right: 28px;
    bottom: 27px;
    color: #fff;
}

.latest-split-category {
    display: inline-block;
    margin: 0 0 9px;
    padding: 5px 8px;
    background: var(--latest-slider-accent);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.1;
    text-transform: uppercase;
}

.latest-split-main-copy h3 {
    max-width: 760px;
    margin: 0 0 10px;
    color: #fff;
    font: 900 clamp(29px, 4vw, 47px)/1.12 var(
        --serif,
        Georgia,
        serif
    );
    letter-spacing: -.035em;
}

.latest-split-main-copy h3 a,
.latest-split-side-copy h3 a {
    color: #fff;
    text-decoration: none;
}

.latest-split-main-copy h3 a:hover,
.latest-split-side-copy h3 a:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: var(--latest-slider-accent);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.latest-split-main-copy > p {
    max-width: 680px;
    margin: 0 0 13px;
    color: #e2e5e8;
    font-size: 14px;
    line-height: 1.55;
}

.latest-split-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    color: #d4d8dc;
    font-size: 11px;
}

.latest-split-side-copy {
    left: 19px;
    right: 19px;
    bottom: 18px;
}

.latest-split-side-copy h3 {
    display: -webkit-box;
    max-width: 430px;
    margin: 0 0 7px;
    overflow: hidden;
    color: #fff;
    font: 800 clamp(17px, 2vw, 22px)/1.25 var(
        --serif,
        Georgia,
        serif
    );
    letter-spacing: -.018em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.latest-split-side-copy time {
    color: #d0d4d8;
    font-size: 10px;
}

.latest-split-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 28px;
    padding-top: 12px;
}

.latest-split-slider-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #c8ccd0;
    cursor: pointer;
    transition:
        width .2s ease,
        border-radius .2s ease,
        background-color .2s ease;
}

.latest-split-slider-dots button:hover,
.latest-split-slider-dots button:focus-visible {
    background: #7e858c;
    outline: 2px solid transparent;
}

.latest-split-slider-dots button.is-active {
    width: 25px;
    border-radius: 6px;
    background: var(--latest-slider-accent);
}

@media (max-width: 900px) {
    .latest-split-slider-panel {
        grid-template-columns: minmax(0, 1.45fr) minmax(250px, 1fr);
        height: 470px;
    }

    .latest-split-main-copy > p {
        display: none;
    }
}

@media (max-width: 720px) {
    .latest-split-slider-panel {
        grid-template-columns: 1fr;
        height: auto;
        background: transparent;
    }

    .latest-split-main-story {
        height: 390px;
    }

    .latest-split-side-stories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .latest-split-side-story {
        height: 230px;
    }
}

@media (max-width: 520px) {
    .latest-split-slider {
        margin: 22px 0 30px;
    }

    .latest-split-slider-header {
        align-items: center;
    }

    .latest-split-slider-title > span {
        display: none;
    }

    .latest-split-slider-title h2 {
        font-size: 25px;
    }

    .latest-split-slider-arrow {
        width: 34px;
        height: 34px;
    }

    .latest-split-main-story {
        height: 350px;
    }

    .latest-split-side-stories {
        grid-template-columns: 1fr;
    }

    .latest-split-side-story {
        height: 220px;
    }

    .latest-split-main-copy {
        left: 18px;
        right: 18px;
        bottom: 20px;
    }

    .latest-split-main-copy h3 {
        font-size: 29px;
    }

    .latest-split-main-copy > p {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .latest-split-slider-panel.is-active {
        animation: none;
    }

    .latest-split-story-media img,
    .latest-split-slider-arrow,
    .latest-split-slider-dots button {
        transition: none;
    }
}

.site-header .main-nav > a, .site-header .main-nav .nav-item > .cat-link {
    position: relative;
    display: flex !important;
    min-height: 28px !important;
    padding: 0px 19px !important;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease;
    align-content: stretch;
    align-items: baseline;
    justify-content: space-evenly;
    flex-direction: row;
}

.page {
    background: var(--white);
    padding: 0px 0px 45px !important;
}

.top-search input {
    width: 100%;
    min-width: 0;
    height: 32px;
    padding: 0 11px;
    border: 0;
    outline: 0;
    background: #fff !important;
    color: #0f141f !important;
    font: 500 12px / 1 var(--sans);
}
.amazonlink{
        width: 30% !important;
    
}