/*
Theme Name: Nyuzz Themes
Theme URI: https://valhalla.local/nyuzz-themes
Author: Valhalla
Author URI: https://valhalla.local
Description: Portal berita responsif dengan aktivasi License Key, slider swipe, tata letak headline, artikel terbaru, kategori, sidebar populer, dan slot iklan.
Version: 1.2.3
Requires at least: 6.0
Requires PHP: 7.4
Tags: blog, news, custom-logo, custom-menu, featured-images, theme-options, translation-ready
Text Domain: nyuzz-themes
*/

:root {
    --nyuzz-bg: #f6f6f6;
    --nyuzz-paper: #ffffff;
    --nyuzz-ink: #323233;
    --nyuzz-muted: #666666;
    --nyuzz-soft: #efefef;
    --nyuzz-line: #abb8c3;
    --nyuzz-accent: #fe8917;
    --nyuzz-accent-dark: #ff6900;
    --nyuzz-link: #007cba;
    --nyuzz-link-hover: #f45b50;
    --nyuzz-header-bg: #eeeeee;
    --nyuzz-top-nav-bg: #ffffff;
    --nyuzz-blue: #007cba;
    --nyuzz-green: #16a05d;
    --nyuzz-purple: #7a00df;
    --nyuzz-warning: #fcb900;
    --nyuzz-max: 1200px;
}

/* Nyuzz newspaper rebuild */
:root {
    --nyuzz-news-bg: #eeeeee;
    --nyuzz-news-paper: #ffffff;
    --nyuzz-news-red: #cc0000;
    --nyuzz-news-red-dark: #990000;
    --nyuzz-news-orange: #fe8917;
    --nyuzz-news-ink: #323233;
    --nyuzz-news-muted: #666666;
    --nyuzz-news-line: #eeeeee;
}

body {
    background: var(--nyuzz-news-bg);
    color: var(--nyuzz-news-ink);
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nyuzz-brand,
.nyuzz-section-title,
.widget-title,
.nyuzz-card-title,
.nyuzz-news-card-title {
    font-family: Quicksand, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.nyuzz-page {
    background: transparent;
    box-shadow: none;
    margin: 0 auto;
    max-width: var(--nyuzz-max);
    min-height: 100vh;
}

.nyuzz-main {
    margin: 0 auto;
    max-width: var(--nyuzz-max);
    padding: 0;
}

.nyuzz-top-nav {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #d9d9d9;
    display: grid;
    grid-template-columns: 1fr auto 260px;
    min-height: 46px;
    padding: 0;
}

.nyuzz-today {
    color: #333333;
    font-size: 11px;
    font-weight: 700;
}

.nyuzz-top-links ul,
.nyuzz-primary-nav ul,
.nyuzz-category-strip ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nyuzz-top-links a {
    color: #333333;
    display: block;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 9px;
}

.nyuzz-index-link {
    border: 1px solid #999999;
    border-radius: 12px;
}

.nyuzz-top-search .search-form {
    display: flex;
}

.nyuzz-top-search .search-field {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    font-size: 11px;
    min-height: 22px;
    padding: 4px 25px 4px 8px;
    width: 100%;
}

.nyuzz-top-search .search-submit,
.nyuzz-mobile-menu-button,
.nyuzz-mobile-drawer,
.nyuzz-menu-backdrop {
    display: none;
}

.nyuzz-header-inner {
    align-items: center;
    display: flex;
    gap: 0;
    justify-content: space-between;
    min-height: 73px;
    margin: 0 auto;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 82px;
    width: 100%;
}


.nyuzz-brand {
    align-items: center;
    color: #ff1111;
    display: inline-flex;
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.nyuzz-brand:hover,
.nyuzz-brand:focus {
    color: #ff1111;
}

.nyuzz-brand-mark {
    align-items: center;
    background: #ffad21;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 11px;
    height: 34px;
    justify-content: center;
    margin-right: 7px;
    width: 43px;
}

.nyuzz-logo img {
    max-height: 52px;
    width: auto;
}

.nyuzz-header-ad {
    display: flex;
    justify-content: right;
}

.nyuzz-news-ad {
    align-items: center;
    background: linear-gradient(135deg, #0b82e6, #16a4ff 54%, #ff9a16 55%, #ff6b00);
    color: #ffffff;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    min-height: 70px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.nyuzz-news-ad::after {
    border: 1px dashed rgba(255, 255, 255, 0.55);
    content: "";
    inset: 8px;
    position: absolute;
}


.nyuzz-leaderboard-ad {
    min-height: 250px;
    max-width: 970px;
    align-items: center;
    margin: 10px auto;
}

.nyuzz-ad-leaderboard {
    margin: 10px auto;
    max-width: 970px;
    min-height: 250px;
    width: 100%;
}

.nyuzz-ad-slot {
    box-sizing: border-box;
    display: flow-root;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.nyuzz-ad-slot > a {
    display: inline-block;
    max-width: 100%;
}

.nyuzz-ad-slot img,
.nyuzz-ad-slot video {
    display: block;
    height: auto;
    margin-inline: auto;
    max-width: 100%;
}

.nyuzz-ad-slot iframe,
.nyuzz-ad-slot object,
.nyuzz-ad-slot embed {
    border: 0;
    display: block;
    margin-inline: auto;
    max-width: 100%;
}

.nyuzz-ad-slot iframe {
    width: 100%;
}

.nyuzz-ad-leaderboard img,
.nyuzz-ad-leaderboard iframe,
.nyuzz-ad-floating-left img,
.nyuzz-ad-floating-right img,
.nyuzz-ad-floating-left iframe,
.nyuzz-ad-floating-right iframe {
    display: block;
    height: auto;
    max-width: 100%;
}

.nyuzz-square-ad {
    min-height: 184px;
}

.nyuzz-sidebar-ad {
    min-height: 138px;
}

.nyuzz-wide-ad {
    min-height: 92px;
}

.nyuzz-side-sky {
    min-height: 610px;
    width: 125px;
}

.nyuzz-ad-floating-left,
.nyuzz-ad-floating-right {
    max-width: 160px;
    min-height: 600px;
    width: 160px;
}

.nyuzz-primary-nav {
    align-items: center;
    background: var(--nyuzz-primary-menu-bg, var(--nyuzz-news-red));
    display: flex;
    box-shadow: rgba(51, 51, 51, 0.1) 0 2px 4px 0;
    position: relative;
}

.nyuzz-primary-nav a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 16px;
}

.nyuzz-primary-nav a:hover,
.nyuzz-primary-nav .current-menu-item > a {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -2px 0 var(--nyuzz-accent);
}

.nyuzz-category-strip {
    align-items: center;
    background: var(--nyuzz-secondary-menu-bg, #ffffff);
    border-bottom: 1px solid var(--nyuzz-news-line);
    display: flex;
    gap: 2px;
    min-height: 34px;
}

.nyuzz-category-strip ul {
    flex: 1 1 auto;
    overflow-x: auto;
    padding: 0 8px;
    scrollbar-width: none;
}

.nyuzz-category-strip ul::-webkit-scrollbar {
    display: none;
}

.nyuzz-secondary-menu-icon {
    align-items: center;
    color: var(--nyuzz-news-red);
    display: inline-flex;
    flex: 0 0 auto;
    padding-left: 10px;
}

.nyuzz-secondary-menu-icon svg {
    height: 18px;
    width: 18px;
}
.nyuzz-category-strip li:last-child a::after{
    content: "";
}

.nyuzz-category-strip a {
    color: var(--nyuzz-link);
    display: block;
    font-size: 11px;
    padding: 10px 8px;
    white-space: nowrap;
}

.nyuzz-category-strip a:hover,
.nyuzz-category-strip a:focus {
    color: var(--nyuzz-link-hover);
}

.nyuzz-category-strip a:after {
    content: "/";
    margin-left: 12px;
    color: #777;
}

.nyuzz-news-home {
    position: relative;
}

.nyuzz-floating-home-ad {
    position: fixed;
    top: 50px;
    z-index: 2;
}

.nyuzz-floating-home-left {
    right: calc(50% + 610px);
}

.nyuzz-floating-home-right {
    left: calc(50% + 610px);
}

.nyuzz-news-hero {
    margin: 0;
}

.nyuzz-news-card a {
    color: inherit;
    display: grid;
    gap: 10px;
    text-decoration: none;
}

.nyuzz-news-card-image {
    background: #dddddd;
    display: block;
    overflow: hidden;
}

.nyuzz-news-card-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
    width: 100%;
}

.nyuzz-news-card a:hover img {
    transform: scale(1.03);
}

.nyuzz-news-card-title {
    color: #222222;
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.nyuzz-news-card-category {
    color: var(--nyuzz-news-orange);
    display: block;
    font-size: 11px;
    line-height: 1.2;
}

.nyuzz-news-card-date {
    color: #aaaaaa;
    display: block;
    font-size: 10px;
    margin-top: 2px;
}

.nyuzz-news-card-excerpt {
    color: #606060;
    display: block;
    font-size: 12px;
    line-height: 1.45;
    margin-top: 5px;
}

.nyuzz-news-card.is-overlay a {
    display: block;
    position: relative;
}

.nyuzz-news-card.is-overlay .nyuzz-news-card-image {
    aspect-ratio: 16 / 9;
    position: relative;
}

.nyuzz-news-card.is-overlay .nyuzz-news-card-image::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 1));
    content: "";
    inset: 0;
    position: absolute;
}

.nyuzz-news-card.is-overlay .nyuzz-news-card-body {
    bottom: 0;
    left: 0;
    padding: 16px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.nyuzz-news-card.is-overlay .nyuzz-news-card-title {
    color: #ffffff;
}

.nyuzz-hero-card .nyuzz-news-card-image {
    aspect-ratio: 700 / 390;
}

.nyuzz-hero-card .nyuzz-news-card-title {
    font-size: 27px;
    line-height: 1.08;
    max-width: 530px;
}

.nyuzz-hero-card .nyuzz-news-card-category {
    background: var(--nyuzz-news-red);
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 7px;
    padding: 5px 8px;
}

.nyuzz-hero-carousel {
    overflow: hidden;
    position: relative;
}

.nyuzz-hero-track {
    display: block;
    gap: 2px;
    overflow: hidden;
    scrollbar-width: none;
}

.nyuzz-hero-track::-webkit-scrollbar {
    display: none;
}

.nyuzz-hero-track .item {
    display: block;
    scroll-snap-align: start;
}

.nyuzz-hero-mini .nyuzz-news-card-image {
    aspect-ratio: 7 / 3;
}

.nyuzz-hero-mini .nyuzz-news-card-title {
    color: #ffffff;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nyuzz-news-columns {
    display: grid;
    gap: 10px;
    grid-template-columns: 180px minmax(0, 1fr) 260px;
}

.nyuzz-news-panel {
    background: #ffffff;
    border: 1px solid #eeeeee;
    margin-bottom: 17px;
    padding: 10px;
}

.nyuzz-news-section-title {
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    margin: -2px 0 12px;
    padding-bottom: 8px;
}

.nyuzz-news-section-title h2 {
    color: #555555;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    position: relative;
}

.nyuzz-news-section-title h2::after {
    background: var(--nyuzz-news-orange);
    bottom: -9px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 80px;
}

.nyuzz-news-section-title a {
    align-items: center;
    border: 2px solid #333333;
    border-radius: 50%;
    color: #333333;
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    line-height: 1;
    width: 18px;
}

.nyuzz-rail-ad,
.nyuzz-inline-ad {
    margin-bottom: 17px;
}

.nyuzz-rail-card,
.nyuzz-sidebar-list-card {
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0;
}

.nyuzz-rail-card a,
.nyuzz-sidebar-list-card a {
    grid-template-columns: 68px minmax(0, 1fr);
}

.nyuzz-rail-card .nyuzz-news-card-image,
.nyuzz-sidebar-list-card .nyuzz-news-card-image {
    aspect-ratio: 1 / 1;
}

.nyuzz-rail-card .nyuzz-news-card-title,
.nyuzz-sidebar-list-card .nyuzz-news-card-title {
    display: -webkit-box;
    font-size: 12px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.nyuzz-ranking-tabs {
    background: var(--nyuzz-news-red);
    color: #ffffff;
    display: grid;
    font-size: 12px;
    font-weight: 800;
    grid-template-columns: 1fr 1fr;
    margin: -10px -10px 10px;
    text-align: center;
}

.nyuzz-ranking-tabs span {
    padding: 9px 5px;
}

.nyuzz-ranking-tabs span + span {
    background: #e00000;
}

.nyuzz-ranking-list {
    counter-reset: ranking;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nyuzz-ranking-list li {
    align-items: flex-start;
    counter-increment: ranking;
    display: grid;
    gap: 9px;
    grid-template-columns: 24px minmax(0, 1fr);
    padding: 8px 0;
}

.nyuzz-ranking-list li::before {
    align-items: center;
    background: var(--nyuzz-news-orange);
    border-radius: 50%;
    color: #ffffff;
    content: counter(ranking);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.nyuzz-ranking-list a {
    color: #333333;
    display: -webkit-box;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nyuzz-news-feed > .nyuzz-news-section-title {
    border: 1px solid #eeeeee;
    border-bottom: 0;
    margin: 0;
    padding: 12px 12px 9px;
}

.nyuzz-feed-list {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.nyuzz-feed-card {
    border-bottom: 1px solid #eeeeee;
    padding: 12px;
}

.nyuzz-feed-card a {
    grid-template-columns: 154px minmax(0, 1fr);
}

.nyuzz-feed-card .nyuzz-news-card-image {
    aspect-ratio: 16 / 10;
}

.nyuzz-feed-card .nyuzz-news-card-title {
    font-size: 17px;
}

.nyuzz-feed-feature {
    padding: 0;
}

.nyuzz-feed-feature a {
    display: block;
}

.nyuzz-feed-feature .nyuzz-news-card-image {
    aspect-ratio: 16 / 9;
}

.nyuzz-feed-feature .nyuzz-news-card-title {
    font-size: 22px;
}

.nyuzz-sidebar-feature {
    margin-bottom: 10px;
}

.nyuzz-sidebar-feature .nyuzz-news-card-image {
    aspect-ratio: 16 / 10;
}

.nyuzz-sidebar-feature .nyuzz-news-card-title {
    font-size: 15px;
}

.nyuzz-more-wrap {
    border: 1px solid #eeeeee;
    border-top: 0;
    padding: 18px;
    text-align: center;
}

.nyuzz-view-more {
    background: var(--nyuzz-accent);
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    padding: 9px 18px;
}

.nyuzz-view-more,
.nyuzz-load-more,
.search-submit,
button,
input[type="submit"] {
    min-height: 44px;
}

.nyuzz-load-more,
.search-submit,
input[type="submit"] {
    background: var(--nyuzz-accent);
    border: 0;
    box-shadow: rgba(51, 51, 51, 0.2) 0 3px 6px 0;
    color: #ffffff;
    cursor: pointer;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
}

.nyuzz-load-more:hover,
.nyuzz-load-more:focus,
.search-submit:hover,
.search-submit:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: var(--nyuzz-accent-dark);
    box-shadow: rgba(51, 51, 51, 0.3) 0 4px 8px 0;
    color: #ffffff;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
select,
textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: var(--nyuzz-ink);
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border-color: var(--nyuzz-accent);
    box-shadow: 0 0 0 3px rgba(254, 137, 23, 0.1);
    outline: 0;
}

.nyuzz-view-more:hover,
.nyuzz-view-more:focus {
    background: var(--nyuzz-accent-dark);
    color: #ffffff;
}

.nyuzz-site-footer {
    background: var(--nyuzz-news-red);
    border-top: 0;
    color: #ffffff;
    margin-top: 10px;
}

.nyuzz-site-footer a,
.nyuzz-site-footer .nyuzz-brand,
.nyuzz-site-footer .nyuzz-social-links a {
    color: #ffffff;
}

.nyuzz-footer-brand {
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    padding: 18px 14px;
}

.nyuzz-footer-brand p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    margin: 8px 0 0;
}

.nyuzz-footer-widgets {
    padding: 22px 14px;
}

.nyuzz-copyright {
    background: var(--nyuzz-news-red);
    color: #ffffff;
    font-size: 11px;
    padding: 14px;
}

@media (max-width: 1280px) {
    .nyuzz-floating-home-ad {
        display: none;
    }
}

@media (max-width: 900px) {
    .nyuzz-page,
    .nyuzz-main {
        max-width: 900px;
    }

    .nyuzz-news-columns {
        grid-template-columns: 170px minmax(0, 1fr);
    }

    .nyuzz-news-sidebar {
        display: grid;
        gap: 10px;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nyuzz-news-sidebar .nyuzz-rail-ad {
        grid-column: 1 / -1;
    }

    .nyuzz-home-builder-layout,
    .nyuzz-home-builder-layout.sidebar-right,
    .nyuzz-home-builder-layout-3-block,
    .nyuzz-home-builder-layout-3-block.sidebar-right {
        grid-template-columns: minmax(0, 1fr);
    }

    .nyuzz-home-builder-layout.sidebar-right > .nyuzz-home-builder-main-sidebar,
    .nyuzz-home-builder-layout.sidebar-right > .nyuzz-home-builder-content-wrap,
    .nyuzz-home-builder-layout.sidebar-right > .nyuzz-main-layout,
    .nyuzz-home-builder-layout.sidebar-right > .sidebars {
        order: initial;
    }

    .content-area {
        grid-template-columns: minmax(0, 1fr) minmax(210px, 30%);
    }

    .nyuzz-home-builder-main-sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 782px) {
    body.admin-bar .nyuzz-top-nav.is-sticky {
        top: 46px;
    }

    .nyuzz-page,
    .nyuzz-main {
        max-width: none;
    }

    .nyuzz-top-nav {
        flex-wrap: wrap;
        gap: 8px 14px;
        justify-content: center;
        padding-inline: 12px;
        text-align: center;
    }

    .nyuzz-today {
        padding: 7px 0 0;
    }

    .nyuzz-header-ad {
        display: none;
    }

    .nyuzz-header-inner {
        justify-content: center;
        min-height: 64px;
        padding: 13px 14px;
    }

    .nyuzz-brand {
        font-size: 25px;
    }

    .nyuzz-primary-nav > ul,
    .nyuzz-primary-nav > .menu {
        display: none;
    }

    .nyuzz-primary-nav {
        justify-content: space-between;
        min-height: 44px;
    }

    .nyuzz-mobile-menu-button {
        align-items: center;
        color: #ffffff;
        cursor: pointer;
        display: inline-flex;
        font-size: 13px;
        font-weight: 700;
        gap: 8px;
        min-height: 44px;
        padding: 0 12px;
    }

    .nyuzz-mobile-menu-button span,
    .nyuzz-mobile-menu-button span::before,
    .nyuzz-mobile-menu-button span::after {
        background: #ffffff;
        content: "";
        display: block;
        height: 2px;
        width: 18px;
    }

    .nyuzz-mobile-menu-button span {
        position: relative;
    }

    .nyuzz-mobile-menu-button span::before,
    .nyuzz-mobile-menu-button span::after {
        left: 0;
        position: absolute;
    }

    .nyuzz-mobile-menu-button span::before {
        top: -2px;
    }

    .nyuzz-mobile-menu-button span::after {
        top: 4px;
    }

    .nyuzz-menu-backdrop {
        background: rgba(0, 0, 0, 0.45);
        inset: 0;
        opacity: 0;
        position: fixed;
        transition: opacity 0.25s ease;
        visibility: hidden;
        z-index: 98;
    }

    .nyuzz-mobile-drawer {
        background: #ffffff;
        bottom: 0;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.28);
        display: block;
        max-width: 310px;
        overflow-y: auto;
        padding: 10px 12px 16px;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(105%);
        transition: transform 0.28s ease;
        width: calc(100vw - 20px);
        z-index: 99;
    }

    .nyuzz-menu-toggle:checked ~ .nyuzz-menu-backdrop {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .nyuzz-menu-toggle:checked ~ .nyuzz-mobile-drawer {
        transform: translateX(0);
    }

    .nyuzz-mobile-drawer-head {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .nyuzz-mobile-close {
        border: 1px solid #111111;
        border-radius: 50%;
        cursor: pointer;
        display: block;
        height: 18px;
        position: relative;
        width: 18px;
    }

    .nyuzz-mobile-close::before,
    .nyuzz-mobile-close::after {
        background: #111111;
        content: "";
        height: 1px;
        left: 4px;
        position: absolute;
        top: 8px;
        width: 9px;
    }

    .nyuzz-mobile-close::before {
        transform: rotate(45deg);
    }

    .nyuzz-mobile-close::after {
        transform: rotate(-45deg);
    }

    .nyuzz-mobile-links ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .nyuzz-mobile-links a {
        color: #222222;
        display: block;
        font-size: 12px;
        padding: 8px 0;
    }

    .nyuzz-news-leaderboard {
        padding: 12px;
    }

    .nyuzz-leaderboard-ad {
        min-height: 92px;
    }

    .nyuzz-hero-card .nyuzz-news-card-title {
        font-size: 21px;
    }

    .nyuzz-hero-track {
        display: block;
    }

    .nyuzz-hero-track .item {
        flex: 0 0 74%;
    }

    .nyuzz-news-columns {
        display: flex;
        flex-direction: column;
        padding-top: 14px;
    }

    .nyuzz-news-left {
        order: 2;
    }

    .nyuzz-news-feed {
        order: 1;
    }

    .nyuzz-news-sidebar {
        display: block;
        order: 3;
    }

    .nyuzz-feed-card a {
        grid-template-columns: 118px minmax(0, 1fr);
    }

    .nyuzz-feed-card .nyuzz-news-card-title {
        font-size: 14px;
    }

    .nyuzz-news-card-excerpt {
        display: none;
    }

    .nyuzz-home-builder-layout {
        gap: 12px;
    }

    .nyuzz-home-builder-layout-3-block .nyuzz-home-builder-content-wrap,
    .content-area,
    .nyuzz-home-builder-main-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    .nyuzz-home-builder-layout-3-block.sidebar-right .nyuzz-main-layout,
    .nyuzz-home-builder-layout-3-block.sidebar-right > .nyuzz-home-builder-main-sidebar,
    .nyuzz-home-builder-layout-3-block.inner-sidebar-left .nyuzz-home-builder-inner-sidebar,
    .nyuzz-home-builder-layout-3-block.inner-sidebar-left .nyuzz-home-builder-content-wrap,
    .nyuzz-content-layout-3-block.inner-sidebar-left .nyuzz-route-inner-sidebar,
    .nyuzz-content-layout-3-block.inner-sidebar-left .nyuzz-news-feed {
        order: initial;
    }

    .nyuzz-builder-slider-carousel_hero .nyuzz-card-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .nyuzz-hero-card .nyuzz-news-card-title {
        font-size: 19px;
    }

    .nyuzz-feed-card a {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .nyuzz-feed-card {
        padding: 10px;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--nyuzz-bg);
    color: var(--nyuzz-ink);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--nyuzz-accent);
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

button,
input,
textarea {
    font: inherit;
}

.nyuzz-page {
    min-height: 100vh;
    overflow: visible;
}
.nyuzz-header-ad,
.nyuzz-footer-widgets,
.nyuzz-footer-brand,
.nyuzz-copyright {
    margin-inline: auto;
    max-width: var(--nyuzz-max);
    width: min(calc(100% - 32px), var(--nyuzz-max));
}

.nyuzz-top-nav {
    align-items: center;
    background: var(--nyuzz-top-nav-bg, #fff);
    box-sizing: border-box;
    color: #eeeeee;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    padding-inline: max(16px, calc((100vw - var(--nyuzz-max)) / 2.05));
    position: relative;
    top: 0;
    width: 100%;
    z-index: 120;
}

.nyuzz-top-nav.is-sticky {
    position: sticky;
}

body.admin-bar .nyuzz-top-nav.is-sticky {
    top: 32px;
}

.nyuzz-primary-nav ul{
    gap:2px;
}
.nyuzz-top-nav ul,
.nyuzz-copyright ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nyuzz-top-nav li,
.nyuzz-primary-nav li {
    position: relative;
}

.nyuzz-top-nav .menu-item-has-children > a,
.nyuzz-primary-nav .menu-item-has-children > a {
    align-items: center;
    display: flex;
    gap: 6px;
}

.nyuzz-top-nav .menu-item-has-children > a::after,
.nyuzz-primary-nav .menu-item-has-children > a::after {
    border-color: currentColor transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    margin-top: 2px;
}

.nyuzz-top-nav .sub-menu .menu-item-has-children > a::after,
.nyuzz-primary-nav .sub-menu .menu-item-has-children > a::after {
    border-color: transparent transparent transparent currentColor;
    border-width: 4px 0 4px 5px;
    margin-left: auto;
    margin-top: 0;
}

.nyuzz-top-nav .sub-menu,
.nyuzz-primary-nav .sub-menu {
    background: var(--nyuzz-primary-menu-bg, var(--nyuzz-news-red));
    border: 1px solid var(--nyuzz-line);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
    display: block;
    left: 0;
    min-width: 210px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    visibility: hidden;
    z-index: 90;
}

.nyuzz-top-nav .sub-menu {
    background: var(--nyuzz-top-nav-bg, #fff);
    border-color: rgba(255, 255, 255, 0.12);
}

.nyuzz-top-nav li:hover > .sub-menu,
.nyuzz-top-nav li:focus-within > .sub-menu,
.nyuzz-primary-nav li:hover > .sub-menu,
.nyuzz-primary-nav li:focus-within > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.nyuzz-top-nav .sub-menu .sub-menu,
.nyuzz-primary-nav .sub-menu .sub-menu {
    left: 100%;
    top: -9px;
}

.nyuzz-top-nav .sub-menu a,
.nyuzz-primary-nav .sub-menu a {
    line-height: 1.35;
    padding: 10px 16px;
    white-space: normal;
    font-weight: 500;
}

.nyuzz-top-nav .sub-menu li,
.nyuzz-primary-nav .sub-menu li {
    width: 100%;
}

.nyuzz-top-nav a {
    color: var(--nyuzz-link);
}

.nyuzz-top-nav a:hover,
.nyuzz-top-nav a:focus {
    color: var(--nyuzz-link-hover);
}

.nyuzz-social-links {
    align-items: center;
    display: flex;
    gap: 12px;
}

.nyuzz-social-links svg {
    fill: currentColor;
    height: 15px;
    width: 15px;
}

.nyuzz-site-header.sticky {
    position: sticky;
    top: 0;
    z-index: 70;
}


.nyuzz-brand {
    align-items: center;
    color: #2b2b2b;
    display: inline-flex;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.nyuzz-brand-mark {
    background: var(--nyuzz-accent);
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.nyuzz-brand-mark::before,
.nyuzz-brand-mark::after {
    background: #ffffff;
    content: "";
    height: 4px;
    left: 6px;
    position: absolute;
    width: 20px;
}

.nyuzz-brand-mark::before {
    top: 12px;
}

.nyuzz-brand-mark::after {
    top: 18px;
}

.nyuzz-logo img {
    max-height: 54px;
    width: auto;
}

.nyuzz-primary-nav {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
}

.nyuzz-primary-nav .menu-item-has-children > a {
    display: flex;
}

.nyuzz-primary-nav .current-menu-item > a,
.nyuzz-primary-nav a:hover {
    color: var(--nyuzz-accent);
}

.nyuzz-header-actions {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    position: relative;
}

.nyuzz-dark-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #737373;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
    position: relative;
}

.nyuzz-dark-toggle svg {
    height: 16px;
    width: 16px;
}

.nyuzz-home-ad-section,
.nyuzz-mid-ad {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.nyuzz-breaking-news {
    align-items: stretch;
    border: 1px solid var(--nyuzz-line);
    display: flex;
    margin: 0 0 10px;
    min-height: 42px;
}

.nyuzz-breaking-news strong {
    align-items: center;
    background: var(--nyuzz-accent);
    color: #ffffff;
    display: flex;
    padding: 0 18px;
    text-transform: uppercase;
    white-space: nowrap;
}


table {
  width: 100%;
  border-collapse: collapse; /* Menghilangkan spasi ganda antar border */
  font-family: sans-serif;
  margin: 20px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Efek bayangan elegan */
}

th, td {
  padding: 12px 15px; /* Ruang di dalam sel */
  text-align: left;
}

th {
  background-color: var(--nyuzz-accent); /* Warna latar header tabel */
  color: #ffffff; /* Warna teks header */
  font-weight: bold;
}

/* Efek selang-seling agar mudah dibaca */
tbody tr:nth-child(even) {
  background-color: #f9f9f9; 
}

/* Garis pembatas tipis antar baris */
tbody tr {
  border-bottom: 1px solid #dddddd;
}

/* Efek highlight saat mouse berada di atas baris */
tbody tr:hover {
  background-color: #f1f1f1;
}

.nyuzz-breaking-news a {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 14px;
    min-width: 0;
    padding: 0 16px;
    font-weight: 600;
}

.nyuzz-home-lead {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1.9fr) minmax(300px, 0.9fr);
    margin-bottom: 10px;
}

.nyuzz-card-post-link,
.nyuzz-card-image,
.nyuzz-card-body {
    display: block;
}

.nyuzz-card-post-link {
    color: inherit;
    text-decoration: none;
}

.nyuzz-card-image {
    background: var(--nyuzz-soft);
    overflow: hidden;
    position: relative;
}

.nyuzz-card-image img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 220ms ease;
    width: 100%;
}

.nyuzz-card .nyuzz-category-badge {
    display: inline-flex;
}

.nyuzz-card:hover img {
    transform: scale(1.03);
}

.nyuzz-card-post-link:hover .nyuzz-card-title,
.nyuzz-card-post-link:focus .nyuzz-card-title,
.nyuzz-related-grid a:hover .nyuzz-related-title,
.nyuzz-related-grid a:focus .nyuzz-related-title {
    color: var(--nyuzz-link-hover);
}

.nyuzz-category-badge {
    background: var(--nyuzz-accent);
    color: #ffffff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 8px;
}

.nyuzz-category-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.nyuzz-category-color-0 {
    background: #9a3412;
    color: #ffffff;
}

.nyuzz-category-color-1 {
    background: #1e40af;
    color: #ffffff;
}

.nyuzz-category-color-2 {
    background: #166534;
    color: #ffffff;
}

.nyuzz-category-color-3 {
    background: #991b1b;
    color: #ffffff;
}

.nyuzz-category-color-4 {
    background: #581c87;
    color: #ffffff;
}

.nyuzz-category-color-5 {
    background: #155e75;
    color: #ffffff;
}

.nyuzz-category-color-6 {
    background: #854d0e;
    color: #ffffff;
}

.nyuzz-category-color-7 {
    background: #9d174d;
    color: #ffffff;
}

.nyuzz-category-badge:hover,
.nyuzz-category-badge:focus {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.nyuzz-card-image .nyuzz-category-badge {
    top: 14px;
    left: 14px;
    position: absolute;
    z-index: 2;
}

.nyuzz-format-badge {
    align-items: center;
    background: rgba(17, 17, 17, 0.72);
    color: #ffffff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 5px;
    line-height: 1;
    padding: 6px 8px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 3;
}

.nyuzz-format-video::before {
    content: "▶";
    font-size: 9px;
}

.nyuzz-format-gallery::before {
    content: "▣";
    font-size: 10px;
}

.nyuzz-card-title {
    color: #111111;
    display: block;
    font-weight: 700;
    line-height: 1.22;
}

.nyuzz-post-meta {
    align-items: center;
    color: #666;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 14px;
    margin-top: 8px;
}

.nyuzz-post-meta span::before {
    content: "○";
    margin-right: 5px;
}

.nyuzz-post-meta-date,
.nyuzz-post-meta-views,
.nyuzz-post-meta-reading {
    align-items: center;
    display: inline-flex;
    gap: 5px;
}

.nyuzz-post-meta .nyuzz-post-meta-date::before,
.nyuzz-post-meta .nyuzz-post-meta-views::before,
.nyuzz-post-meta .nyuzz-post-meta-reading::before {
    content: none;
}

.nyuzz-post-meta-date svg,
.nyuzz-post-meta-views svg,
.nyuzz-post-meta-reading svg {
    height: 10px;
    width: 10px;
    margin-right: 5px;
}

.nyuzz-card-hero,
.nyuzz-card-overlay {
    position: relative;
}

.nyuzz-card-hero .nyuzz-card-image img {
    aspect-ratio: 16 / 10.7;
}

.nyuzz-card-hero .nyuzz-card-body {
    bottom: 0;
    left: 0;
    padding: 60px 28px 26px;
    position: absolute;
    right: 0;
}
.nyuzz-card-overlay .nyuzz-card-body {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    bottom: 0;
    left: 0;
    padding: 60px 14px 26px;
    position: absolute;
    right: 0;
}
.nyuzz-grid-card-section,
.nyuzz-featured-post-section {
    background: #fff;
}


.nyuzz-card-hero .nyuzz-card-title {
    color: #ffffff;
    font-size: clamp(22px, 3vw, 26px);
    max-width: 820px;
}

.nyuzz-card-overlay .nyuzz-card-title {
    color: #ffffff;
    font-size: 14px;
}

.nyuzz-card-hero .nyuzz-post-meta,
.nyuzz-card-overlay .nyuzz-post-meta {
    color: #eeeeee;
}

.nyuzz-lead-side {
    display: grid;
    align-content: start;
    gap: 11px;
    padding: 10px 0;
}

.nyuzz-card-mini {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 88px minmax(0, 1fr);
}

.nyuzz-card-mini .nyuzz-card-image img {
    aspect-ratio: 4 / 3;
}

.nyuzz-card-mini .nyuzz-category-badge {
    display: none;
}

.nyuzz-card-mini .nyuzz-card-title {
    font-size: 14px;
}
.nyuzz-bg{
    background: var(--nyuzz-news-paper);
}
aside .widget {
    position: relative;
    padding: 10px;
    background: var(--nyuzz-news-paper);
    overflow: hidden;
}
.nyuzz-section-title,
.widget-title {
    border-bottom: 1px solid var(--nyuzz-line);
    color: #202020;
    font-size: 16px;
    line-height: 1.15;
    margin: 0 0 18px;
    padding-bottom: 12px;
    position: relative;
}

.nyuzz-section-title::after,
.widget-title::after {
    background: var(--nyuzz-accent);
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 34px;
}

.nyuzz-editor-picks,
.nyuzz-slider-section,
.nyuzz-home-builder-blocks,
.nyuzz-builder-widget-section {
    margin-top: 42px;
}

.nyuzz-home > .nyuzz-featured-post-section:first-child,
.nyuzz-home > .nyuzz-custom-posts:first-child,
.nyuzz-home > .nyuzz-grid-card-section:first-child,
.nyuzz-home > .nyuzz-latest-section:first-child,
.nyuzz-home > .nyuzz-home-builder-blocks:first-child {
    margin-top: 0;
}

.nyuzz-home-builder-blocks .nyuzz-builder-widget-section:first-child {
    margin-top: 0;
}
.nyuzz-home-builder-layout,
.nyuzz-content-layout{
    background: var(--nyuzz-news-bg);
}

.nyuzz-home-builder-layout {
    align-items: start;
    display: grid;
    gap: 10px;
}

.nyuzz-home-builder-layout-2-block {
    grid-template-columns: minmax(220px, 30%) minmax(0, 1fr);
}

.nyuzz-home-builder-layout-3-block {
    grid-template-columns: minmax(220px, 25%) minmax(0, 1fr);
}

.nyuzz-home-builder-layout.sidebar-right {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 30%);
}

.nyuzz-home-builder-layout-3-block.sidebar-right {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 25%);
    align-self: start;
}

.nyuzz-home-builder-layout.sidebar-right > .nyuzz-home-builder-main-sidebar {
    order: 2;
}

.nyuzz-home-builder-layout.sidebar-right > .nyuzz-home-builder-content-wrap,
.nyuzz-home-builder-layout.sidebar-right > .nyuzz-main-layout {
    order: 1;
}

.nyuzz-home-builder-layout > .nyuzz-main-layout {
    order: 2;
}

.nyuzz-home-builder-layout > .sidebars {
    order: 1;
}

.nyuzz-home-builder-layout.sidebar-right > .nyuzz-main-layout {
    order: 1;
}

.nyuzz-home-builder-layout.sidebar-right > .sidebars {
    order: 2;
}

.nyuzz-home-builder-content-wrap {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.nyuzz-main-layout {
    display: block;
    min-width: 0;
}

.content-area {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 32%);
    min-width: 0;
}

.nyuzz-home-builder-layout-3-block.sidebar-right .content-area {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 24%);
    align-items: start;
}

.nyuzz-home-builder-layout-3-block.inner-sidebar-left .content-area,
.nyuzz-content-layout-3-block.inner-sidebar-left .content-area {
    grid-template-columns: minmax(180px, 24%) minmax(0, 1fr);
    align-items: start;
}

.card-hero,
.card-slider,
.card-extra {
    margin-bottom: 10px;
}

.card-hero:empty,
.card-slider:empty,
.card-extra:empty {
    display: none;
}



.nyuzz-home-builder-layout-3-block.inner-sidebar-left .nyuzz-home-builder-inner-sidebar {
    order: 1;
}

.nyuzz-home-builder-layout-3-block.inner-sidebar-left .nyuzz-home-builder-content-wrap,
.nyuzz-content-layout-3-block.inner-sidebar-left .nyuzz-news-feed {
    order: 2;
}

.nyuzz-home-builder-layout-3-block:not(.inner-sidebar-left) .nyuzz-home-builder-inner-sidebar,
.nyuzz-content-layout-3-block:not(.inner-sidebar-left) .nyuzz-route-inner-sidebar {
    order: 2;
}

.nyuzz-home-builder-layout-3-block:not(.inner-sidebar-left) .nyuzz-home-builder-content-wrap,
.nyuzz-content-layout-3-block:not(.inner-sidebar-left) .nyuzz-news-feed {
    order: 1;
}

.nyuzz-home-builder-content-main,
.nyuzz-home-builder-sidebar {
    min-width: 0;
}

.nyuzz-home-builder-sidebar {
    display: grid;
    gap: 10px;
    align-content: start;
}

.nyuzz-route-inner-sidebar {
    align-content: start;
    display: grid;
    gap: 10px;
    min-width: 0;
}

.nyuzz-builder-slider-carousel_hero .nyuzz-card-image img {
    aspect-ratio: 16 / 8;
}

.nyuzz-builder-slider-carousel_hero .nyuzz-card-title {
    font-size: 28px;
    line-height: 1.2;
}

.nyuzz-builder-owl {
    display: block;
    position: relative;
}

.nyuzz-builder-owl:not(.owl-loaded) {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.nyuzz-builder-owl:not(.owl-loaded) > .item {
    flex: 0 0 min(100%, 360px);
    scroll-snap-align: start;
}

.nyuzz-builder-slider-carousel_hero:not(.owl-loaded) > .item {
    flex-basis: 100%;
}

.nyuzz-builder-owl.owl-theme .owl-nav {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 0;
}
.nyuzz-builder-owl.owl-theme .owl-dots{
    position: absolute;
    bottom: 0;
    align-items: center;
    margin: 0 auto;
    right: 1%;
}

article.nyuzz-card.nyuzz-card-hero::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    position: absolute;
    bottom: 0;
    padding: 156px 0 156px;
    width: 100%;
    right: 0;
    z-index: 0;
}
.nyuzz-card-hero .nyuzz-card-body{
    bottom: 10%;
    z-index: 1;

}
/* Mengatur posisi tombol panah ke tengah secara vertikal */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px; /* Arrow icon size */
}

/* Left navigation button */
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

/* Right navigation button */
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-nav.disabled {
    display: none;
    visibility: hidden;
}

/* Inactive dots */
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.2s ease;
    border-radius: 50%;
    border:none;
    box-shadow: 0px 0px 0px 2px rgb(255 255 255 / 30%);
}

/* Active dots */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--nyuzz-accent);
}
.nyuzz-single .nyuzz-owl-slider .owl-nav button,
.nyuzz-builder-owl.owl-theme .owl-nav button {
    align-items: center;
    background: var(--nyuzz-accent);
    color: var(--nyuzz-paper);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin: 0;
    min-height: 44px;
    width: 44px;
    border-radius: 0;
}

.nyuzz-builder-owl.owl-theme .owl-nav button:hover,
.nyuzz-builder-owl.owl-theme .owl-nav button:focus {
    background: #0b0d10;
    border-color: var(--nyuzz-accent);
    color: var(--nyuzz-paper);
}

.nyuzz-builder-owl.owl-theme .owl-dots {
    margin-top: 0;
}

.nyuzz-builder-owl.owl-theme .owl-dots .owl-dot span {
    background: none;
    box-shadow: 0px 0px 0px 2px rgb(255 255 255 / 30%);
}

.nyuzz-builder-owl.owl-theme .owl-dots .owl-dot.active span,
.nyuzz-builder-owl.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--nyuzz-accent);
}

.nyuzz-section-description {
    color: #666666;
    margin: -8px 0 20px;
    max-width: 720px;
}

.nyuzz-custom-posts-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nyuzz-custom-posts-list .nyuzz-custom-posts-grid {
    display: block;
}

.nyuzz-grid-card-layout {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(280px, 1.05fr) minmax(0, 2fr);
    margin-bottom: 10px;
}

.nyuzz-home-builder-layout .nyuzz-grid-card-layout {
    grid-template-columns: minmax(240px, 1fr) minmax(0, 2fr);
}

.nyuzz-grid-card-featured .nyuzz-card-hero {
    height: 100%;
    overflow: hidden;
}

.nyuzz-grid-card-featured .nyuzz-card-hero::after {
    height: 62%;
    padding: 0;
}

.nyuzz-grid-card-featured .nyuzz-card-image img {
    aspect-ratio: 4 / 3.1;
}

.nyuzz-grid-card-featured .nyuzz-card-hero .nyuzz-card-body {
    bottom: 0;
    padding: 42px 16px 16px;
}

.nyuzz-grid-card-featured .nyuzz-card-hero .nyuzz-card-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 1.18;
    overflow: hidden;
}

.nyuzz-grid-card-list {
    column-gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 18px;
    padding: 10px 0;
}

.nyuzz-grid-card-column {
    align-content: start;
    display: grid;
    gap: 12px;
}

.nyuzz-grid-card-list .nyuzz-card-mini {
    grid-template-columns: 82px minmax(0, 1fr);
}

.nyuzz-grid-card-list .nyuzz-card-mini .nyuzz-card-title {
    font-size: 15px;
}

.nyuzz-home-main.has-sidebar .nyuzz-grid-card-layout,
.nyuzz-home-main.has-sidebar .nyuzz-grid-card-list {
    grid-template-columns: 1fr;
}

.nyuzz-home-builder-output:empty {
    display: none;
}

.nyuzz-editor-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.75fr);
}

.nyuzz-editor-featured .nyuzz-card-image img {
    aspect-ratio: 5 / 4;
}

.nyuzz-editor-list {
    column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
}

.nyuzz-site-header{
    background: var(--nyuzz-header-bg, #eeeeee);
    padding: 10px 0;
}
.nyuzz-news-leaderboard {
    padding: 10px 0;
    background: var(--nyuzz-news-bg);
}

.nyuzz-latest-layout,
.nyuzz-content-layout {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) 310px;
}

.nyuzz-content-layout.fullwidth,
.nyuzz-single-layout.fullwidth,
.nyuzz-page-layout.fullwidth {
    grid-template-columns: minmax(0, 1fr);
}

.nyuzz-content-layout.fullwidth > .nyuzz-news-feed,
.nyuzz-content-layout.fullwidth > .nyuzz-main-layout {
    order: 1;
}

.nyuzz-sidebar.sticky,
.nyuzz-news-left.sticky,
.nyuzz-home-builder-sidebar.sticky,
.nyuzz-home-builder-main-sidebar.sticky,
.nyuzz-route-inner-sidebar.sticky {
    align-self: flex-start;
    height: max-content;
    position: sticky;
    top: var(--nyuzz-sticky-sidebar-top, 20px);
    z-index: 5;
}

body.admin-bar {
    --nyuzz-sticky-sidebar-top: 52px;
}

.nyuzz-sticky-sidebar-inner {
    align-content: start;
    display: grid;
    gap: 10px;
    min-width: 0;
}

.nyuzz-home-builder-main-sidebar.sticky {
    align-self: flex-start;
    height: max-content;
    position: sticky;
    top: var(--nyuzz-sticky-sidebar-top, 20px);
    z-index: 5;
}

.nyuzz-home-builder-main-sidebar.sticky > .nyuzz-sticky-sidebar-inner {
    align-self: flex-start;
    height: max-content;
    position: static;
    top: auto;
    z-index: auto;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: #0b0d10;
}

@media (min-width: 721px) {
    .nyuzz-page,
    .nyuzz-home-builder-layout,
    .nyuzz-content-layout,
    .nyuzz-main-layout,
    .content-area {
        overflow: visible;
    }

    .nyuzz-sidebar.sticky,
    .nyuzz-home-builder-sidebar.sticky:not(.nyuzz-home-builder-main-sidebar),
    .nyuzz-home-builder-main-sidebar.sticky,
    .nyuzz-route-inner-sidebar.sticky {
        align-self: flex-start;
        height: max-content;
        position: sticky;
        top: var(--nyuzz-sticky-sidebar-top, 50px);
    }

    .nyuzz-home-builder-main-sidebar.sticky > .nyuzz-sticky-sidebar-inner {
        position: static;
        top: auto;
    }

    .nyuzz-sidebar.sticky > .nyuzz-sticky-sidebar-inner {
        overflow: visible;
    }
}

.nyuzz-content-layout.sidebar-left {
    grid-template-columns: 310px minmax(0, 1fr);
}

.nyuzz-content-layout > .nyuzz-sidebar {
    order: 2;
}
.nyuzz-content-layout > .nyuzz-news-feed{
    background: #fff;
}
.nyuzz-content-layout > .nyuzz-news-feed,
.nyuzz-content-layout > .nyuzz-main-layout {
    order: 1;
}

.nyuzz-content-layout.sidebar-left > .nyuzz-sidebar {
    order: -1;
}

.nyuzz-content-layout-3-block,
.nyuzz-content-layout-3-block.sidebar-left,
.nyuzz-content-layout-3-block.sidebar-right {
    grid-template-columns: minmax(220px, 25%) minmax(0, 1fr);
}

.nyuzz-content-layout-3-block.sidebar-right {
    grid-template-columns: minmax(0, 1fr) 280px;
}

.nyuzz-content-layout-3-block.sidebar-right > .nyuzz-sidebar {
    order: 2;
}

.nyuzz-content-layout-3-block.sidebar-left > .nyuzz-sidebar {
    order: 1;
}

.nyuzz-content-layout-3-block > .nyuzz-main-layout {
    order: 1;
}

.nyuzz-content-layout-3-block.sidebar-left > .nyuzz-main-layout {
    order: 2;
}

.nyuzz-latest-layout.no-inner-sidebar {
    display: block;
}

.nyuzz-home-builder-layout-2-block .content-area {
    display: block;
}

.nyuzz-home-builder-layout-2-block .content-area-inner {
    width: 100%;
}

.nyuzz-card-list {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: 230px minmax(0, 1fr);
}

.nyuzz-card-list .nyuzz-card-image img {
    height: 100%;
    object-fit: cover;
}

.nyuzz-card-list + .nyuzz-card-list {
    border-top: 1px solid var(--nyuzz-line);
    margin-top: 24px;
    padding-top: 24px;
}

.nyuzz-card-list .nyuzz-card-image .nyuzz-category-badge {
    top: 10px;
    left: 10px;
}

.nyuzz-archive-items-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nyuzz-card-grid {
    border: 1px solid var(--nyuzz-line);
}

.nyuzz-card-grid .nyuzz-card-body {
    padding: 16px;
}

.nyuzz-card-grid .nyuzz-card-title {
    font-size: 20px;
}

.nyuzz-slider-section .nyuzz-card-title {
    margin: 0;
}

.nyuzz-card-excerpt {
    color: #666666;
    display: block;
    margin-top: 10px;
}

.nyuzz-sidebar {
    display: grid;
    gap: 10px;
}

.nyuzz-archive-items {
    display: grid;
    gap: 12px;
}

[class^="nyuzz-ad-"]{
    text-align: center;
    margin: 0 auto;
}

.nyuzz-latest-list .nyuzz-ad-latest-feed,
.nyuzz-custom-posts-grid .nyuzz-ad-latest-feed,
.nyuzz-archive-items-grid .nyuzz-ad-latest-feed {
    width: 100%;
}

.nyuzz-custom-posts-grid .nyuzz-ad-latest-feed,
.nyuzz-archive-items-grid .nyuzz-ad-latest-feed {
    grid-column: 1 / -1;
}

.nyuzz-ad-latest-feed {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e7ee;
    display: flex;
    justify-content: center;
    margin: 4px 0;
    min-height: 90px;
    overflow: hidden;
}

.nyuzz-ad-latest-feed img,
.nyuzz-ad-latest-feed iframe {
    display: block;
    height: auto;
    max-width: 100%;
}

.nyuzz-sidebar.nosticky {
    position: static;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nyuzz-post-list-widget li + li {
    margin-top: 10px;
}

.nyuzz-widget-header {
    align-items: center;
    border-bottom: 1px solid var(--nyuzz-line);
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 0 0 18px;
}

.nyuzz-widget-header .widget-title {
    border-bottom: 0;
    flex: 1 1 auto;
    margin: 0;
}

.nyuzz-widget-header .widget-title::after {
    bottom: -1px;
}

.nyuzz-widget-header-link {
    color: var(--nyuzz-accent);
    display: inline-flex;
    flex: 0 0 auto;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.nyuzz-widget-header-link svg {
    height: 18px;
    width: 18px;
}

.nyuzz-post-list-widget a.has-thumb {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 78px minmax(0, 1fr);
}

.nyuzz-widget-style-numbered a.has-thumb,
.nyuzz-widget-style-numbered a.no-thumb {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr);
}

.nyuzz-top-search .search-form input[type="search"]{
    min-height: 16px;
    padding: 7px 12px;
}

.nyuzz-widget-style-numbered a.has-thumb {
    grid-template-columns: 34px 78px minmax(0, 1fr);
}
.search-query {
    color: var(--nyuzz-news-orange);
}

.nyuzz-widget-rank {
    color: var(--nyuzz-accent) !important;
    font-size: 28px !important;
    line-height: 78px !important;
    text-align: center;
}

.nyuzz-post-list-widget img {
    aspect-ratio: 3 / 3;
    object-fit: cover;
    width: 78px;
}

.nyuzz-home-builder-inner-sidebar .nyuzz-post-list-widget a.has-thumb .nyuzz-widget-item-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
}

.nyuzz-post-list-widget span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.nyuzz-post-list-widget .nyuzz-widget-item-text {
    min-width: 0;
}

.nyuzz-post-list-widget .nyuzz-widget-item-title {
    display: block;
}

.nyuzz-post-list-widget .nyuzz-widget-item-date {
    align-items: center;
    color: #777;
    display: inline-flex;
    font-size: 11px;
    font-weight: 400;
    gap: 4px;
    line-height: 1.2;
    margin-top: 6px;
}

.nyuzz-post-list-widget .nyuzz-widget-item-date::before {
    border: 1px solid currentColor;
    border-radius: 50%;
    content: "";
    height: 7px;
    width: 7px;
}

.nyuzz-widget-style-thumb_right a.has-thumb {
    grid-template-columns: minmax(0, 1fr) 70px;
}

.nyuzz-widget-style-thumb_right a.has-thumb img {
    grid-column: 2;
    grid-row: 1;
}

.nyuzz-widget-style-thumb_right a.has-thumb .nyuzz-widget-item-text {
    grid-column: 1;
    grid-row: 1;
}

.nyuzz-widget-style-thumb_right .nyuzz-widget-item-title {
    font-size: 14px;
    line-height: 1.35;
}
span.nyuzz-post-meta-date{
    font-weight: normal;
    font-size: 10px;
}

.nyuzz-post-list-widget a.has-thumb:hover span:not(.nyuzz-widget-rank),
.nyuzz-post-list-widget a.has-thumb:focus span:not(.nyuzz-widget-rank),
.nyuzz-post-list-widget a.no-thumb:hover span:not(.nyuzz-widget-rank),
.nyuzz-post-list-widget a.no-thumb:focus span:not(.nyuzz-widget-rank),
.nyuzz-post-list-widget .nyuzz-card:hover .nyuzz-card-title,
.nyuzz-post-list-widget .nyuzz-card:focus-within .nyuzz-card-title {
    color: var(--nyuzz-link-hover);
}

.nyuzz-popular-widget li:first-child a.has-thumb {
    display: block;
}

.nyuzz-widget-style-compact li:first-child a.has-thumb,
.nyuzz-widget-style-numbered li:first-child a.has-thumb {
    display: grid;
}

.nyuzz-popular-widget li:first-child img {
    aspect-ratio: 16 / 10;
    margin-bottom: 10px;
    width: 100%;
}

.nyuzz-widget-style-featured li:first-child,
.nyuzz-widget-style-stacked_list li:first-child {
    margin-bottom: 16px;
}

.nyuzz-widget-style-featured li:first-child a.has-thumb,
.nyuzz-widget-style-stacked_list li:first-child a.has-thumb,
.nyuzz-widget-style-big_thumbnail a.has-thumb {
    display: block;
}

.nyuzz-widget-style-featured li:first-child img,
.nyuzz-widget-style-stacked_list li:first-child img,
.nyuzz-widget-style-big_thumbnail img,
.nyuzz-widget-hero-image img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
}

.nyuzz-widget-style-featured li:first-child img,
.nyuzz-widget-style-stacked_list li:first-child img,
.nyuzz-widget-style-big_thumbnail img {
    margin-bottom: 9px;
}

.nyuzz-widget-style-featured li:first-child .nyuzz-widget-item-title {
    font-size: 15px;
    line-height: 1.35;
}

.nyuzz-widget-style-stacked_list li:not(:first-child) a.no-thumb {
    border-top: 1px solid var(--nyuzz-news-line);
    display: block;
    padding-top: 10px;
}

.nyuzz-widget-style-big_thumbnail li + li {
    border-top: 1px solid var(--nyuzz-news-line);
    padding-top: 14px;
}

.nyuzz-widget-style-carousel_widget .nyuzz-widget-card-grid,
.nyuzz-widget-style-big_thumbnail .nyuzz-widget-card-grid {
    display: grid;
    gap: 14px;
}

.nyuzz-widget-style-carousel_widget ul,
.nyuzz-widget-style-big_thumbnail ul {
    display: none;
}

.nyuzz-widget-carousel,
.nyuzz-widget-carousel .item {
    min-width: 0;
}

.nyuzz-widget-style-carousel_widget .nyuzz-card,
.nyuzz-widget-style-big_thumbnail .nyuzz-card {
    border-radius: 0;
    min-height: 0;
    overflow: hidden;
}

.nyuzz-widget-style-carousel_widget .nyuzz-card,
.nyuzz-widget-style-big_thumbnail .nyuzz-card {
    max-height: 185px;
}

.nyuzz-widget-style-carousel_widget .nyuzz-card-image,
.nyuzz-widget-style-big_thumbnail .nyuzz-card-image {
    aspect-ratio: 16 / 10;
}

.nyuzz-widget-style-carousel_widget .nyuzz-card-image img,
.nyuzz-widget-style-big_thumbnail .nyuzz-card-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.nyuzz-widget-style-carousel_widget .nyuzz-card-body,
.nyuzz-widget-style-big_thumbnail .nyuzz-card-body {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    min-height: 100%;
    padding: 60px 20px 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.nyuzz-inner-sidebar-widget .nyuzz-widget-card-grid .nyuzz-card-title {
    font-size: 13px;
}

.nyuzz-widget-style-carousel_widget .nyuzz-card-title,
.nyuzz-widget-style-big_thumbnail .nyuzz-card-title {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.25;
}

.nyuzz-widget-style-carousel_widget .owl-dots {
    line-height: 1;
    margin-top: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.nyuzz-widget-style-carousel_widget .owl-dots span{
    width: 12px !important;
    height: 12px !important;
    margin: 5px 3px !important;
    border: 1px solid #fff;
}

.nyuzz-widget-style-carousel_widget .owl-dot span {
    background: #c8c8c8;
    border-radius: 999px;
    display: block;
    height: 8px;
    margin: 0 4px;
    width: 8px;
}

.nyuzz-widget-style-carousel_widget .owl-dot.active span {
    background: var(--nyuzz-accent);
    width: 22px;
}

.nyuzz-widget-hero-image {
    display: block;
    margin-bottom: 10px;
}

.nyuzz-widget-hero-title {
    color: #161616;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tagcloud a {
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    color: #333333;
    align-items: center;
    display: inline-flex;
    line-height: 1.2;
    font-size: 12px !important;
    min-height: 44px;
    padding: 10px 12px;
}

.nyuzz-archive-header {
    margin: 42px auto 50px;
    max-width: 760px;
    text-align: center;
}

.nyuzz-archive-header h1 {
    font-size: 42px;
    line-height: 1.1;
    margin: 0 0 12px;
}

.nyuzz-archive-description {
    color: #666666;
    font-size: 17px;
}

.navigation.pagination {
    margin-top: 44px;
}

.nav-links {
    display: flex;
    gap: 8px;
}

.page-numbers {
    border: 1px solid var(--nyuzz-line);
    color: #555555;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 10px 12px;
    text-align: center;
}

.page-numbers.current {
    background: var(--nyuzz-accent);
    border-color: var(--nyuzz-accent);
    color: #ffffff;
}

.nyuzz-breadcrumb {
    color: #666;
    font-size: 12px;
    margin: 22px auto 0;
    max-width: var(--nyuzz-max);
    width: min(calc(100% - 32px), var(--nyuzz-max));
}
.nyuzz-breadcrumb span {
    margin-right: 3px;
    margin-left: 3px;
}
.nyuzz-breadcrumb a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.nyuzz-breadcrumb a svg {
    text-underline-offset: 10px !important;
    margin-right: 3px;
    align-items: baseline;
    position: relative;
}

.nyuzz-breadcrumb a:hover,
.nyuzz-breadcrumb a:focus {
    color: var(--nyuzz-accent);
    text-decoration-thickness: 2px;
}

.nyuzz-content-layout,
.nyuzz-news-home,
.nyuzz-single-layout,
.nyuzz-index-layout {
    margin: 10px auto;
}

.nyuzz-single {
    max-width: none;
}

.nyuzz-content-box,
.nyuzz-single-content-box{
    position: relative;
    padding: 15px;
}

.nyuzz-single-content,
.nyuzz-single-body-main {
    min-width: 0;
}

.nyuzz-single h1 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.3;
    margin: 14px 0 10px;
}

.nyuzz-featured-image {
    margin: 24px 0 24px;
}

.nyuzz-featured-image img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
}

.nyuzz-featured-image figcaption {
    color: #6a6a6a;
    font-size: 12px;
    margin-top: 8px;
    text-align: center;
}

.nyuzz-single-body {
    align-items: start;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr) 160px;
}

.nyuzz-single-body.no-sticky-ad {
    grid-template-columns: minmax(0, 1fr);
}

.nyuzz-single-sticky-ad {
    min-width: 0;
    position: sticky;
    top: 92px;
}

.nyuzz-ad-single-sticky {
    max-width: 160px;
    width: 100%;
}

.nyuzz-ad-single-sticky img,
.nyuzz-ad-single-sticky iframe {
    height: auto;
    max-width: 100%;
}

.nyuzz-inline-related {
    background: #f6f6f6;
    border-left: 3px solid var(--nyuzz-accent);
    color: #575757;
    font-size: 14px;
    margin: 26px 0;
    padding: 14px 18px;
}

.nyuzz-inline-related strong {
    color: #2b2b2b;
    margin-right: 4px;
}

.nyuzz-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.nyuzz-load-more {
    background: #ffffff;
    border: 1px solid var(--nyuzz-line);
    color: #555555;
    cursor: pointer;
    font-weight: 700;
    min-width: 126px;
    padding: 10px 18px;
}

.nyuzz-load-more:hover,
.nyuzz-load-more:focus {
    border-color: var(--nyuzz-accent);
}

.nyuzz-load-more:disabled,
.nyuzz-load-more.is-finished {
    cursor: default;
    opacity: 0.68;
}

.nyuzz-floating-ad {
    position: fixed;
    top: 148px;
    z-index: 40;
}

.nyuzz-floating-ad-left {
    left: max(12px, calc((100vw - var(--nyuzz-max)) / 2 - 150px));
}

.nyuzz-floating-ad-right {
    right: max(12px, calc((100vw - var(--nyuzz-max)) / 2 - 150px));
}

.nyuzz-floating-ad .nyuzz-ad-slot {
    max-width: 130px;
}

.nyuzz-content {
    color: #4f4f4f;
    font-size: 16px;
}

.nyuzz-content h2,
.nyuzz-content h3,
.nyuzz-content h4 {
    color: #191919;
    line-height: 1.25;
    margin: 34px 0 12px;
}

.nyuzz-content p {
    margin: 0 0 20px;
}

.nyuzz-content ul,
.nyuzz-content ol {
    margin-bottom: 22px;
    padding-left: 24px;
}

.nyuzz-content blockquote {
    background: #f6f6f6;
    border-left: 3px solid var(--nyuzz-accent);
    margin: 28px 0;
    padding: 16px 20px;
}

.nyuzz-post-image-gallery {
    border-top: 1px solid var(--nyuzz-line);
    margin: 34px 0;
    padding-top: 26px;
}

.nyuzz-post-image-gallery h2 {
    color: #191919;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 18px;
}

.nyuzz-post-image-gallery-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nyuzz-post-image-gallery-grid a {
    color: inherit;
    display: block;
}

.nyuzz-post-image-gallery-thumb {
    background: #f4f4f4;
    display: block;
    overflow: hidden;
}

.nyuzz-post-image-gallery-thumb img {
    aspect-ratio: 4 / 3;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
    width: 100%;
}

.nyuzz-post-image-gallery-grid a:hover img {
    transform: scale(1.04);
}

.nyuzz-post-image-gallery-title {
    color: #111111;
    display: -webkit-box;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.nyuzz-share-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin: 34px 28px;
}

.nyuzz-share-label {
    color: var(--nyuzz-ink);
    font-size: 14px;
    margin-right: 4px;
}

.nyuzz-share-links a,
.nyuzz-share-links button {
    align-items: center;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
    width: 44px;
}

.nyuzz-share-links a:hover,
.nyuzz-share-links a:focus-visible,
.nyuzz-share-links button:hover,
.nyuzz-share-links button:focus-visible {
    box-shadow: 0 5px 14px rgb(0 0 0 / 20%);
    color: #ffffff;
    opacity: .9;
    transform: translateY(-2px);
}

.nyuzz-share-links a:focus-visible,
.nyuzz-share-links button:focus-visible {
    outline: 3px solid var(--nyuzz-link, #007cba);
    outline-offset: 3px;
}

.nyuzz-share-links svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
}

.nyuzz-share-links .facebook {
    background: #315db6;
}

.nyuzz-share-links .x {
    background: #111111;
}

.nyuzz-share-links .pinterest {
    background: #cf1738;
}

.nyuzz-share-links .telegram {
    background: #1d9bd7;
}

.nyuzz-share-links .whatsapp {
    background: #19b45b;
}

.nyuzz-share-links .nyuzz-native-share {
    background: #596579;
}

.nyuzz-share-links .nyuzz-copy-share {
    background: #687076;
}

.nyuzz-share-links .nyuzz-copy-share.is-copied {
    background: #16834f;
}

.nyuzz-share-links button[hidden] {
    display: none;
}

.nyuzz-author-box {
    align-items: center;
    border: 1px solid var(--nyuzz-line);
    display: grid;
    gap: 10px;
    grid-template-columns: 64px minmax(0, 1fr);
    margin: 28px 0;
    padding: 22px;
}

.nyuzz-author-box img {
    border-radius: 50%;
}

.nyuzz-author-box p {
    color: #666666;
    margin: 4px 0 0;
}

.nyuzz-related-posts {
    margin-top: 36px;
}

.nyuzz-related-posts h2 {
    font-size: 24px;
}

.nyuzz-related-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nyuzz-related-image img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
}

.nyuzz-related-title {
    color: #111111;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0 0;
}

.nyuzz-post-navigation {
    border-top: 1px solid var(--nyuzz-line);
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    padding-top: 22px;
}

.nyuzz-post-navigation span {
    color: #666;
    display: block;
    font-size: 12px;
}

.nyuzz-post-navigation a {
    font-weight: 700;
}

.comment-respond {
    border-top: 1px solid var(--nyuzz-line);
    margin-top: 38px;
    padding-top: 22px;
}

.comment-respond h3 {
    font-size: 24px;
    margin: 0 0 12px;
}

.comment-form-comment textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.search-form input[type="search"] {
    border: 1px solid var(--nyuzz-line);
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.search-form {
    display: flex;
    gap: 8px;
}

.search-form label {
    flex: 1 1 auto;
    min-width: 0;
}

.search-form input[type="submit"] {
    flex: 0 0 auto;
    min-height: 44px;
}

.comment-form-comment textarea {
    min-height: 170px;
}
.nyuzz-news-index-search button[type="submit"],
.form-submit input,
.search-form input[type="submit"] {
    background: var(--nyuzz-accent);
    border: 0;
    color: #111;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 16px;
}

.nyuzz-site-footer {
    --nyuzz-footer-bg: #111111;
    --nyuzz-footer-border: #333333;
    --nyuzz-footer-heading: #ffffff;
    --nyuzz-footer-ink: #d8d8d8;
    --nyuzz-footer-link: #f1f1f1;
    --nyuzz-footer-field-bg: #1d1d1d;
    --nyuzz-footer-tag-bg: rgba(255, 255, 255, 0.1);
    --nyuzz-footer-tag-border: rgba(255, 255, 255, 0.16);
    background: var(--nyuzz-footer-bg);
    color: var(--nyuzz-footer-ink);
    padding: 56px 0 24px;
}

.nyuzz-footer-widgets {
    border-bottom: 1px solid var(--nyuzz-footer-border);
    color: var(--nyuzz-footer-ink);
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 44px;
    padding-bottom: 44px;
}

.nyuzz-footer-widgets.columns-1 {
    grid-template-columns: minmax(0, 1fr);
}

.nyuzz-footer-widgets.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nyuzz-footer-widgets .widget-title,
.nyuzz-footer-widgets h2,
.nyuzz-footer-widgets h3,
.nyuzz-footer-widgets h4 {
    color: var(--nyuzz-footer-heading);
}

.nyuzz-footer-widgets .nyuzz-post-list-widget a {
    color: var(--nyuzz-footer-link);
}

.nyuzz-footer-widgets .nyuzz-post-list-widget span:not(.nyuzz-widget-rank),
.nyuzz-footer-widgets .nyuzz-post-list-widget .nyuzz-card-title {
    color: var(--nyuzz-footer-link);
}

.nyuzz-footer-widgets .nyuzz-tags-widget .tagcloud,
.nyuzz-footer-widgets .wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nyuzz-footer-widgets .nyuzz-tags-widget .tagcloud a,
.nyuzz-footer-widgets .wp-block-tag-cloud a {
    background: var(--nyuzz-footer-tag-bg);
    border: 1px solid var(--nyuzz-footer-tag-border);
    color: var(--nyuzz-footer-link);
    align-items: center;
    line-height: 1.2;
    min-height: 44px;
    padding: 10px 12px;
}

.nyuzz-footer-widgets .nyuzz-tags-widget .tagcloud a:hover,
.nyuzz-footer-widgets .nyuzz-tags-widget .tagcloud a:focus,
.nyuzz-footer-widgets .wp-block-tag-cloud a:hover,
.nyuzz-footer-widgets .wp-block-tag-cloud a:focus {
    background: var(--nyuzz-accent);
    border-color: var(--nyuzz-accent);
    color: #ffffff;
}

.nyuzz-footer-widgets a {
    color: var(--nyuzz-footer-link);
}

.nyuzz-footer-widgets a:hover,
.nyuzz-footer-widgets a:focus {
    color: var(--nyuzz-accent);
}

.nyuzz-footer-widgets p,
.nyuzz-footer-widgets li,
.nyuzz-footer-widgets .textwidget,
.nyuzz-footer-widgets .wp-block-latest-posts__post-date {
    color: var(--nyuzz-footer-ink);
}

.nyuzz-footer-widgets input,
.nyuzz-footer-widgets textarea,
.nyuzz-footer-widgets select {
    background: var(--nyuzz-footer-field-bg);
    border-color: var(--nyuzz-footer-border);
    color: var(--nyuzz-footer-heading);
}

.nyuzz-footer-brand {
    align-items: center;
    border-bottom: 1px solid var(--nyuzz-footer-border);
    display: grid;
    gap: 32px;
    grid-template-columns: 220px minmax(0, 1fr) auto;
    padding-bottom: 44px;
}

.nyuzz-brand-footer {
    color: var(--nyuzz-footer-heading);
}

.nyuzz-brand-footer.has-footer-logo {
    gap: 10px;
}

.nyuzz-brand-footer img {
    display: block;
    height: auto;
    max-height: 54px;
    max-width: 220px;
    object-fit: contain;
    width: auto;
}

.nyuzz-footer-brand p {
    color: var(--nyuzz-footer-ink);
    margin: 0;
    max-width: 520px;
}

.nyuzz-copyright {
    align-items: center;
    color: var(--nyuzz-footer-ink);
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    padding-top: 28px;
}

.nyuzz-copyright a {
    color: var(--nyuzz-footer-link);
}

.nyuzz-mobile-menu-button,
.nyuzz-mobile-drawer,
.nyuzz-menu-backdrop {
    display: none;
}

.nyuzz-menu-toggle {
    display: none;
}

.nyuzz-activation-required,
.nyuzz-empty {
    margin: 60px auto;
    max-width: 760px;
    text-align: center;
}

.nyuzz-news-index {
    display: grid;
    gap: 22px;
    margin: 24px auto;
    max-width: var(--nyuzz-max);
    padding: 24px;
}

.nyuzz-index-layout .nyuzz-news-index {
    margin: 0;
}

.nyuzz-news-index-header {
    align-items: center;
    border-bottom: 1px solid var(--nyuzz-line);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding-bottom: 18px;
}

.nyuzz-news-index-header h1 {
    margin: 0;
    font-size: 30px;
}

.nyuzz-news-index-search {
    display: flex;
    gap: 8px;
    min-width: min(100%, 360px);
}

.nyuzz-news-index-search input {
    flex: 1 1 auto;
    border: 1px solid var(--nyuzz-line);
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.nyuzz-news-index-tax {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nyuzz-news-index-tax strong {
    margin-right: 4px;
}

.nyuzz-news-index-tax a {
    border: 1px solid var(--nyuzz-line);
    color: var(--nyuzz-ink);
    padding: 5px 9px;
}

.nyuzz-news-index-tax + .nyuzz-news-index-tax,
.nyuzz-news-index-tax + .nyuzz-news-index-list {
    margin-top: 12px;
}

.nyuzz-news-index-list {
    display: grid;
    gap: 18px;
}

@media (max-width: 720px) {
    .nyuzz-index-layout {
        margin-block: 14px;
    }

    .nyuzz-index-layout .nyuzz-news-index {
        gap: 18px;
        padding: 18px 16px;
    }

    .nyuzz-archive-items-grid {
        grid-template-columns: 1fr;
    }

    .nyuzz-news-index-header {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
        padding-bottom: 16px;
    }

    .nyuzz-news-index-header h1 {
        font-size: clamp(26px, 8vw, 32px);
        line-height: 1.15;
    }

    .nyuzz-news-index-search {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        min-width: 0;
        width: 100%;
    }

    .nyuzz-news-index-search input {
        min-width: 0;
    }

    .nyuzz-news-index-search button[type="submit"] {
        min-height: 44px;
        min-width: 88px;
        padding-inline: 14px;
    }
}

@media (max-width: 420px) {
    .nyuzz-news-index-search {
        grid-template-columns: minmax(0, 1fr);
    }

    .nyuzz-news-index-search button[type="submit"] {
        width: 100%;
    }
}

.nyuzz-back-to-top {
    align-items: center;
    background: var(--nyuzz-accent);
    bottom: 24px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    color: #ffffff;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    position: fixed;
    right: 24px;
    width: 44px;
    z-index: 80;
}
.nyuzz-back-to-top:hover{
    background-color: #0b0d10;
    color: #ffffff;
}
.nyuzz-back-to-top::before {
    border-left: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    height: 10px;
    transform: rotate(45deg) translate(2px, 2px);
    width: 10px;
}

@media (max-width: 1100px) {
    .nyuzz-header-inner {
        grid-template-columns: auto auto;
    }

    .nyuzz-primary-nav {
        justify-content: flex-start;
        order: 3;
        grid-column: 1 / -1;
    }

    .nyuzz-primary-nav a {
        line-height: 44px;
    }
}

@media (min-width: 901px) and (max-width: 1180px) {
    .nyuzz-main,
    .nyuzz-header-inner,
    .nyuzz-header-ad,
    .nyuzz-footer-widgets,
    .nyuzz-footer-brand,
    .nyuzz-copyright {
        width: min(calc(100% - 48px), var(--nyuzz-max));
    }

    .nyuzz-home-lead {
        grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.85fr);
    }

    .nyuzz-card-mini {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .nyuzz-card-mini .nyuzz-card-title,
    .nyuzz-post-list-widget span {
        font-size: 12.5px;
    }

    .nyuzz-latest-layout,
    .nyuzz-content-layout {
        grid-template-columns: minmax(0, 1fr) 280px;
    }

    .nyuzz-content-layout.sidebar-left {
        grid-template-columns: minmax(220px, 25%) minmax(0, 1fr);
    }

    .nyuzz-content-layout-3-block,
    .nyuzz-content-layout-3-block.sidebar-left,
    .nyuzz-content-layout-3-block.sidebar-right {
        grid-template-columns: 250px minmax(0, 1fr);
    }

    .nyuzz-content-layout-3-block.sidebar-right {
        grid-template-columns: minmax(0, 1fr) 250px;
    }

    .nyuzz-card-list {
        grid-template-columns: 210px minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    .nyuzz-home-lead,
    .nyuzz-editor-grid,
    .nyuzz-grid-card-layout,
    .nyuzz-custom-posts-grid,
    .nyuzz-latest-layout,
    .nyuzz-content-layout,
    .nyuzz-content-layout-3-block,
    .nyuzz-content-layout-3-block.sidebar-left,
    .nyuzz-content-layout-3-block.sidebar-right {
        grid-template-columns: 1fr;
    }

    .nyuzz-floating-ads {
        display: none;
    }

    .nyuzz-content-layout > #primary,
    .nyuzz-content-layout > .nyuzz-main-layout,
    .nyuzz-content-layout > .nyuzz-news-feed,
    .nyuzz-home-builder-layout > #primary,
    .nyuzz-home-builder-layout .content-area-inner {
        order: 1;
    }

    .nyuzz-content-layout > .nyuzz-sidebar,
    .nyuzz-home-builder-layout > .nyuzz-home-builder-main-sidebar,
    .nyuzz-home-builder-layout .nyuzz-home-builder-inner-sidebar,
    .nyuzz-route-inner-sidebar {
        order: 2;
    }

    .nyuzz-single-body {
        grid-template-columns: 1fr;
    }

    .nyuzz-single-sticky-ad {
        position: static;
    }

    .nyuzz-ad-single-sticky {
        max-width: 100%;
    }

    .nyuzz-card-list {
        grid-template-columns: 210px minmax(0, 1fr);
    }

    .nyuzz-footer-brand {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .nyuzz-main,
    .nyuzz-header-inner,
    .nyuzz-header-ad,
    .nyuzz-footer-widgets,
    .nyuzz-footer-brand,
    .nyuzz-copyright {
        width: min(calc(100% - 24px), var(--nyuzz-max));
    }

    .nyuzz-header-inner {
        grid-template-columns: auto auto;
        min-height: 64px;
    }

    .nyuzz-brand {
        font-size: 25px;
    }

    .nyuzz-primary-nav ul {
        display: none;
    }

    .nyuzz-mobile-menu-button {
        align-items: center;
        color: var(--nyuzz-news-paper);
        cursor: pointer;
        display: inline-flex;
        font-size: 12px;
        font-weight: 800;
        gap: 8px;
        line-height: 1;
    }

    .nyuzz-mobile-menu-button span,
    .nyuzz-mobile-menu-button span::before,
    .nyuzz-mobile-menu-button span::after {
        background: var(--nyuzz-news-paper);
        content: "";
        display: block;
        height: 4px;
        width: 20px;
    }

    .nyuzz-mobile-menu-button span::before {
        transform: translateY(-6px);
    }

    .nyuzz-mobile-menu-button span::after {
        transform: translateY(4px);
    }

    .nyuzz-menu-backdrop {
        background: rgba(0, 0, 0, 0.45);
        inset: 0;
        position: fixed;
        z-index: 80;
    }

    .nyuzz-mobile-drawer {
        background: #ffffff;
        bottom: 0;
        box-shadow: 20px 0 50px rgba(0, 0, 0, 0.24);
        display: block;
        left: 0;
        max-width: 320px;
        padding: 22px;
        position: fixed;
        top: 0;
        transform: translateX(-104%);
        transition: transform 180ms ease;
        width: 86vw;
        z-index: 190;
    }

    .nyuzz-menu-toggle:checked ~ .nyuzz-menu-backdrop {
        display: block;
    }

    .nyuzz-menu-toggle:not(:checked) ~ .nyuzz-menu-backdrop {
        display: none;
    }

    .nyuzz-menu-toggle:checked ~ .nyuzz-mobile-drawer {
        transform: translateX(0);
    }

    .nyuzz-mobile-drawer-head {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 22px;
    }

    .nyuzz-mobile-close {
        cursor: pointer;
        height: 34px;
        position: relative;
        width: 44px;
    }

    .nyuzz-mobile-close::before,
    .nyuzz-mobile-close::after {
        background: #111111;
        content: "";
        height: 2px;
        left: 5px;
        position: absolute;
        top: 14px;
        width: 20px;
    }

    .nyuzz-mobile-close::before {
        transform: rotate(45deg);
    }

    .nyuzz-mobile-close::after {
        transform: rotate(-45deg);
    }

    .nyuzz-mobile-links ul {
        list-style: none;
        margin: 0 0 18px;
        padding: 0;
    }

    .nyuzz-mobile-links a {
        border-bottom: 1px solid var(--nyuzz-line);
        display: block;
        font-weight: 800;
        padding: 10px 0;
    }

    .nyuzz-breaking-news {
        display: block;
    }

    .nyuzz-breaking-news strong,
    .nyuzz-breaking-news a {
        min-height: 44px;
    }

    .nyuzz-card-hero .nyuzz-card-title {
        font-size: 25px;
    }

    .nyuzz-card-hero .nyuzz-card-body,
    .nyuzz-card-overlay .nyuzz-card-body {
        padding: 48px 18px 18px;
    }

    .nyuzz-editor-list {
        grid-template-columns: 1fr;
    }

    .nyuzz-grid-card-list {
        grid-template-columns: 1fr;
    }

    .nyuzz-card-list,
    .nyuzz-card-mini {
        grid-template-columns: 132px minmax(0, 1fr);
    }

    .nyuzz-card-list .nyuzz-card-title {
        font-size: 18px;
    }

    .nyuzz-card-excerpt {
        display: none;
    }

    .nyuzz-related-grid,
    .nyuzz-post-image-gallery-grid,
    .nyuzz-post-navigation,
    .nyuzz-footer-widgets {
        grid-template-columns: 1fr;
    }

    .nyuzz-copyright {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 460px) {
    body {
        font-size: 14px;
    }

    .nyuzz-header-actions {
        gap: 8px;
    }

    .nyuzz-card-list,
    .nyuzz-card-mini {
        gap: 12px;
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .nyuzz-card-mini .nyuzz-card-title,
    .nyuzz-post-list-widget span {
        font-size: 13px;
    }

    .nyuzz-section-title,
    .widget-title {
        font-size: 24px;
    }
}

/* Nyuzz visual refinement v2 */
[data-nyuzz-theme="dark"] {
    --nyuzz-bg: #0f1115;
    --nyuzz-paper: #15181d;
    --nyuzz-ink: #f2f3f5;
    --nyuzz-muted: #a8adb6;
    --nyuzz-soft: #20242b;
    --nyuzz-line: #2a3038;
}

[data-nyuzz-theme="dark"] body,
[data-nyuzz-theme="dark"] .nyuzz-page,
[data-nyuzz-theme="dark"] .nyuzz-site-header {
    background: var(--nyuzz-paper);
    color: var(--nyuzz-ink);
}

[data-nyuzz-theme="dark"] body {
    background: var(--nyuzz-bg);
}

[data-nyuzz-theme="dark"] .nyuzz-site-footer {
    --nyuzz-footer-bg: #0b0d10;
    --nyuzz-footer-border: #2a3038;
    --nyuzz-footer-heading: #f2f3f5;
    --nyuzz-footer-ink: #a8adb6;
    --nyuzz-footer-link: #f2f3f5;
    --nyuzz-footer-field-bg: #15181d;
    --nyuzz-footer-tag-bg: rgba(242, 243, 245, 0.08);
    --nyuzz-footer-tag-border: rgba(242, 243, 245, 0.16);
}

[data-nyuzz-theme="dark"] .nyuzz-site-header,
[data-nyuzz-theme="dark"] .nyuzz-breaking-news,
[data-nyuzz-theme="dark"] .nyuzz-section-title,
[data-nyuzz-theme="dark"] .widget-title,
[data-nyuzz-theme="dark"] .nyuzz-card-list + .nyuzz-card-list {
    border-color: var(--nyuzz-line);
}

[data-nyuzz-theme="dark"] .nyuzz-brand,
[data-nyuzz-theme="dark"] .nyuzz-primary-nav a,
[data-nyuzz-theme="dark"] .nyuzz-card-title,
[data-nyuzz-theme="dark"] .nyuzz-section-title,
[data-nyuzz-theme="dark"] .widget-title,
[data-nyuzz-theme="dark"] .nyuzz-post-list-widget span,
[data-nyuzz-theme="dark"] .nyuzz-post-image-gallery h2,
[data-nyuzz-theme="dark"] .nyuzz-post-image-gallery-title,
[data-nyuzz-theme="dark"] .nyuzz-content h2,
[data-nyuzz-theme="dark"] .nyuzz-content h3,
[data-nyuzz-theme="dark"] .nyuzz-content h4 {
    color: var(--nyuzz-ink);
}

[data-nyuzz-theme="dark"] .nyuzz-card-excerpt,
[data-nyuzz-theme="dark"] .nyuzz-post-meta,
[data-nyuzz-theme="dark"] .nyuzz-breaking-news a,
[data-nyuzz-theme="dark"] .nyuzz-content,
[data-nyuzz-theme="dark"] .nyuzz-archive-description,
[data-nyuzz-theme="dark"] .nyuzz-footer-brand p {
    color: var(--nyuzz-muted);
}

[data-nyuzz-theme="dark"] .nyuzz-post-image-gallery-thumb,
[data-nyuzz-theme="dark"] .nyuzz-sidebar-search-widget,
[data-nyuzz-theme="dark"] .nyuzz-primary-nav .sub-menu,
[data-nyuzz-theme="dark"] .comment-form-comment textarea,
[data-nyuzz-theme="dark"] .comment-form input[type="text"],
[data-nyuzz-theme="dark"] .comment-form input[type="email"],
[data-nyuzz-theme="dark"] .comment-form input[type="url"],
[data-nyuzz-theme="dark"] .search-form input[type="search"] {
    background: #1d2229;
    border-color: var(--nyuzz-line);
    color: var(--nyuzz-ink);
}

[data-nyuzz-theme="dark"] .tagcloud a {
    background: #20242b;
    border-color: #39414d;
    color: #f2f3f5;
}

[data-nyuzz-theme="dark"] .nyuzz-dark-toggle {
    color: #f2f3f5;
}

.nyuzz-breaking-news {
    overflow: hidden;
}

.nyuzz-breaking-viewport {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    height: 40px;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.nyuzz-breaking-track {
    align-items: center;
    display: block;
    width: 100%;
    background: #fff;
}

.nyuzz-breaking-viewport .owl-stage-outer,
.nyuzz-breaking-viewport .owl-stage,
.nyuzz-breaking-viewport .owl-item {
    height: 100%;
}

.nyuzz-breaking-track a {
    align-items: center;
    display: inline-flex;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 0 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.ticker-carousel .item {
    height: 50px;
    min-width: 0;
    text-align: center;
}

.ticker-carousel .slideUp {
    animation: slideUp 550ms ease-in-out forwards;
}

.ticker-carousel .slideDown {
    animation: slideDown 550ms ease-in-out forwards;
}

@keyframes slideUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.nyuzz-card .nyuzz-category-badge {
    display: inline-flex;
    width: auto;
}

.nyuzz-card-title,
.nyuzz-post-list-widget span {
    overflow-wrap: anywhere;
}

.nyuzz-card-mini {
    grid-template-columns: 86px minmax(0, 1fr);
}

.nyuzz-card-mini .nyuzz-card-title {
    font-size: 13.5px;
}

.nyuzz-card-list {
    align-items: start;
    grid-template-columns: 230px minmax(0, 1fr);
}

.nyuzz-card-list + .nyuzz-card-list {
    border-top: 1px dashed var(--nyuzz-line);
    padding-top: 24px;
}

.nyuzz-card-list .nyuzz-card-title {
    font-size: 18px;
    max-width: 620px;
}


.nyuzz-owl-slider,
.nyuzz-builder-owl {
    position: relative;
}

.nyuzz-custom-posts-carousel{
    position: relative;
    overflow: hidden;
}


.nyuzz-owl-slider .owl-item,
.nyuzz-builder-owl .owl-item,
.nyuzz-hero-track .owl-item {
    height: auto;
}

.nyuzz-owl-slider .item,
.nyuzz-builder-owl .item,
.nyuzz-hero-track .item,
.nyuzz-owl-slider .nyuzz-card,
.nyuzz-owl-slider .nyuzz-card-image-link,
.nyuzz-owl-slider .nyuzz-card-image,
.nyuzz-builder-owl .nyuzz-card,
.nyuzz-builder-owl .nyuzz-card-image-link,
.nyuzz-builder-owl .nyuzz-card-image {
    height: 100%;
}

.nyuzz-owl-slider .nyuzz-card-image img,
.nyuzz-builder-owl .nyuzz-card-image img {
    height: 100%;
}

.nyuzz-owl-slider .owl-dots,
.nyuzz-builder-owl .owl-dots {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.nyuzz-owl-slider .owl-dot,
.nyuzz-builder-owl .owl-dot {
    background: transparent;
    border: 0;
    height: 44px;
    opacity: 1;
    position: relative;
    width: 44px;
}

.nyuzz-owl-slider .owl-dot span,
.nyuzz-builder-owl .owl-dot span {
    display: none;
}

.nyuzz-owl-slider .owl-dot.active,
.nyuzz-builder-owl .owl-dot.active {
    background: transparent;
    width: 44px;
}

.nyuzz-owl-slider .owl-dot.active::before,
.nyuzz-builder-owl .owl-dot.active::before {
    background: var(--nyuzz-accent);
    width: 28px;
}

.nyuzz-owl-slider .owl-nav button.owl-prev,
.nyuzz-owl-slider .owl-nav button.owl-next,
.nyuzz-builder-owl .owl-nav button.owl-prev,
.nyuzz-builder-owl .owl-nav button.owl-next,
.nyuzz-hero-track .owl-nav button.owl-prev,
.nyuzz-hero-track .owl-nav button.owl-next {
    align-items: center;
    display: flex;
    justify-content: center;
}

@media (min-width: 901px) {
    .nyuzz-home-lead {
        grid-template-columns: minmax(0, 1.85fr) minmax(400px, 0.9fr);
    }

    .nyuzz-latest-layout,
    .nyuzz-content-layout {
        grid-template-columns: minmax(0, 1fr) 310px;
    }
}

@media (max-width: 720px) {
    .nyuzz-breaking-track {
        animation-duration: 26s;
    }

    .nyuzz-card-list {
        grid-template-columns: 128px minmax(0, 1fr);
    }

    .nyuzz-card-list .nyuzz-card-title {
        font-size: 18px;
    }
}

@media (min-width: 901px) {
    .nyuzz-content-layout.fullwidth,
    .nyuzz-single-layout.fullwidth,
    .nyuzz-page-layout.fullwidth {
        grid-template-columns: minmax(0, 1fr);
    }

    .nyuzz-content-layout-3-block,
    .nyuzz-content-layout-3-block.sidebar-left,
    .nyuzz-content-layout-3-block.sidebar-right {
        grid-template-columns: minmax(220px, 25%) minmax(0, 1fr);
    }

    .nyuzz-content-layout-3-block.sidebar-right {
        grid-template-columns: minmax(0, 1fr) 280px;
    }
}

@media (max-width: 900px) {
    .nyuzz-page,
    .nyuzz-main {
        max-width: none;
        width: 100%;
    }

    .nyuzz-news-leaderboard {
        padding: 10px;
    }

    .nyuzz-news-leaderboard .nyuzz-ad-slot {
        max-width: 100%;
        min-height: 90px;
    }

    .nyuzz-floating-home-ad,
    .nyuzz-floating-ad {
        display: none;
    }

    .nyuzz-home-builder-layout,
    .nyuzz-home-builder-layout.sidebar-right,
    .nyuzz-home-builder-layout-2-block,
    .nyuzz-home-builder-layout-3-block,
    .nyuzz-home-builder-layout-3-block.sidebar-right,
    .nyuzz-content-layout,
    .nyuzz-content-layout.sidebar-left,
    .nyuzz-content-layout.sidebar-right,
    .nyuzz-content-layout-3-block,
    .nyuzz-content-layout-3-block.sidebar-left,
    .nyuzz-content-layout-3-block.sidebar-right {
        display: flex;
        flex-direction: column;
        gap: 14px;
        grid-template-columns: none;
        width: 100%;
    }

    .nyuzz-main-layout,
    .content-area {
        display: flex;
        flex-direction: column;
        gap: 14px;
        min-width: 0;
        width: 100%;
    }

    .nyuzz-content-layout > #primary,
    .nyuzz-content-layout > .nyuzz-main-layout,
    .nyuzz-content-layout > .nyuzz-news-feed,
    .nyuzz-home-builder-layout > #primary,
    .content-area > .content-area-inner,
    .content-area > .nyuzz-news-feed,
    .content-area > .nyuzz-archive-list {
        order: 1 !important;
        width: 100%;
    }

    .content-area > .nyuzz-route-inner-sidebar,
    .content-area > .nyuzz-home-builder-inner-sidebar,
    .nyuzz-home-builder-layout .nyuzz-home-builder-inner-sidebar {
        order: 2 !important;
        width: 100%;
    }

    .nyuzz-content-layout > .nyuzz-sidebar,
    .nyuzz-home-builder-layout > .nyuzz-home-builder-main-sidebar,
    .nyuzz-news-left {
        order: 3 !important;
        width: 100%;
    }

    .nyuzz-home-builder-main-sidebar,
    .nyuzz-news-sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nyuzz-home-builder-main-sidebar > .nyuzz-sticky-sidebar-inner {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .nyuzz-sidebar,
    .nyuzz-home-builder-sidebar,
    .nyuzz-route-inner-sidebar,
    .nyuzz-single-sticky-ad,
    .nyuzz-sticky-sidebar-inner {
        position: static !important;
    }

    .nyuzz-top-nav,
    .nyuzz-site-header,
    .nyuzz-primary-nav,
    .nyuzz-category-strip,
    .nyuzz-content-layout,
    .nyuzz-home-builder-layout {
        margin-left: 0;
        margin-right: 0;
    }

    .nyuzz-header-inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .nyuzz-category-strip {
        min-width: 0;
    }

    .nyuzz-category-strip ul {
        min-width: 0;
    }

    .nyuzz-content-box,
    .nyuzz-single-content-box {
        padding: 12px;
    }

    .nyuzz-card-list,
    .nyuzz-card-mini,
    .nyuzz-feed-card a {
        grid-template-columns: 118px minmax(0, 1fr);
    }

    .nyuzz-card-list .nyuzz-card-title,
    .nyuzz-news-card-title,
    .nyuzz-post-list-widget span {
        font-size: 14px;
        line-height: 1.3;
    }

    .nyuzz-card-excerpt,
    .nyuzz-news-card-excerpt {
        display: none;
    }

    .nyuzz-custom-posts-carousel_hero,
    .nyuzz-builder-slider-carousel_hero,
    .nyuzz-builder-slider-carousel_posts,
    .nyuzz-builder-owl,
    .nyuzz-builder-owl .owl-stage-outer,
    .nyuzz-builder-owl .owl-item,
    .nyuzz-builder-owl .item {
        max-width: 100%;
        min-width: 0;
    }

    .nyuzz-builder-owl .owl-stage-outer {
        overflow: hidden;
    }

    .nyuzz-builder-owl .owl-item {
        overflow: hidden;
    }

    .nyuzz-builder-slider-carousel_hero .nyuzz-card-hero,
    .nyuzz-card-hero {
        overflow: hidden;
    }

    .nyuzz-builder-slider-carousel_hero .nyuzz-card-image img,
    .nyuzz-card-hero .nyuzz-card-image img {
        aspect-ratio: 16 / 10;
        height: auto;
        min-height: 230px;
        object-fit: cover;
    }

    .nyuzz-card-hero .nyuzz-card-body,
    .nyuzz-card-overlay .nyuzz-card-body {
        bottom: 0;
        left: 0;
        padding: 54px 14px 18px;
        right: 0;
        width: 100%;
    }

    .nyuzz-builder-slider-carousel_hero .nyuzz-card-title,
    .nyuzz-card-hero .nyuzz-card-title {
        display: block;
        font-size: 22px;
        line-height: 1.15;
        max-width: calc(100vw - 36px);
        overflow-wrap: anywhere;
        white-space: normal;
        width: 100%;
    }

    .nyuzz-builder-owl.owl-theme .owl-dots {
        bottom: 8px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
}

@media (max-width: 560px) {
    .nyuzz-home-builder-main-sidebar,
    .nyuzz-news-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    .nyuzz-card-list {
        gap: 10px;
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .nyuzz-card-list .nyuzz-card-image img {
        aspect-ratio: 1 / 1;
    }

    .nyuzz-post-meta,
    .nyuzz-card-excerpt {
        font-size: 11px;
    }
}

/* Responsive layout stabilizer */
@media (max-width: 900px) {
    .nyuzz-page,
    .nyuzz-main,
    .nyuzz-top-nav,
    .nyuzz-site-header,
    .nyuzz-primary-nav,
    .nyuzz-category-strip,
    .nyuzz-news-leaderboard,
    .nyuzz-content-layout,
    .nyuzz-home-builder-layout {
        max-width: none;
        width: 100%;
    }

    .nyuzz-home-builder-layout,
    .nyuzz-home-builder-layout.sidebar-right,
    .nyuzz-home-builder-layout-2-block,
    .nyuzz-home-builder-layout-3-block,
    .nyuzz-home-builder-layout-3-block.sidebar-right,
    .nyuzz-content-layout,
    .nyuzz-content-layout.sidebar-left,
    .nyuzz-content-layout.sidebar-right,
    .nyuzz-content-layout-3-block,
    .nyuzz-content-layout-3-block.sidebar-left,
    .nyuzz-content-layout-3-block.sidebar-right,
    .content-area,
    .nyuzz-main-layout {
        display: flex;
        flex-direction: column;
        gap: 14px;
        grid-template-columns: none;
        min-width: 0;
    }

    .nyuzz-content-layout > #primary,
    .nyuzz-content-layout > .nyuzz-main-layout,
    .nyuzz-content-layout > .nyuzz-news-feed,
    .nyuzz-home-builder-layout > #primary,
    .content-area > .content-area-inner,
    .content-area > .nyuzz-news-feed,
    .content-area > .nyuzz-archive-list {
        order: 1 !important;
        width: 100%;
    }

    .content-area > .nyuzz-route-inner-sidebar,
    .content-area > .nyuzz-home-builder-inner-sidebar,
    .nyuzz-home-builder-layout .nyuzz-home-builder-inner-sidebar {
        order: 2 !important;
        width: 100%;
    }

    .nyuzz-content-layout > .nyuzz-sidebar,
    .nyuzz-home-builder-layout > .nyuzz-home-builder-main-sidebar,
    .nyuzz-news-left {
        order: 3 !important;
        width: 100%;
    }

    .nyuzz-sidebar,
    .nyuzz-sidebar.sticky,
    .nyuzz-home-builder-sidebar,
    .nyuzz-home-builder-sidebar.sticky,
    .nyuzz-route-inner-sidebar,
    .nyuzz-route-inner-sidebar.sticky,
    .nyuzz-sticky-sidebar-inner {
        position: static !important;
        top: auto !important;
    }

    .nyuzz-home-builder-main-sidebar,
    .nyuzz-home-builder-main-sidebar > .nyuzz-sticky-sidebar-inner,
    .nyuzz-news-sidebar,
    .nyuzz-route-inner-sidebar {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nyuzz-sidebar > .nyuzz-sticky-sidebar-inner {
        display: grid;
        gap: 10px;
    }

    .nyuzz-card-list {
        gap: 12px;
        grid-template-columns: 132px minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .nyuzz-home-builder-main-sidebar,
    .nyuzz-home-builder-main-sidebar > .nyuzz-sticky-sidebar-inner,
    .nyuzz-news-sidebar,
    .nyuzz-route-inner-sidebar,
    .nyuzz-sidebar > .nyuzz-sticky-sidebar-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .nyuzz-card-list,
    .nyuzz-card-mini,
    .nyuzz-feed-card a {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .nyuzz-card-list .nyuzz-card-title,
    .nyuzz-news-card-title,
    .nyuzz-post-list-widget span {
        font-size: 14px;
        line-height: 1.3;
    }
}

/* Responsive visual polish */
@media (max-width: 900px) {
    .nyuzz-main,
    .nyuzz-header-inner,
    .nyuzz-footer-widgets,
    .nyuzz-footer-brand,
    .nyuzz-copyright {
        box-sizing: border-box;
        width: min(calc(100% - 24px), var(--nyuzz-max));
    }

    .nyuzz-header-inner {
        max-width: var(--nyuzz-max);
    }

    .nyuzz-home-builder-layout,
    .nyuzz-content-layout,
    .content-area,
    .nyuzz-main-layout,
    .nyuzz-home-builder-content-wrap,
    .content-area-inner,
    #primary,
    .nyuzz-sidebar,
    .nyuzz-news-feed {
        min-width: 0;
        max-width: 100%;
    }

    .nyuzz-builder-owl,
    .nyuzz-builder-owl .owl-stage-outer,
    .nyuzz-builder-owl .item {
        max-width: 100%;
    }

    .nyuzz-builder-owl.owl-theme .owl-nav button,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        align-items: center;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
        color: #111111;
        display: inline-flex;
        font-size: 18px;
        height: 38px;
        justify-content: center;
        min-height: 38px;
        width: 38px;
    }

    .nyuzz-builder-owl.owl-theme .owl-dots {
        left: 0;
        right: 0;
        text-align: center;
    }

    .owl-theme .owl-dots .owl-dot span {
        height: 12px;
        margin: 4px 6px;
        width: 12px;
    }
}

@media (min-width: 641px) and (max-width: 900px) {
    .nyuzz-top-nav {
        box-sizing: border-box;
        display: grid;
        gap: 10px 16px;
        grid-template-columns: auto minmax(0, 1fr) minmax(180px, 260px);
        padding-left: 16px;
        padding-right: 16px;
        text-align: left;
    }

    .nyuzz-header-inner {
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
    }

    .nyuzz-card-hero .nyuzz-card-image img {
        aspect-ratio: 16 / 9;
        min-height: 340px;
    }

    .nyuzz-card-hero .nyuzz-card-title {
        font-size: clamp(26px, 4vw, 34px);
        line-height: 1.14;
    }
}

@media (max-width: 640px) {
    .nyuzz-main,
    .nyuzz-header-inner,
    .nyuzz-footer-widgets,
    .nyuzz-footer-brand,
    .nyuzz-copyright {
        width: min(calc(100% - 24px), var(--nyuzz-max));
    }

    .nyuzz-top-nav {
        box-sizing: border-box;
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 8px 12px;
        text-align: center;
    }

    .nyuzz-top-links ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nyuzz-top-search,
    .nyuzz-top-search .search-form {
        width: 100%;
    }

    .nyuzz-top-search .search-field {
        min-height: 36px;
    }

    .nyuzz-header-inner {
        justify-content: center;
        padding: 14px 0;
    }

    .nyuzz-logo img {
        max-height: 48px;
        max-width: min(260px, 86vw);
    }

    .nyuzz-news-leaderboard {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: 100vw;
    }

    .nyuzz-card-hero .nyuzz-card-image img,
    .nyuzz-builder-slider-carousel_hero .nyuzz-card-image img {
        aspect-ratio: 4 / 3;
        min-height: 250px;
    }

    .nyuzz-card-hero .nyuzz-card-body,
    .nyuzz-card-overlay .nyuzz-card-body {
        padding: 58px 12px 18px;
    }

    .nyuzz-card-hero .nyuzz-card-title,
    .nyuzz-builder-slider-carousel_hero .nyuzz-card-title {
        font-size: clamp(20px, 6vw, 24px);
        line-height: 1.12;
    }

    article.nyuzz-card.nyuzz-card-hero::after {
        padding: 130px 0 120px;
    }

    .nyuzz-builder-owl.owl-theme .owl-nav button,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        height: 34px;
        min-height: 34px;
        width: 34px;
    }

    .nyuzz-card-list,
    .nyuzz-card-mini,
    .nyuzz-feed-card a {
        align-items: start;
        gap: 10px;
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .nyuzz-card-list .nyuzz-card-image img,
    .nyuzz-card-mini .nyuzz-card-image img,
    .nyuzz-feed-card img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
}

@media (max-width: 1180px) {
    .nyuzz-home-builder-layout .nyuzz-grid-card-layout {
        grid-template-columns: minmax(220px, 0.9fr) minmax(0, 2.1fr);
    }

    .nyuzz-grid-card-list .nyuzz-card-mini {
        gap: 10px;
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .nyuzz-grid-card-list .nyuzz-card-mini .nyuzz-card-title {
        font-size: 13px;
        line-height: 1.25;
    }
}

@media (max-width: 900px) {
    .nyuzz-home-builder-layout .nyuzz-grid-card-layout,
    .nyuzz-grid-card-layout {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .nyuzz-grid-card-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0;
    }

    .nyuzz-grid-card-featured .nyuzz-card-image img {
        aspect-ratio: 16 / 9;
        min-height: 260px;
    }

    .nyuzz-grid-card-featured .nyuzz-card-hero .nyuzz-card-body {
        padding: 62px 18px 20px;
    }

    .nyuzz-grid-card-featured .nyuzz-card-hero .nyuzz-card-title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        font-size: clamp(20px, 4.8vw, 30px);
        line-height: 1.14;
        max-width: none;
        overflow: hidden;
    }
}

@media (max-width: 640px) {
    .nyuzz-grid-card-section {
        margin-top: 28px;
    }

    .nyuzz-grid-card-layout {
        gap: 12px;
    }

    .nyuzz-grid-card-list {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .nyuzz-grid-card-column {
        gap: 10px;
    }

    .nyuzz-grid-card-featured .nyuzz-card-image img {
        aspect-ratio: 4 / 3;
        min-height: 230px;
    }

    .nyuzz-grid-card-featured .nyuzz-card-hero::after {
        height: 68%;
        padding: 0;
    }

    .nyuzz-grid-card-featured .nyuzz-card-hero .nyuzz-card-body {
        padding: 54px 12px 16px;
    }

    .nyuzz-grid-card-featured .nyuzz-card-hero .nyuzz-card-title {
        -webkit-line-clamp: 4;
        font-size: clamp(19px, 6vw, 23px);
    }

    .nyuzz-grid-card-list .nyuzz-card-mini {
        gap: 10px;
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .nyuzz-grid-card-list .nyuzz-card-mini .nyuzz-card-image img {
        aspect-ratio: 1 / 1;
    }

    .nyuzz-grid-card-list .nyuzz-card-mini .nyuzz-card-title {
        font-size: 14px;
        line-height: 1.25;
    }
}

@media (max-width: 420px) {
    .nyuzz-grid-card-list .nyuzz-card-mini {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .nyuzz-grid-card-list .nyuzz-card-mini .nyuzz-card-title {
        font-size: 13px;
    }
}

@media (max-width: 782px) {
    .nyuzz-top-nav {
        display: none;
    }

    .nyuzz-mobile-menu-button {
        align-items: center;
        color: #ffffff;
        cursor: pointer;
        display: inline-flex;
        font-size: 13px;
        font-weight: 700;
        gap: 8px;
        min-height: 44px;
        padding: 0 12px;
    }

    .nyuzz-mobile-menu-button span,
    .nyuzz-mobile-menu-button span::before,
    .nyuzz-mobile-menu-button span::after {
        background: #ffffff;
        content: "";
        display: block;
        height: 2px;
        width: 18px;
    }

    .nyuzz-mobile-menu-button span {
        position: relative;
    }

    .nyuzz-mobile-menu-button span::before,
    .nyuzz-mobile-menu-button span::after {
        left: 0;
        position: absolute;
    }

    .nyuzz-mobile-menu-button span::before {
        top: -5px;
    }

    .nyuzz-mobile-menu-button span::after {
        top: 5px;
    }
}
