@font-face {
    font-display: optional;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/inter-v19-latin-regular.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/inter-v19-latin-500.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/inter-v19-latin-600.woff2) format('woff2')
}

@font-face {
    font-display: optional;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/inter-v19-latin-700.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/merriweather-v32-latin-regular.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/merriweather-v32-latin-700.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/merriweather-v32-latin-900.woff2) format('woff2')
}

:root {
    --color-primary: #0871d7;
    --color-secondary: #4b5563;
    --color-link: #0871d7;
    --color-primary-dark: #1e429f;
    --color-primary-light: #3b82f6;
    --color-link-hover: #1e429f;
    --color-teks: #000000;
    --color-primary-rgb: 26, 86, 219;
    --color-light-bg: #f9fafb;
    --color-dark-bg: #18181b;
    --color-dark-accent: #27272a;
    --color-border-dark: #374151;
    --color-text-inverse: #f9fafb;
    --text-color-dark: #fff;
    --color-border: #e5e7eb;
    --color-white: 255, 255, 255;
    --ornament-paper: 25px;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    --font-heading: 'Merriweather', Georgia, Cambria, "Times New Roman", Times, serif;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --header-height: 55px;
    --mobile-header-height: 45px;
    --mobile-menu-height: 35px;
    --breaking-height: 40px;
    --desktop-menu-height: 40px;
    --total-header-height: calc(var(--header-height) + var(--desktop-menu-height) + var(--breaking-height));
    --total-mobile-header-height: calc(var(--mobile-header-height) + var(--mobile-menu-height) + var(--breaking-height));
    --container-max: 1024px
}

html,
body {
    min-height: 100%;
    font-family: var(--font-body);
    margin: 0;
    padding: 0;
    color: var(--color-teks)
}

body {
    line-height: 1.5;
    background-color: #fff;
    width: 100%;
    padding-top: var(--total-header-height);
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto
}

a {
    color: var(--color-link);
    text-decoration: none
}

a:hover {
    color: var(--color-link-hover)
}

button,
input,
select,
textarea {
    font-family: inherit
}

button {
    cursor: pointer
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0
}

:where(figure) {
    margin: 0 0 1em
}

.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 1.25rem;
    box-sizing: border-box
}

.site-main {
    padding: 1rem 0
}

.main-content-layout {
    display: flex;
    flex-direction: column
}

.post-meta,
.post-excerpt,
.post-tags,
.post-share,
.latest-news-list,
.related-tags-list,
.post-author-info,
.post-content {
    font-family: var(--font-body)
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-title,
.section-title,
.post-author-box__heading,
.zonamerdeka-popular-title,
.zonamerdeka-tags-title,
.zonamerdeka-recommendations-title,
.page-title,
.entry-title,
.related-posts-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 18px;
    color: var(--color-teks)
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    will-change: transform, opacity;
    transform: translateY(0);
    backface-visibility: hidden;
    perspective: 1000px;
    padding-top: 3px;
    opacity: 1;
    visibility: visible
}

.header-navbar-wrapper {
    position: relative;
    z-index: 1001;
    background: #fff;
    will-change: transform;
    height: var(--header-height)
}

.menu-wrapper {
    background: #fff;
    z-index: 999;
    position: relative;
    will-change: transform;
    height: var(--desktop-menu-height)
}

.site-header.hide-navbar .header-navbar-wrapper {
    transform: translateY(-120%)
}

.site-header.hide-navbar .menu-wrapper {
    position: fixed;
    top: 5px;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgb(0 0 0 / .05);
    padding-bottom: 4px
}

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

.site-header.hide-navbar .breaking-news {
    position: fixed;
    top: calc(var(--desktop-menu-height) + 10px);
    left: 0;
    right: 0;
    box-shadow: var(--shadow-sm)
}

.header-navbar-logo .text-logo {
    text-decoration: none;
    color: inherit
}

.site-logo .custom-logo-link {
    display: inline-flex;
    align-items: center;
    max-width: 95%
}

.site-branding-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

.site-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0
}

.site-description {
    font-size: .55rem;
    font-weight: 500;
    color: #555;
    margin: 1px 0 0 0
}

.header-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.header-navbar-logo {
    display: flex;
    transform-origin: left;
    padding: 0
}

.logo img,
.custom-logo {
    height: 30px;
    width: auto;
    object-fit: contain;
    max-height: 35px
}

.text-logo {
    font-weight: 700;
    font-size: 1.5rem
}

.header-navbar-right {
    display: flex;
    align-items: center
}

.site-header:not(.hide-header) {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s
}

.hide-mobile-header {
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out
}

#site-header {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.mobile-menu {
    display: none
}

.search-form {
    display: flex !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 16px !important;
    height: 32px !important;
    padding: 0 !important;
    transition: border-color 0.3s, box-shadow 0.3s !important;
    position: relative !important
}

.search-form:focus-within {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 2px rgb(0 124 186 / .12) !important
}

.search-input {
    flex: 1 !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    padding: 4px 10px !important;
    font-size: 13px !important;
    color: #333 !important;
    min-width: 120px !important;
    height: 100% !important;
    line-height: 1.2 !important
}

.search-input::placeholder {
    color: #6c757d !important;
    opacity: 1 !important
}

.search-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: none !important;
    border: none !important;
    padding: 4px 10px !important;
    height: 100% !important;
    color: #000000 !important;
    cursor: pointer !important
}

.search-button:hover,
.search-button:focus {
    color: var(--color-primary) !important;
    outline: none !important
}

.search-icon {
    width: 18px !important;
    height: 18px !important
}

.theme-switcher {
    position: relative;
    display: flex;
    align-items: center
}

.theme-switch-button {
    background: #fff0;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out
}

.theme-switch-button:hover {
    transform: scale(1.1)
}

.theme-options {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    width: 12rem;
    background-color: #fff;
    border-radius: .5rem;
    padding: .25rem 0;
    box-shadow: var(--shadow-md);
    z-index: 1001;
    margin-top: .5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform-origin: top right;
    transform: scale(.95);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0s 0.3s
}

.theme-options.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out
}

.theme-option-item {
    padding: 0;
    margin: 0
}

.theme-option-item:hover {
    background-color: rgb(0 0 0 / .05)
}

.theme-option-item.active {
    font-weight: 600
}

.theme-option-link {
    padding: .6rem .75rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    text-decoration: none;
    color: inherit
}

.theme-icon {
    width: 24px;
    height: 24px;
    margin-right: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.theme-icon svg {
    width: 100%;
    height: 100%
}

.theme-options .theme-icon svg.auto {
    transform: scale(1.6) !important
}

.theme-options .theme-option-link:hover .theme-icon svg.auto {
    transform: scale(1.65) !important
}

.desktop-nav-container {
    display: flex;
    .zonamerdeka-popular-meta justify-content: space-between;
    align-items: center;
    height: 97%;
    padding: 0
}

.desktop-nav {
    flex: 1
}

.desktop-menu-actions {
    display: flex;
    align-items: center;
    gap: .75rem
}

.live-button {
    display: flex;
    align-items: center;
    gap: .25rem;
    font-weight: 600;
    font-size: .75rem;
    color: #004d99;
    background-color: rgb(223 239 255 / 80%) !important;
    border-radius: .375rem;
    padding: .20rem .5rem
}

.live-button svg {
    width: 12px !important;
    height: 12px !important;
    flex-shrink: 0
}

.horizontal-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.75rem;
    height: 100%
}

.horizontal-menu>li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.horizontal-menu>li>a {
    display: flex;
    align-items: center;
    color: var(--color-teks);
    text-decoration: none;
    font-size: .95rem;
    font-weight: 500;
    padding: .5rem 0;
    position: relative
}

.horizontal-menu>li>a:hover,
.horizontal-menu>li.current-menu-item>a,
.horizontal-menu>li.current-menu-ancestor>a {
    color: var(--color-primary)
}

.horizontal-menu>li.current-menu-item>a::after,
.horizontal-menu>li.current-menu-ancestor>a::after {
    display: none
}

.horizontal-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    box-shadow: var(--shadow-lg);
    border-radius: .5rem;
    padding: .5rem 0;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s
}

.horizontal-menu .sub-menu a {
    display: block;
    padding: .5rem 1rem;
    color: var(--color-teks);
    text-decoration: none;
    font-size: .9rem
}

.horizontal-menu .sub-menu a:hover {
    background: #f9fafb;
    color: var(--color-primary)
}

.horizontal-menu>li.dropdown-parent.dropdown-open .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto
}

.mobile-horizontal-menu {
    background: #fff;
    height: var(--mobile-menu-height);
    position: relative;
    z-index: 998;
    overflow: hidden;
    will-change: transform
}

.scrollable-menu {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    scrollbar-width: none
}

.scrollable-menu::-webkit-scrollbar {
    display: none
}

.horizontal-menu-mobile {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    height: 100% !important;
    white-space: nowrap
}

.horizontal-menu-mobile>li {
    padding: 0 .75rem;
    display: flex;
    align-items: center;
    height: 100%
}

.horizontal-menu-mobile>li:first-child {
    padding-left: 0
}

.horizontal-menu-mobile>li>a {
    display: block;
    color: #696F77;
    text-decoration: none;
    font-size: .85rem;
    font-weight: 600;
    position: relative
}

.horizontal-menu-mobile>li.current-menu-item>a,
.horizontal-menu-mobile>li.current-menu-ancestor>a {
    color: var(--color-primary)
}

.horizontal-menu-mobile>li.current-menu-item>a::after,
.horizontal-menu-mobile>li.current-menu-ancestor>a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-primary)
}

.hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: none;
    background: #fff0;
    color: inherit;
    cursor: pointer
}

.hamburger-menu svg {
    color: #000
}

.mobile-menu {
    display: none
}

.zonamerdeka-mobile-only {
    display: none
}

/* --- KODE BREAKING NEWS FINAL (DESAIN & FUNGSI LENGKAP) --- */

/* --- Styling Wadah Utama --- */
.breaking-news {
    background-color: #f3f4f6;
    height: var(--breaking-height);
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto 10px auto;
    position: relative;
    display: flex;
    align-items: center;
}

.breaking-news .container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.breaking-news-title {
    background-color: var(--color-primary);
    color: #fff;
    font-weight: 700;
    font-size: .6rem;
    padding: .45rem .5rem;
    border-radius: .25rem;
    line-height: 1;
    white-space: nowrap;
    margin-right: 1rem;
    flex-shrink: 0;
    z-index: 2;
}

/* --- Layout, Animasi, dan Perbaikan Desain --- */

.breaking-news-marquee {
    flex-grow: 1;
    overflow: hidden;
    height: 100%;
    /* [PERBAIKAN 1] Mengembalikan efek gradien transparan */
    -webkit-mask-image: -webkit-linear-gradient(left, transparent 0%, black 10%, black 90%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.breaking-news-wrapper {
    display: inline-block;
    height: 100%;
    animation: marqueeContinuous var(--breaking-news-speed, 40s) linear infinite;
    will-change: transform;
}

.breaking-news-marquee:hover .breaking-news-wrapper {
    animation-play-state: paused;
}

.breaking-news-list {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
}

.breaking-news-list li {
    white-space: nowrap;
    padding: 0 10px;
    display: flex;
    align-items: center;
    line-height: var(--breaking-height);
    font-size: .875rem; 
}

.breaking-news-list li a {
    color: var(--color-dark-bg);
    font-weight: 600;
    text-decoration: none;
}

.breaking-news-list li a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

.breaking-news-list li::after {
    content: '•';
    color: var(--color-primary);
    margin-left: 20px;
}

.breaking-news-list li:last-child::after {
    display: none;
}

@keyframes marqueeContinuous {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* --- KODE SIDEBAR --- */

.sidebar {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important
}

.widget {
    margin-bottom: 1.75rem
}

.widget-title {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--color-border);
    position: relative;
    display: inline-block
}

.widget-title .category-section-title-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    border-bottom: 4px solid var(--color-primary);
    color: var(--color-dark-bg)
}

.zonamerdeka-popular-posts-widget {
    position: relative;
    margin-bottom: 2rem;
    margin-left: 2rem;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased
}

.zonamerdeka-popular-label {
    position: absolute;
    top: 0;
    left: -3rem;
    font-size: 3rem;
    font-weight: 700;
    white-space: nowrap;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    z-index: 5;
    color: var(--color-primary);
    font-family: var(--font-heading)
}

.zonamerdeka-popular-container {
    position: relative;
    background-color: rgb(217 231 251 / 61%);
    border-radius: .75rem;
    padding: 1.25rem 1.25rem .75rem 1.25rem;
    overflow: hidden;
    z-index: 10
}

.zonamerdeka-popular-list {
    counter-reset: popularposts
}

.zonamerdeka-popular-item {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.25rem;
    counter-increment: popularposts
}

.zonamerdeka-popular-item::before {
    content: counter(popularposts);
    position: absolute;
    top: 3px;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: .87rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center
}

.zonamerdeka-popular-post-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    color: #000
}

a.zonamerdeka-popular-title-link {
    color: var(--color-secondary)
}

.zonamerdeka-popular-meta {
    display: flex;
    gap: .75rem;
    font-size: .75rem;
    color: #3d4043;
    margin-top: .35rem
}

.zonamerdeka-popular-tags-widget {
    position: relative;
    margin-bottom: 3rem;
    margin-left: 2rem
}

.zonamerdeka-tags-label {
    position: absolute;
    top: 0rem;
    left: -3rem;
    font-size: 3rem;
    font-weight: 700;
    font-family: var(--font-heading);
    white-space: nowrap;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    z-index: 5;
    color: var(--color-primary)
}

.zonamerdeka-tags-container {
    position: relative;
    background-color: rgb(217 231 251 / 61%);
    border-radius: .75rem;
    padding: 1.25rem 1.25rem .75rem 1.25rem;
    margin-left: -5px;
    overflow: hidden;
    z-index: 10
}

.zonamerdeka-tags-list {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: .875rem;
    border-top: 1px solid rgb(0 0 0 / .1)
}

.zonamerdeka-tags-item {
    border-bottom: 1px solid rgb(0 0 0 / .1)
}

.zonamerdeka-tags-item:last-child {
    border-bottom: none
}

.zonamerdeka-tags-link {
    display: flex;
    width: 100%;
    align-items: center;
    gap: .5rem;
    padding: .75rem 0;
    text-decoration: none;
    color: var(--color-teks)
}

.zonamerdeka-tags-link:hover {
    color: var(--color-primary)
}

.zonamerdeka-tags-icon {
    flex-shrink: 0;
    color: var(--color-primary)
}

.widget_zonamerdeka_recommendations {
    margin-bottom: 3rem
}

.zonamerdeka-recommendations-widget {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem
}

.zonamerdeka-recommendations-title {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.45rem
}

.zonamerdeka-recommendations-underline {
    position: absolute;
    bottom: -.125rem;
    left: 0;
    width: 4rem;
    border-bottom: 4px solid var(--color-primary)
}

.zonamerdeka-recommendations-list {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.zonamerdeka-rec-content {
    display: flex;
    align-items: flex-start;
    gap: 1rem
}

.zonamerdeka-rec-thumbnail {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    flex-shrink: 0
}

.zonamerdeka-rec-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.zonamerdeka-rec-thumbnail-border {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-border);
    z-index: 2;
    pointer-events: none;
    box-sizing: border-box
}

.zonamerdeka-rec-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0
}

h2.widget-title.category-section-title {
    margin-bottom: 15px
}

.zonamerdeka-rec-category {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 4px 8px 0 0;
    margin-bottom: 6px;
    font-size: .7rem;
    font-weight: 600;
    color: var(--color-primary);
    text-transform: uppercase;
    line-height: 1
}

.zonamerdeka-rec-category::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background: #fff0
}

.zonamerdeka-rec-title-link {
    display: block;
    text-decoration: none;
    padding: 2px 0;
    line-height: 1.2rem
}

.zonamerdeka-rec-title {
    font-size: .875rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--color-dark-bg)
}

.zonamerdeka-rec-title-link:hover .zonamerdeka-rec-title {
    color: var(--color-primary)
}

.zonamerdeka-rec-date {
    font-size: .75rem;
    color: #6b7280
}

.widget_zonamerdeka_popular_posts {
    position: sticky;
    position: -webkit-sticky;
    top: 110px
}

.zonamerdeka-footer {
    width: 100%;
    background: rgb(217 231 251 / 61%);
    margin-top: 40px;
    padding: 30px 0;
    color: #6c757d;
    font-size: 14px;
    clear: both
}

.zonamerdeka-footer-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 15px
}

.zonamerdeka-footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    align-items: start
}

.zonamerdeka-footer-brand {
    text-align: center
}

.zonamerdeka-brand-text {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #6c757d;
    display: none
}

.zonamerdeka-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 10px
}

.zonamerdeka-logo a {
    text-decoration: none;
    color: var(--color-primary, #007cba)
}

.zonamerdeka-logo img {
    max-width: 210px;
    height: auto;
    display: block
}

.zonamerdeka-logo a:not(:first-child) img {
    max-width: 50px
}

.zonamerdeka-site-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-primary, #007cba);
    text-decoration: none
}

.zonamerdeka-social {
    display: flex;
    justify-content: center;
    gap: 5px
}

.zonamerdeka-social-link {
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    transition: transform 0.2s
}

.zonamerdeka-social-link:hover {
    transform: translateY(-2px)
}

.zonamerdeka-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #939393;
    border-radius: 50%;
    filter: grayscale(1);
    transition: all 0.2s;
    background: #fff;
    display: block;
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 2px auto
}

.zonamerdeka-social-link:hover .zonamerdeka-icon {
    filter: grayscale(0);
    border-color: var(--color-primary, #007cba)
}

.zonamerdeka-icon-facebook {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231877F2' d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E")
}

.zonamerdeka-icon-twitter {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E")
}

.zonamerdeka-icon-instagram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23E4405F' d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E")
}

.zonamerdeka-icon-youtube {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF0000' d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E")
}

.zonamerdeka-icon-tiktok {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-5.2 1.74 2.89 2.89 0 0 1 2.31-4.64 2.93 2.93 0 0 1 .88.13V9.4a6.84 6.84 0 0 0-1-.05A6.33 6.33 0 0 0 5 20.1a6.34 6.34 0 0 0 10.86-4.43v-7a8.16 8.16 0 0 0 4.77 1.52v-3.4a4.85 4.85 0 0 1-1-.1z'/%3E%3C/svg%3E")
}

.zonamerdeka-icon svg {
    display: none
}

.zonamerdeka-copyright {
    font-size: 12px;
    line-height: 1.5;
    color: #4a4a4a;
    font-weight: 500;
    margin-top: 15px
}

.zonamerdeka-footer-menu {
    position: relative
}

.zonamerdeka-menu-title {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
    margin: 0 0 15px 0
}

.zonamerdeka-menu-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.zonamerdeka-menu-list a {
    display: block;
    padding: 4px 0;
    color: #4a4a4a;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
    transition: color 0.2s
}

.zonamerdeka-menu-horizontal a:focus,
.zonamerdeka-menu-horizontal a:active,
.zonamerdeka-menu-horizontal li:focus,
.zonamerdeka-menu-horizontal li:active {
    outline: none !important;
    box-shadow: none !important
}

.zonamerdeka-menu-horizontal a,
.zonamerdeka-menu-horizontal li {
    -webkit-tap-highlight-color: #fff0
}

.zonamerdeka-menu-list a:hover {
    color: var(--color-primary, #007cba)
}

.zonamerdeka-menu-columns-2 {
    column-count: 2;
    column-gap: 20px
}

.zonamerdeka-menu-columns-3 {
    column-count: 3;
    column-gap: 20px
}

.zonamerdeka-menu-columns-4 {
    column-count: 4;
    column-gap: 20px
}

.zonamerdeka-menu-columns-5 {
    column-count: 5;
    column-gap: 20px
}

.zonamerdeka-menu-list li {
    break-inside: avoid;
    margin-bottom: 0
}

.zonamerdeka-menu-with-border {
    border-left: 1px solid var(--color-border, #dee2e6);
    border-right: 1px solid var(--color-border, #dee2e6);
    padding-left: 20px;
    padding-right: 20px
}

.zonamerdeka-menu-with-border::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, var(--color-border, #dee2e6) 20%, var(--color-border, #dee2e6) 80%, transparent 100%)
}

.zonamerdeka-menu-with-border::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, var(--color-border, #dee2e6) 20%, var(--color-border, #dee2e6) 80%, transparent 100%)
}

.error-404-section {
    text-align: center;
    padding: 4rem 1rem
}

.error-404-content {
    max-width: 600px;
    margin: 0 auto
}

.error-404-header {
    margin-bottom: 2.5rem
}

.error-404-title {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
    color: var(--color-primary);
    margin: 0 0 1rem 0
}

.error-404-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333
}

.error-404-recent-posts {
    margin-top: 3rem;
    text-align: left
}

.recent-posts-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center
}

.recent-posts-list li {
    padding: .5rem 0;
    border-bottom: 1px solid var(--color-border)
}

.recent-posts-list li:last-child {
    border-bottom: none
}

.recent-posts-list a:hover {
    text-decoration: underline
}

.error-404-actions {
    margin-top: 3rem
}

.error-404-home-link {
    display: inline-block;
    background-color: var(--color-primary);
    color: #fff;
    padding: .8rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s, transform 0.2s
}

.error-404-home-link:hover {
    background-color: var(--color-primary-dark);
    transform: translateY(-2px)
}

.hidden {
    display: none !important
}

.mobile-only {
    display: flex
}

.desktop-only {
    display: none
}

.screen-reader-text {
    display: none
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

body.admin-bar .site-header {
    top: 46px
}

body.admin-bar .mobile-menu {
    top: 46px;
    height: calc(100% - 46px)
}

body.admin-bar .desktop-menu.menu-fixed {
    top: 46px
}

body.admin-bar .breaking-news.news-fixed {
    top: calc(var(--desktop-menu-height) + 46px)
}

body.menu-open {
    overflow: hidden
}

@media (min-width:768px) {
    .site-main {
        margin-top: 150px
    }
}

/* Batch 4C-2: Ordering widget via CSS - tanpa DOM move */
@media (max-width: 768px) {
  .sidebar.widget-area { display:flex; flex-direction:column; }

  /* Atur prioritas (lebih kecil = lebih atas) */
  .sidebar.widget-area .widget--pop-tags      { order: -2; }
  .sidebar.widget-area .widget--recent-posts  { order: -1; }
  .sidebar.widget-area .widget--categories    { order: 0;  }

  /* Widget lain default order: auto (tetap di bawah) */
}


@media screen and (max-width:782px) {
    header#site-header {
        height: auto;
        max-height: 60px;
        box-sizing: border-box
    }
    .live-button {
        margin-right: 10px
    }
    .header-navbar-right {
        margin-bottom: 5px
    }
    .header-navbar {
        height: 60px;
        margin-right: -5px
    }
    .site-main {
        padding: 0 !important;
        margin-top: 20px
    }
    .container {
        padding: 0 1rem
    }
    .horizontal-menu>li.current-menu-item>a::after,
    .horizontal-menu>li.current-menu-ancestor>a::after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: var(--color-primary)
    }
    .mobile-menu {
        position: fixed;
        inset: 0;
        background-color: var(--color-primary);
        z-index: 1010;
        display: flex;
        flex-direction: column;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(.25, 1, .5, 1);
        visibility: hidden;
        color: #fff
    }
    .mobile-menu.open {
        transform: translateX(0);
        visibility: visible
    }
    .mobile-menu.is-closing {
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(.6, .04, .98, .335)
    }
    .mobile-menu-header {
        flex-shrink: 0;
        height: 56px;
        position: relative;
        z-index: 1011
    }
    .mobile-search-form {
        display: flex;
        width: 100%;
        height: 100%;
        background: #fff
    }
    .mobile-search-input {
        flex: 1;
        height: 100%;
        padding: 0 16px;
        border: none;
        background: #fff0;
        font-size: 16px;
        color: var(--color-teks);
        outline: none
    }
    .search-button,
    .menu-close-button {
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff0;
        border: none;
        cursor: pointer
    }
    .search-button {
        color: var(--color-text)
    }
    .menu-close-button {
        background: var(--color-dark-bg);
        color: #fff
    }
    .mobile-menu-body {
        flex: 1;
        overflow-y: auto;
        padding: 1rem 0
    }
    .mobile-menu-list-main {
        list-style: none;
        margin: 0;
        padding: 0 1.25rem
    }
    .mobile-menu-list-main>li {
        border-bottom: 1px solid rgb(255 255 255 / .1);
        opacity: 0;
        transform: translateY(15px);
        transition: opacity 0.4s, transform 0.4s
    }
    .mobile-menu-list-main>li:last-child {
        border-bottom: none
    }
    .mobile-menu-list-main>li>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .85rem 0;
        color: inherit;
        font-weight: 700;
        font-size: 1rem;
        text-decoration: none
    }
    .mobile-menu.open .mobile-menu-list-main>li {
        opacity: 1;
        transform: translateY(0)
    }
    .mobile-menu.open .mobile-menu-list-main>li:nth-child(1) {
        transition-delay: 0.25s
    }
    .mobile-menu.open .mobile-menu-list-main>li:nth-child(2) {
        transition-delay: 0.3s
    }
    .mobile-menu.open .mobile-menu-list-main>li:nth-child(3) {
        transition-delay: 0.35s
    }
    .mobile-menu.open .mobile-menu-list-main>li:nth-child(4) {
        transition-delay: 0.4s
    }
    .mobile-menu.open .mobile-menu-list-main>li:nth-child(5) {
        transition-delay: 0.45s
    }
    .mobile-menu.open .mobile-menu-list-main>li:nth-child(6) {
        transition-delay: 0.5s
    }
    .mobile-menu.open .mobile-menu-list-main>li:nth-child(7) {
        transition-delay: 0.55s
    }
    .mobile-menu.open .mobile-menu-list-main>li:nth-child(8) {
        transition-delay: 0.6s
    }
    .mobile-menu.open .mobile-menu-list-main>li:nth-child(9) {
        transition-delay: 0.65s
    }
    .mobile-menu.open .mobile-menu-list-main>li:nth-child(10) {
        transition-delay: 0.7s
    }
    .mobile-menu.open .mobile-menu-list-main>li:nth-child(11) {
        transition-delay: 0.75s
    }
    .mobile-menu.open .mobile-menu-list-main>li:nth-child(12) {
        transition-delay: 0.8s
    }
    .mobile-menu.is-closing .mobile-menu-body {
        opacity: 0;
        transition: opacity 0.2s
    }
    .mobile-menu.is-closing .mobile-menu-list-main>li {
        opacity: 0;
        transform: translateY(15px);
        transition: opacity 0.3s, transform 0.3s;
        transition-delay: 0s !important
    }
    .mobile-menu.is-closing .mobile-menu-list-main li.submenu-open>.nav-sub,
    .mobile-menu.is-closing .mobile-menu-list-main li.submenu-open>.sub-menu {
        max-height: 0;
        transition: max-height 0.3s
    }
    .submenu-toggle-button {
        position: absolute;
        top: 0;
        right: 0;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }
    .submenu-arrow-icon {
        width: 16px;
        height: 16px;
        transition: transform 0.3s
    }
    .mobile-menu-list-main .menu-item-has-children {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        flex-wrap: wrap
    }
    .mobile-menu-list-main .menu-item-has-children>a {
        width: 100%;
        padding-right: 50px;
        flex-grow: 1;
        cursor: pointer;
        position: relative
    }
    .mobile-menu-list-main li.menu-item-has-children>a {
        cursor: pointer
    }
    .mobile-menu-list-main .menu-item-has-children.submenu-open>.sub-menu {
        max-height: 1000px
    }
    .mobile-menu-list-main .menu-item-has-children.submenu-open .submenu-arrow-icon {
        transform: rotate(180deg)
    }
    .mobile-menu-list-main .sub-menu {
        flex-basis: 100%;
        max-height: 0;
        overflow: hidden;
        border-left: 2px solid rgb(255 255 255 / .1);
        list-style: none;
        transition: max-height 0.4s, padding 0.4s, margin 0.4s
    }
    .mobile-menu-list-main .sub-menu li {
        opacity: 0;
        transform: translateX(-15px);
        transition: opacity 0.3s, transform 0.3s
    }
    .mobile-menu-list-main .menu-item-has-children.submenu-open .sub-menu li {
        opacity: 1;
        transform: translateX(0)
    }
    .mobile-menu-list-main .sub-menu li a {
        display: block;
        padding: 10px 15px;
        color: rgb(255 255 255 / 94%);
        text-decoration: none;
        font-size: .9em
    }
    .mobile-menu-list-main .sub-menu li a:hover {
        background: rgb(255 255 255 / .1)
    }
    .mobile-menu-list-main .menu-item-has-children.submenu-open .sub-menu li:nth-child(1) {
        transition-delay: 0.05s
    }
    .mobile-menu-list-main .menu-item-has-children.submenu-open .sub-menu li:nth-child(2) {
        transition-delay: 0.1s
    }
    .mobile-menu-list-main .menu-item-has-children.submenu-open .sub-menu li:nth-child(3) {
        transition-delay: 0.15s
    }
    .mobile-menu-list-main .menu-item-has-children.submenu-open .sub-menu li:nth-child(4) {
        transition-delay: 0.2s
    }
    .mobile-menu-list-main .menu-item-has-children.submenu-open .sub-menu li:nth-child(5) {
        transition-delay: 0.25s
    }
    .mobile-menu-list-main .menu-item-has-children.submenu-open .sub-menu li:nth-child(6) {
        transition-delay: 0.3s
    }
    .sidebar .widget_modern_popular_posts,
    .sidebar .widget_scapedia_popular_tags {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: none !important
    }
    .main-content-layout {
        flex-direction: column !important
    }
    .main-content-layout .content-area {
        width: 100% !important;
        max-width: none !important;
        flex-basis: auto !important
    }
    .main-content-layout>* {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mobile-popular-posts-container,
    .mobile-popular-tags-container {
        padding: 0
    }
    .mobile-popular-posts-container .widget,
    .mobile-popular-tags-container .widget {
        margin-bottom: 0 !important
    }
    .widget {
        padding: 0 !important
    }
    .footer-widget-title {
        margin-top: .5rem;
        margin-bottom: .75rem
    }
    .footer-contact-text {
        margin: -13px 0 .75rem 0
    }
    .site-footer {
        margin-top: 3rem
    }
    .search-form {
        display: none !important
    }
    .horizontal-menu-mobile {
        display: none
    }
    .theme-switcher {
        margin-right: 7px
    }
    .breaking-news {
        margin: -5px auto 1px auto
    }
    .mobile-horizontal-menu {
        top: -5px
    }
    .zonamerdeka-copyright {
        margin-top: 0
    }
}

@media (min-width:783px) {
    body.admin-bar .site-header {
        top: 32px
    }
    body.admin-bar .desktop-menu {
        top: calc(var(--header-height) + 32px)
    }
    body.admin-bar .desktop-menu.menu-fixed,
    body.admin-bar .site-header.hide-header~.desktop-menu.menu-fixed {
        top: 32px
    }
    body.admin-bar .breaking-news {
        margin-top: 10px
    }
    body.admin-bar .mobile-menu {
        top: 32px;
        height: calc(100% - 32px)
    }
    body.admin-bar .breaking-news.news-fixed,
    body.admin-bar .site-header.hide-header~.breaking-news.news-fixed {
        top: calc(var(--desktop-menu-height) + 32px)
    }
}

@media (min-width:1024px) {
    :root {
        --desktop-menu-height: 40px
    }
    .header-navbar-logo {
        transform: scale(1.1)
    }
    .header-navbar {
        height: 70px
    }
    .header-navbar-wrapper {
        margin-bottom: 10px
    }
    .menu-wrapper {
        margin-bottom: 6px;
        height: var(--desktop-menu-height)
    }
    .site-header.hide-navbar .menu-wrapper {
        box-shadow: 0 2px 4px rgb(0 0 0 / .05)
    }
    .main-content-layout {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100%;
        max-width: var(--container-max);
        margin: 0 auto;
        box-sizing: border-box;
        gap: 60px
    }
    .main-content-layout .sidebar {
        width: 300px !important;
        box-sizing: border-box;
        flex-shrink: 0;
        margin-top: 30px
    }
    .main-content-layout .content-area {
        flex: 1 !important;
        box-sizing: border-box;
        margin: 0 auto !important;
        display: block !important
    }
    .content-area {
        width: 66.666667%;
        flex: 0 0 66.666667%
    }
    #primary.site-main,
    .site-main {
        display: block !important
    }
    .site-main {
        margin-top: 5px;
        padding-top: 1rem;
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 2rem;
        transition: margin-top 0.3s ease-in-out
    }
    .footer-widgets-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem
    }
    .footer-main {
        padding: 3rem 0
    }
    .footer-bottom .container {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        gap: 1rem
    }
    .footer-secondary-menu {
        justify-content: flex-end
    }
    .horizontal-menu>li>a {
        padding: .75rem 0
    }
    .horizontal-menu>li>a.active::after {
        bottom: -7px
    }
    .horizontal-menu>li.dropdown-parent>a::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: currentColor;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z"/></svg>');
        -webkit-mask-size: cover;
        mask-size: cover;
        position: absolute;
        right: -25px;
        top: 48%;
        margin-top: -8px;
        transition: transform 0.2s
    }
    .horizontal-menu>li.dropdown-parent.dropdown-open>a::after {
        transform: rotate(-180deg)
    }
    .horizontal-menu>li.dropdown-parent.dropdown-open .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto
    }
    .mobile-only {
        display: none !important
    }
    .desktop-only {
        display: flex !important
    }
    .no-breaking-news .site-main {
        margin-top: -35px
    }
    .no-breaking-news .main-content-layout {
        margin: -40px auto !important
    }
    .content-area {
        order: 1; /* Tampilkan di urutan visual pertama (kiri) */
    }

    .sidebar {
        order: 2; /* Tampilkan di urutan visual kedua (kanan) */
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .no-breaking-news .site-main {
        margin-top: -20px
    }
    .no-breaking-news .main-content-layout {
        margin: -20px auto !important
    }
}

@media (max-width:1023px) {
    .no-breaking-news .site-main {
        margin-top: -20px !important
    }
    .site-main {
        margin-top: 0
    }
    body {
        padding-top: var(--total-mobile-header-height)
    }
    :root {
        --total-mobile-header-height: calc(var(--mobile-header-height) + var(--mobile-menu-height) + var(--breaking-height) - 5px)
    }
    .site-header {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .no-breaking-news .site-main {
        margin-top: 25px !important
    }
    .no-breaking-news .main-content-layout {
        margin: -45px auto !important
    }
}

@media (max-width:1024px) {
    .zonamerdeka-footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }
    .zonamerdeka-footer-brand {
        grid-column: 1 / -1;
        margin-bottom: 20px
    }
    .zonamerdeka-menu-with-border {
        border: none;
        padding-left: 0;
        padding-right: 0
    }
    .zonamerdeka-menu-with-border::before,
    .zonamerdeka-menu-with-border::after {
        display: none
    }
    .zonamerdeka-menu-columns-3,
    .zonamerdeka-menu-columns-4,
    .zonamerdeka-menu-columns-5 {
        column-count: 2
    }
}

@media (max-width:768px) {
    .zonamerdeka-desktop-only {
        display: none
    }
    .zonamerdeka-mobile-only {
        display: block
    }
    .zonamerdeka-footer {
        padding: 15px 0
    }
    .zonamerdeka-footer-content {
        grid-template-columns: 1fr;
        gap: 0;
        text-align: center
    }
    .zonamerdeka-footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-column: 1
    }
    .zonamerdeka-brand-text {
        order: 1;
        margin-bottom: 10px
    }
    .zonamerdeka-logo {
        order: 2;
        margin-bottom: 15px
    }
    .zonamerdeka-footer-menu {
        order: 3;
        margin-bottom: 15px
    }
    .zonamerdeka-social {
        order: 4;
        margin-bottom: 15px
    }
    .zonamerdeka-copyright {
        order: 5
    }
    .zonamerdeka-menu-horizontal {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0
    }
    .zonamerdeka-menu-horizontal li {
        position: relative;
        margin: 0 10px
    }
    .zonamerdeka-menu-horizontal li:not(:last-child):after {
        content: "•";
        position: absolute;
        right: -14px;
        top: 47%;
        transform: translateY(-50%);
        color: #6c757d
    }
    .zonamerdeka-menu-horizontal li:nth-child(3):after {
        display: none
    }
    .zonamerdeka-menu-horizontal a {
        padding: 8px 0;
        font-size: 12px
    }
    .site-logo {
        margin-top: -3px
    }
    .error-404-section {
        padding: 2.5rem 1rem
    }
    .error-404-title {
        font-size: 4.5rem
    }
    .error-404-subtitle {
        font-size: 1.2rem
    }
}

@media (max-width:400px) {
    .zonamerdeka-footer-container {
        padding: 0 10px
    }
    .zonamerdeka-footer {
        padding: 20px 0
    }
    .zonamerdeka-logo img {
        max-width: 180px
    }
    .zonamerdeka-icon {
        width: 32px;
        height: 32px;
        background-size: 18px 18px
    }
    .zonamerdeka-menu-horizontal li {
        margin: 0 10px
    }
    .zonamerdeka-menu-horizontal li:not(:last-child):after {
        right: -14px
    }
    .live-button {
        display: none
    }
    .site-logo {
        margin-top: -3px
    }
    .post-tags__link {
        padding: .20rem .45rem;
        font-size: .775rem
    }
}

html[theme="darkmode"],
html.dark {
    color-scheme: dark
}

html[theme="darkmode"] body,
html.dark body {
    background: var(--color-dark-bg);
    color: var(--color-text-inverse)
}

html[theme="darkmode"] .post-title,
html[theme="darkmode"] .entry-title a,
html[theme="darkmode"] .post-content,
html[theme="darkmode"] .section-title,
html[theme="darkmode"] .latest-news-list__item a,
html[theme="darkmode"] .related-tags-list__item a,
html[theme="darkmode"] .post-author-info__desc a,
html[theme="darkmode"] .share-item,
html[theme="darkmode"] .related-posts-title,
html[theme="darkmode"] .zonamerdeka-popular-post-title,
html[theme="darkmode"] a.zonamerdeka-popular-title-link,
html[theme="darkmode"] .zonamerdeka-tags-link,
html[theme="darkmode"] .zonamerdeka-rec-title {
    color: var(--color-text-inverse)
}

html[theme="darkmode"] .post-excerpt p,
html[theme="darkmode"] .post-meta,
html[theme="darkmode"] .zonamerdeka-rec-date,
html[theme="darkmode"] .post-author-info__desc .label {
    color: #898989
}

html[theme="darkmode"] .breadcrumb-item a,
html[theme="darkmode"] .breadcrumb-item:not(:last-child) a::after {
    color: var(--color-primary-light)
}

html[theme="darkmode"] .related-tags-list__item a {
    background: #2e669b
}

html[theme="darkmode"] .site-header,
html[theme="darkmode"] .header-navbar-wrapper,
html[theme="darkmode"] .menu-wrapper,
html[theme="darkmode"] .mobile-horizontal-menu,
html[theme="darkmode"] .horizontal-menu .sub-menu {
    background: #212529
}

html[theme="darkmode"] .horizontal-menu>li>a,
html[theme="darkmode"] .horizontal-menu .sub-menu a,
html[theme="darkmode"] .horizontal-menu-mobile>li>a {
    color: #fff
}

html[theme="darkmode"] .horizontal-menu>li>a:hover,
html[theme="darkmode"] .horizontal-menu>li.current-menu-item>a,
html[theme="darkmode"] .horizontal-menu-mobile>li>a:hover,
html[theme="darkmode"] .horizontal-menu-mobile>li.current-menu-item>a {
    color: var(--color-primary-light)
}

html[theme="darkmode"] .horizontal-menu>li.current-menu-item>a::after,
html[theme="darkmode"] .horizontal-menu-mobile>li.current-menu-item>a::after {
    background-color: var(--color-primary-light)
}

html[theme="darkmode"] .horizontal-menu .sub-menu a:hover {
    background: var(--color-dark-accent)
}

html[theme="darkmode"] .breaking-news {
    background: #212529
}

html[theme="darkmode"] .breaking-news-list li a {
    color: var(--color-text-inverse)
}

html[theme="darkmode"] .search-form,
html[theme="darkmode"] .mobile-search-form {
    background: var(--color-dark-accent);
    border-color: var(--color-border-dark)
}

html[theme="darkmode"] .mobile-search-input {
    color: #fff
}

html[theme="darkmode"] .live-button {
    color: #fff;
    background: #256cd3 !important
}

html[theme="darkmode"] .theme-options {
    background: var(--color-dark-accent);
    border: 1px solid var(--color-border-dark)
}

html[theme="darkmode"] .theme-option-item:hover {
    background: rgb(255 255 255 / .1)
}

html[theme="darkmode"] .theme-option-link {
    color: var(--color-text-inverse)
}

html[theme="darkmode"] .page-numbers {
    background: var(--color-dark-accent);
    border-color: var(--color-border-dark)
}

html[theme="darkmode"] .page-numbers:hover:not(.current) {
    background: var(--color-dark-bg)
}

html[theme="darkmode"] .widget-title {
    border-bottom-color: var(--color-border-dark)
}

html[theme="darkmode"] .zonamerdeka-popular-container,
html[theme="darkmode"] .zonamerdeka-tags-container {
    background: rgb(30 46 68 / 61%)
}

html[theme="darkmode"] .zonamerdeka-popular-item::before {
    background: var(--color-primary)
}

html[theme="darkmode"] .zonamerdeka-tags-list,
html[theme="darkmode"] .zonamerdeka-tags-item {
    border-color: rgb(255 255 255 / .1)
}

html[theme="darkmode"] .zonamerdeka-rec-thumbnail-border {
    border-color: rgb(255 255 255 / .1)
}

html[theme="darkmode"] .zonamerdeka-footer {
    background: #212529;
    color: #d9d9d9
}

html[theme="darkmode"] .zonamerdeka-brand-text,
html[theme="darkmode"] .zonamerdeka-copyright,
html[theme="darkmode"] .zonamerdeka-menu-list a {
    color: #d9d9d9
}

html[theme="darkmode"] .zonamerdeka-menu-title {
    color: #fff
}

html[theme="darkmode"] .zonamerdeka-menu-with-border {
    border-color: var(--color-border-dark)
}

html[theme="darkmode"] .zonamerdeka-icon {
    border-color: var(--color-border-dark);
    background-color: var(--color-dark-accent)
}

html[theme="darkmode"] .zonamerdeka-icon-twitter {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E")
}

html[theme="darkmode"] .zonamerdeka-icon-tiktok {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-5.2 1.74 2.89 2.89 0 0 1 2.31-4.64 2.93 2.93 0 0 1 .88.13V9.4a6.84 6.84 0 0 0-1-.05A6.33 6.33 0 0 0 5 20.1a6.34 6.34 0 0 0 10.86-4.43v-7a8.16 8.16 0 0 0 4.77 1.52v-3.4a4.85 4.85 0 0 1-1-.1z'/%3E%3C/svg%3E")
}

html[theme="darkmode"] .zonamerdeka-icon-facebook {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E")
}

html[theme="darkmode"] .zonamerdeka-icon-instagram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E")
}

html[theme="darkmode"] .zonamerdeka-icon-youtube {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E")
}

html[theme="darkmode"] .post-featured-image__picture::before,
html[theme="darkmode"] .post-author-box__heading span,
html[theme="darkmode"] .featured-post,
html[theme="darkmode"] .hamburger-menu svg {
    background: var(--color-dark-bg);
    color: #fff
}

html[theme="darkmode"] .post-content h1,
html[theme="darkmode"] .post-content h2,
html[theme="darkmode"] .post-content h3,
html[theme="darkmode"] .post-content h4,
html[theme="darkmode"] .post-content h5,
html[theme="darkmode"] .post-author-info__desc span,
html[theme="darkmode"] .grid-post-title a,
html[theme="darkmode"] .featured-post-title a,
html[theme="darkmode"] .berita-pilihan-heading-awal,
html[theme="darkmode"] .berita-pilihan-heading,
html[theme="darkmode"] .category-section-heading a,
html[theme="darkmode"] .error-404-subtitle,
html[theme="darkmode"] .recent-posts-title,
html[theme="darkmode"] .zonamerdeka-popular-title,
html[theme="darkmode"] .zonamerdeka-tags-title,
html[theme="darkmode"] .zonamerdeka-recommendations-title,
html[theme="darkmode"] .page-title,
html[theme="darkmode"].entry-title,
html[theme="darkmode"] .related-posts-title {
    color: var(--color-text-inverse)
}

html[theme="darkmode"] .recent-posts-list a {
    color: var(--color-primary-light)
}

html[theme="darkmode"] .recent-posts-list li {
    border-color: var(--color-border-dark)
}

html[theme="darkmode"] .post-content a {
    color: #8dbafb
}

html[theme="darkmode"] figcaption.post-featured-image__caption,
html[theme="darkmode"] .related-post-excerpt {
    color: #898989
}

html[theme="darkmode"] .wp-block-custom-link-block-main.bacajuga {
    background-color: #528be136
}

html[theme="darkmode"] .zm-ad-runway {
    background-color: #29292b
}

@supports (-webkit-touch-callout:none) {
    .site-header,
    .header-navbar-wrapper,
    .menu-wrapper,
    .breaking-news,
    .mobile-horizontal-menu {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@supports (-webkit-appearance:none) and (not (-webkit-touch-callout:none)) {
    .site-header.hide-mobile-header,
    .site-header.hide-header {
        transform: translateY(-100%) !important;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s !important;
        opacity: 0 !important
    }
    .site-header {
        will-change: transform;
        transition: transform 0.3s ease;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden
    }
}