@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/roboto-condensed-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/roboto-condensed-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --hsnz-blue-dark: #0367a1;
    --hsnz-blue-light: #54aacb;
    --hsnz-text: #333333;
    --hsnz-border: #cccccc;
    --hsnz-menu-gray: #858789;
}

* {
    box-sizing: border-box;
}

body.hsnz-site {
    margin: 0;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    color: var(--hsnz-text);
    background: #eef0f1 url('../images/bg.jpg') repeat;
    position: relative;
}

.hsnz-particles-bg {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.hsnz-site > *:not(.hsnz-particles-bg) {
    position: relative;
    z-index: 1;
}

/* Accessibility toolbar */
.hsnz-a11y-bar {
    background: var(--hsnz-blue-dark);
}

.hsnz-a11y-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.hsnz-a11y-label {
    color: #ffffff;
    font-size: 0.72rem;
    opacity: 0.85;
    margin-right: 2px;
}

.hsnz-a11y-btn {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    padding: 1px 8px;
    font-size: 0.72rem;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.6;
}

.hsnz-a11y-btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.hsnz-a11y-btn[aria-pressed="true"] {
    background: #ffffff;
    color: var(--hsnz-blue-dark);
    font-weight: 700;
}

/* Font-size preference */
html[data-fontsize="sm"] {
    font-size: 87.5%;
}

html[data-fontsize="lg"] {
    font-size: 112.5%;
}

/* High-contrast mode */
:root[data-contrast="high"] {
    --hsnz-blue-dark: #ffcc00;
    --hsnz-blue-light: #ffcc00;
    --hsnz-text: #ffffff;
    --hsnz-border: #ffffff;
    --hsnz-menu-gray: #eeeeee;
}

:root[data-contrast="high"] body.hsnz-site {
    background: #000000;
}

:root[data-contrast="high"] .hsnz-topbar,
:root[data-contrast="high"] .hsnz-nav,
:root[data-contrast="high"] .hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub,
:root[data-contrast="high"] .hsnz-content,
:root[data-contrast="high"] .hsnz-box,
:root[data-contrast="high"] .hsnz-tabs,
:root[data-contrast="high"] .hsnz-pengarah,
:root[data-contrast="high"] .hsnz-footer-top,
:root[data-contrast="high"] .hsnz-footer,
:root[data-contrast="high"] .com-finder fieldset,
:root[data-contrast="high"] .com-finder .card {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

:root[data-contrast="high"] a {
    color: #ffcc00 !important;
}

/* Elements whose default state is white text on a blue (now yellow) fill need dark text instead */
:root[data-contrast="high"] .hsnz-nav-inner > ul.mod-menu > li.nav-item > a:hover,
:root[data-contrast="high"] .hsnz-nav-inner > ul.mod-menu > li.nav-item > button.mod-menu__toggle-sub:first-child:hover,
:root[data-contrast="high"] .hsnz-nav-inner > ul.mod-menu > li.nav-item.current > a,
:root[data-contrast="high"] .hsnz-nav-inner > ul.mod-menu > li.nav-item.active > a,
:root[data-contrast="high"] .hsnz-box-icon,
:root[data-contrast="high"] .com-finder .btn-primary {
    background: #ffcc00 !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

:root[data-contrast="high"] .hsnz-a11y-bar {
    background: #000000 !important;
    border-bottom: 1px solid #ffcc00;
}

:root[data-contrast="high"] .hsnz-a11y-label {
    color: #ffffff !important;
}

:root[data-contrast="high"] .hsnz-a11y-btn {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #ffcc00 !important;
}

:root[data-contrast="high"] .hsnz-a11y-btn[aria-pressed="true"] {
    background: #ffcc00 !important;
    color: #000000 !important;
}

/* Waktu Operasi box uses hardcoded light colors that vanish on a black background */
:root[data-contrast="high"] .hsnz-waktu-label {
    color: #ffcc00 !important;
}

:root[data-contrast="high"] .hsnz-waktu-pill {
    background: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #ffcc00 !important;
}

:root[data-contrast="high"] .hsnz-waktu-pill-green {
    background: #2e7d32 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

:root[data-contrast="high"] .hsnz-waktu-icon-green,
:root[data-contrast="high"] .hsnz-waktu-icon-blue {
    background: #000000 !important;
    border: 1px solid #ffcc00;
}

:root[data-contrast="high"] .hsnz-waktu-row {
    border-bottom-color: #444 !important;
}

/* CME Mingguan box — hardcoded grays vanish on a black background */
:root[data-contrast="high"] .hsnz-cme-notice {
    color: #ffffff !important;
    background: #111111 !important;
}

:root[data-contrast="high"] .hsnz-cme-footer {
    color: #cccccc !important;
}

/* Arkib CME box — hardcoded grays vanish on a black background */
:root[data-contrast="high"] .hsnz-arkib-tree .hsnz-collapse-toggle span {
    color: #ffcc00 !important;
}

:root[data-contrast="high"] .hsnz-arkib-tree .hsnz-collapse-sub li {
    color: #dddddd !important;
}

/* Bismillah image is black text on a transparent PNG — invert so it shows on black */
:root[data-contrast="high"] .hsnz-pengarah-bismillah {
    filter: invert(1);
}

:root[data-contrast="high"] .hsnz-header-banner,
:root[data-contrast="high"] img {
    filter: contrast(1.05);
}

a {
    color: var(--hsnz-blue-light);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Top utility bar */
.hsnz-topbar {
    background: #f7f7f7;
    border-bottom: 1px solid var(--hsnz-border);
    font-size: 0.85rem;
}

.hsnz-topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 16px;
}

.hsnz-topbar-links {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 4px;
}

.hsnz-topbar-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hsnz-topbar-links a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--hsnz-text);
}

.hsnz-topbar-links img {
    width: 16px;
    height: 16px;
}

.hsnz-topbar-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.hsnz-topbar-search {
    position: relative;
}

.hsnz-topbar-search label.finder {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.hsnz-topbar-search::before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--hsnz-menu-gray);
    pointer-events: none;
    z-index: 1;
}

.hsnz-topbar-search input[type="text"],
.hsnz-topbar-search input[type="search"] {
    border: 1px solid var(--hsnz-border);
    border-radius: 3px;
    padding: 4px 8px 4px 28px;
}

/* Header / logo banner */
.hsnz-header {
    background: #ffffff;
    border-bottom: 3px solid var(--hsnz-blue-dark);
}

.hsnz-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 16px;
    text-align: center;
}

.hsnz-header-banner {
    max-width: 100%;
    height: auto;
}

/* Main navigation */
body.hsnz-site .hsnz-nav {
    background: #ffffff;
    border-bottom: 1px solid var(--hsnz-border);
    position: relative;
    z-index: 100;
}

.hsnz-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.hsnz-nav-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px 16px;
    flex-direction: column;
    gap: 5px;
}

.hsnz-nav-hamburger span {
    display: block;
    width: 24px;
    height: 3px;
    background: var(--hsnz-blue-dark);
    border-radius: 2px;
}

/* Top level bar */
.hsnz-nav-inner > ul.mod-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.hsnz-nav-inner > ul.mod-menu > li.nav-item {
    position: relative;
}

.hsnz-nav-inner > ul.mod-menu > li.nav-item > a,
.hsnz-nav-inner > ul.mod-menu > li.nav-item > span,
.hsnz-nav-inner > ul.mod-menu > li.nav-item > button.mod-menu__toggle-sub:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 9px;
    height: 45px;
    border: none;
    background: none;
    color: var(--hsnz-text);
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}

.hsnz-nav-inner > ul.mod-menu > li.nav-item > a:hover,
.hsnz-nav-inner > ul.mod-menu > li.nav-item > button.mod-menu__toggle-sub:first-child:hover,
.hsnz-nav-inner > ul.mod-menu > li.nav-item.current > a,
.hsnz-nav-inner > ul.mod-menu > li.nav-item.active > a {
    background: var(--hsnz-blue-dark);
    color: #ffffff;
    text-decoration: none;
}

.hsnz-nav .mod-menu__toggle-sub {
    display: none;
    border: 0;
    background: none;
    font: inherit;
    cursor: pointer;
}

/* Top-level nav icons (matches production's UIkit icon set) */
.hsnz-nav-inner > ul.mod-menu > li.nav-item > a::before,
.hsnz-nav-inner > ul.mod-menu > li.nav-item > button.mod-menu__toggle-sub:first-child::before {
    font-family: FontAwesome;
    margin-right: 6px;
    font-weight: 400;
    font-size: 0.85rem;
}

.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(1) > a::before { content: "\f015"; }
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(2) > a::before,
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(2) > button.mod-menu__toggle-sub:first-child::before { content: "\f029"; }
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(3) > a::before,
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(3) > button.mod-menu__toggle-sub:first-child::before { content: "\f114"; }
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(4) > a::before,
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(4) > button.mod-menu__toggle-sub:first-child::before { content: "\f15c"; }
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(5) > a::before,
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(5) > button.mod-menu__toggle-sub:first-child::before { content: "\f02d"; }
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(6) > a::before,
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(6) > button.mod-menu__toggle-sub:first-child::before { content: "\f044"; }
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(7) > a::before,
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(7) > button.mod-menu__toggle-sub:first-child::before { content: "\f19c"; }
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(8) > a::before,
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(8) > button.mod-menu__toggle-sub:first-child::before { content: "\f1ea"; }

/* Level 1 dropdown panel (mega menu) */
.hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid var(--hsnz-border);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    margin: 0;
    padding: 16px;
    z-index: 200;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 8px 24px;
    width: max-content;
    min-width: 240px;
    max-width: min(960px, 94vw);
    list-style: none;
}

/* Flat dropdowns (no sub-groups) read better as a single top-to-bottom column.
   DIREKTORAT (nth-child 3) is excluded — it has 4 real sub-groups and stays multi-column. */
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(2) > ul.mod-menu__sub,
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(5) > ul.mod-menu__sub,
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(6) > ul.mod-menu__sub,
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-child(7) > ul.mod-menu__sub {
    grid-template-columns: 1fr;
    min-width: 260px;
    width: max-content;
}

.hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub[aria-hidden="true"] {
    display: none;
}

/* Right-align dropdowns for the last couple of nav items so they don't run off-screen */
.hsnz-nav-inner > ul.mod-menu > li.nav-item:nth-last-child(-n+2) > ul.mod-menu__sub {
    left: auto;
    right: 0;
}

.hsnz-nav-inner > ul.mod-menu > li.nav-item:hover > ul.mod-menu__sub,
.hsnz-nav-inner > ul.mod-menu > li.nav-item:focus-within > ul.mod-menu__sub {
    display: grid;
}

/* Level 2 items inside the dropdown */
.hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub > li {
    min-width: 0;
}

/* Column heading items (have a submenu) — plain gray with a thin divider, not bold */
.hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub > li.deeper > a,
.hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub > li.deeper > span {
    display: block;
    padding: 0 0 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: var(--hsnz-menu-gray);
    font-weight: 400;
    font-size: 0.75rem;
    white-space: normal;
}

/* Leaf items directly in the dropdown (no submenu) look like normal links */
.hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub > li:not(.deeper) > a,
.hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub > li:not(.deeper) > span {
    display: block;
    padding: 5px 0;
    color: var(--hsnz-blue-light);
    font-weight: 400;
    font-size: 0.75rem;
    white-space: normal;
}

.hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub > li:not(.deeper) > a:hover {
    color: var(--hsnz-blue-dark);
    text-decoration: underline;
}

/* Level 3+ = column contents, always expanded inside an open panel */
.hsnz-nav-inner .mod-menu__sub .mod-menu__sub {
    display: block;
    position: static;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hsnz-nav-inner .mod-menu__sub .mod-menu__sub > li > a,
.hsnz-nav-inner .mod-menu__sub .mod-menu__sub > li > span {
    display: block;
    padding: 5px 0;
    color: var(--hsnz-blue-light);
    font-weight: 400;
    font-size: 0.75rem;
    white-space: normal;
}

.hsnz-nav-inner .mod-menu__sub .mod-menu__sub > li > a:hover {
    color: var(--hsnz-blue-dark);
    text-decoration: underline;
}

/* Level 4+ nested further inside a column */
.hsnz-nav-inner .mod-menu__sub .mod-menu__sub .mod-menu__sub {
    padding-left: 12px;
    margin-top: 4px;
    border-left: 2px solid #e5e5e5;
}

@media (max-width: 900px) {
    body.hsnz-site .hsnz-nav {
        box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
    }

    .hsnz-nav-hamburger {
        display: flex;
        width: 100%;
        min-height: 48px;
        align-items: flex-end;
        justify-content: center;
        background: #ffffff;
        border-bottom: 1px solid transparent;
        transition: border-color 0.2s ease, background-color 0.2s ease;
    }

    .hsnz-nav-inner {
        display: none;
        max-width: none;
        padding: 10px 12px 14px;
        background: #f8fafc;
        border-top: 1px solid var(--hsnz-border);
    }

    .hsnz-nav.is-open .hsnz-nav-inner {
        display: block;
    }

    .hsnz-nav.is-open .hsnz-nav-hamburger {
        background: #f8fafc;
        border-bottom-color: var(--hsnz-border);
    }

    .hsnz-nav.is-open .hsnz-nav-hamburger span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hsnz-nav.is-open .hsnz-nav-hamburger span:nth-child(2) {
        opacity: 0;
    }

    .hsnz-nav.is-open .hsnz-nav-hamburger span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hsnz-nav-hamburger span {
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .hsnz-nav-inner > ul.mod-menu {
        flex-direction: column;
        gap: 8px;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item {
        overflow: hidden;
        border: 1px solid var(--hsnz-border);
        border-radius: 8px;
        background: #ffffff;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item.parent {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: stretch;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub {
        position: static;
        grid-column: 1 / -1;
        width: auto;
        max-width: none;
        box-shadow: none;
        border: none;
        border-top: 1px solid #e2e8f0;
        background: #f8fafc;
        padding: 10px 14px 14px;
        grid-template-columns: 1fr;
        gap: 10px;
        display: none;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item:hover > ul.mod-menu__sub,
    .hsnz-nav-inner > ul.mod-menu > li.nav-item:focus-within > ul.mod-menu__sub {
        display: none;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub[aria-hidden="false"] {
        display: grid;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item > a,
    .hsnz-nav-inner > ul.mod-menu > li.nav-item > span,
    .hsnz-nav-inner > ul.mod-menu > li.nav-item > button.mod-menu__toggle-sub:first-child {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        width: 100%;
        min-width: 0;
        min-height: 46px;
        height: auto;
        padding: 12px 14px;
        color: var(--hsnz-blue-dark);
        font-size: 0.95rem;
        line-height: 1.25;
        text-align: left;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item > button.mod-menu__toggle-sub:first-child {
        justify-content: space-between;
        gap: 12px;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item > a:hover,
    .hsnz-nav-inner > ul.mod-menu > li.nav-item > button.mod-menu__toggle-sub:first-child:hover,
    .hsnz-nav-inner > ul.mod-menu > li.nav-item.current > a,
    .hsnz-nav-inner > ul.mod-menu > li.nav-item.active > a {
        background: var(--hsnz-blue-dark);
        color: #ffffff;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item > a::before,
    .hsnz-nav-inner > ul.mod-menu > li.nav-item > button.mod-menu__toggle-sub:first-child::before {
        content: none;
        display: none;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item > button.mod-menu__toggle-sub:first-child .icon-chevron-down {
        margin-inline-start: 0;
    }

    .hsnz-nav .mod-menu__toggle-sub {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 36px;
        min-height: 36px;
        margin-inline-start: auto;
        padding: 6px;
        border-radius: 6px;
        color: var(--hsnz-blue-dark);
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item > button.mod-menu__toggle-sub:first-child {
        grid-column: 1 / -1;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item.parent > a,
    .hsnz-nav-inner > ul.mod-menu > li.nav-item.parent > span {
        grid-column: 1;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item > .mod-menu__toggle-sub:not(:first-child) {
        min-width: 48px;
        min-height: 46px;
        margin-inline-start: 0;
        border-left: 1px solid #e2e8f0;
        border-radius: 0;
        background: #ffffff;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item > .mod-menu__toggle-sub:not(:first-child) .icon-chevron-down {
        margin-inline-start: 0;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item > .mod-menu__toggle-sub:not(:first-child)[aria-expanded="true"] {
        background: #eef6ff;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub > li.deeper > a,
    .hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub > li.deeper > span {
        padding: 8px 0 7px;
        margin-bottom: 4px;
        color: var(--hsnz-text);
        font-size: 0.82rem;
        font-weight: 600;
    }

    .hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub > li:not(.deeper) > a,
    .hsnz-nav-inner > ul.mod-menu > li.nav-item > ul.mod-menu__sub > li:not(.deeper) > span,
    .hsnz-nav-inner .mod-menu__sub .mod-menu__sub > li > a,
    .hsnz-nav-inner .mod-menu__sub .mod-menu__sub > li > span {
        padding: 7px 0;
        color: var(--hsnz-blue-light);
        font-size: 0.84rem;
        line-height: 1.35;
    }

    .hsnz-nav-inner .mod-menu__sub .mod-menu__sub {
        padding-left: 12px;
        border-left: 2px solid #dbeafe;
    }

    .hsnz-nav-inner .mod-menu__sub .mod-menu__sub .mod-menu__sub {
        padding-left: 10px;
        margin-top: 2px;
    }
}

/* Optional secondary banner strip below nav */
.hsnz-banner-top {
    max-width: 1200px;
    margin: 16px auto 0;
    padding: 0 16px;
}

/* Homepage widget layout */
.hsnz-announce-wrap {
    max-width: 1200px;
    margin: 16px auto 0;
    padding: 0 16px;
}

.hsnz-home-row {
    max-width: 1200px;
    margin: 16px auto 0;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    align-items: start;
}

.hsnz-home-row:has(.hsnz-home-side:only-child) {
    grid-template-columns: 1fr;
}

/* Second home row (tabs + pengarah greeting) — center the shorter side column */
.hsnz-home-row + .hsnz-home-row {
    align-items: center;
}

/* First home row (banner + CME box) — JS sets an explicit height on .hsnz-home-side
   to match the banner; these rules make the CME box fill that height cleanly. */
.hsnz-home-row:not(.hsnz-home-row + .hsnz-home-row) .hsnz-cme-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.hsnz-home-row:not(.hsnz-home-row + .hsnz-home-row) .hsnz-cme-box .hsnz-cme-notice {
    flex: 1;
}

.hsnz-home-grid {
    max-width: 1200px;
    margin: 16px auto 0;
    padding: 0 16px 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hsnz-home-grid > * {
    min-width: 0;
}

.hsnz-box {
    background: #ffffff;
    border: 1px solid var(--hsnz-border);
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.hsnz-box:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Give the tabs widget and pengarah greeting the same card polish as .hsnz-box */
.hsnz-tabs,
.hsnz-pengarah {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

.hsnz-home-side .hsnz-pengarah {
    background: #ffffff;
    border: 1px solid var(--hsnz-border);
    padding: 18px;
}

.hsnz-sidebar-box,
.hsnz-content,
.result__item {
    transition: box-shadow 0.2s ease;
}

.result__item:hover {
    background: #f7fafc;
    margin: 0 -14px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 4px;
}

.hsnz-box h3 {
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--hsnz-blue-dark);
    color: var(--hsnz-blue-dark);
    font-size: 0.95rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hsnz-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--hsnz-blue-dark);
    color: #ffffff;
    font-size: 0.72rem;
    flex-shrink: 0;
}

.hsnz-box-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
}

.hsnz-box-list li {
    padding: 4px 0;
    border-bottom: 1px dashed #eee;
}

.hsnz-box-list li:last-child {
    border-bottom: none;
}

.hsnz-box-list a {
    color: var(--hsnz-text);
}

.hsnz-box-list a:hover {
    color: var(--hsnz-blue-dark);
}

@media (max-width: 900px) {
    .hsnz-home-row {
        grid-template-columns: 1fr;
    }
    .hsnz-home-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .hsnz-home-grid {
        grid-template-columns: 1fr;
    }
}

/* Main content area */
.hsnz-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 16px 40px;
}

.hsnz-main-inner {
    display: block;
}

.hsnz-main-inner.has-sidebar {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    align-items: start;
}

.hsnz-content {
    background: #ffffff;
    border: 1px solid var(--hsnz-border);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 28px 32px;
    overflow-x: auto;
    line-height: 1.65;
}

.hsnz-content img {
    max-width: 100%;
    height: auto;
}

.hsnz-content table {
    max-width: 100%;
}

.hsnz-content .blog-item {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 2px solid var(--hsnz-border);
}

/* Article body typography */
.hsnz-content .item-page h1 {
    font-size: 1.5rem;
    color: var(--hsnz-blue-dark);
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--hsnz-border);
}

.hsnz-content .item-page h2 {
    font-size: 1.2rem;
    color: var(--hsnz-blue-dark);
    margin: 28px 0 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--hsnz-blue-light);
}

.hsnz-content .item-page h3,
.hsnz-content .item-page h4 {
    font-size: 1.05rem;
    color: var(--hsnz-blue-dark);
    margin: 20px 0 10px;
}

.hsnz-content .item-page p {
    margin: 0 0 12px;
}

.hsnz-content .item-page p:empty {
    margin: 4px 0;
}

/* Explanatory footnote box (definitions, glossary-style notes within an article) */
.hsnz-content .item-page .hsnz-footnote {
    margin-top: 28px;
    padding: 16px 20px;
    background: #f7fafc;
    border: 1px solid var(--hsnz-border);
    border-left: 4px solid var(--hsnz-blue-light);
    border-radius: 6px;
}

.hsnz-content .item-page .hsnz-footnote-title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--hsnz-blue-dark);
}

.hsnz-content .item-page .hsnz-footnote p {
    font-size: 0.82rem;
    line-height: 1.6;
    color: var(--hsnz-menu-gray);
    margin-bottom: 10px;
}

.hsnz-content .item-page .hsnz-footnote p:last-child {
    margin-bottom: 0;
}

.hsnz-content .item-page .hsnz-footnote strong {
    color: var(--hsnz-text);
}

/* Peta Laman — full site menu tree embedded via {loadposition sitemap}, always expanded */
.hsnz-content #mod-menu131 {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.hsnz-content #mod-menu131 li {
    margin: 6px 0;
}

.hsnz-content #mod-menu131 .mod-menu__sub {
    display: block !important;
    position: static;
    list-style: circle;
    padding-left: 22px;
    margin-top: 6px;
}

.hsnz-content #mod-menu131 .mod-menu__sub .mod-menu__sub {
    list-style: square;
}

.hsnz-content #mod-menu131 a,
.hsnz-content #mod-menu131 .mod-menu__heading {
    color: var(--hsnz-blue-light);
    text-decoration: none;
}

.hsnz-content #mod-menu131 a:hover {
    text-decoration: underline;
}

.hsnz-content #mod-menu131 .mod-menu__toggle-sub {
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    cursor: default;
    padding: 0;
    text-align: left;
}

.hsnz-content #mod-menu131 .icon-chevron-down {
    display: none;
}

.hsnz-content .item-page ul,
.hsnz-content .item-page ol {
    margin: 0 0 16px;
    padding-left: 24px;
}

.hsnz-content .item-page li {
    margin-bottom: 6px;
}

/* Utility classes used by some article content (Bootstrap-style) */
.hsnz-content .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.hsnz-content .text-center {
    text-align: center;
}

.hsnz-content .lead {
    font-size: 1.15rem;
    color: var(--hsnz-menu-gray);
    font-weight: 400;
}

.hsnz-content .blue-header {
    padding: 8px 0 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid var(--hsnz-blue-dark);
}

.hsnz-content .blue-header h1 {
    border: none;
    padding: 0;
    margin: 0 0 8px;
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hsnz-content .blue-card {
    margin-bottom: 24px;
    border: 1px solid var(--hsnz-border);
    border-radius: 6px;
    overflow: hidden;
}

.hsnz-content .blue-card-header {
    background: var(--hsnz-blue-dark);
    padding: 10px 18px;
}

.hsnz-content .blue-card-header h2 {
    color: #ffffff;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1.05rem;
}

.hsnz-content .blue-card-body {
    padding: 18px;
}

.hsnz-content .blue-list {
    padding-left: 22px;
}

.hsnz-content .blue-list li {
    margin-bottom: 8px;
}

.hsnz-content .faq-item {
    padding: 14px 0;
    border-bottom: 1px dashed var(--hsnz-border);
}

.hsnz-content .faq-item:last-child {
    border-bottom: none;
}

.hsnz-content .faq-question {
    font-weight: 700;
    color: var(--hsnz-blue-dark);
    margin-bottom: 6px;
}

.hsnz-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hsnz-sidebar-box .mod-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.85rem;
}

.hsnz-sidebar-box .mod-menu li {
    border-bottom: 1px dashed #eee;
}

.hsnz-sidebar-box .mod-menu li:last-child {
    border-bottom: none;
}

.hsnz-sidebar-box .mod-menu a {
    display: block;
    padding: 8px 4px;
    color: var(--hsnz-text);
}

.hsnz-sidebar-box .mod-menu li.current a,
.hsnz-sidebar-box .mod-menu li.active a {
    background: var(--hsnz-blue-dark);
    color: #ffffff;
    padding-left: 8px;
}

.hsnz-sidebar-box .mod-menu a:hover {
    color: var(--hsnz-blue-dark);
}

.hsnz-sidebar-box .mod-menu li.current a:hover,
.hsnz-sidebar-box .mod-menu li.active a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .hsnz-main-inner.has-sidebar {
        grid-template-columns: 1fr;
    }
}

/* Footer top band (links + partner logos) */
.hsnz-footer-top {
    background: linear-gradient(180deg, var(--hsnz-blue-dark), #024f80);
    margin-top: 28px;
}

.hsnz-footer-top-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 16px;
    text-align: center;
}

.hsnz-footer-links {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 0;
    font-size: 0.85rem;
}

.hsnz-footer-links li:not(:last-child)::after {
    content: '|';
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.4);
}

.hsnz-footer-links a {
    color: #ffffff;
    transition: color 0.2s ease;
}

.hsnz-footer-links a:hover {
    color: var(--hsnz-blue-light);
    text-decoration: underline;
}

.hsnz-footer-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hsnz-footer-logos a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 4px;
    padding: 4px;
}

.hsnz-footer-logos img {
    width: 45px;
    height: auto;
    transition: transform 0.25s ease;
}

.hsnz-footer-logos img:hover {
    transform: scale(1.08);
}

/* Footer */
.hsnz-footer {
    background: linear-gradient(180deg, var(--hsnz-blue-dark), #024f80);
    color: #ffffff;
    margin-top: 0;
}

.hsnz-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 16px;
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: 0.2px;
}

.hsnz-footer a {
    color: #ffffff;
}

.hsnz-footer-updated {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.82rem;
    line-height: 1.35;
}

/* Smart Search (com_finder) results page */
.com-finder {
    font-size: 0.95rem;
}

.com-finder__form {
    margin-bottom: 20px;
}

.com-finder fieldset {
    border: 1px solid var(--hsnz-border);
    border-radius: 6px;
    padding: 16px 20px;
    margin: 0 0 16px;
}

.com-finder legend {
    font-weight: 700;
    color: var(--hsnz-blue-dark);
    padding: 0 6px;
    font-size: 0.95rem;
    width: auto;
}

.com-finder .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.com-finder .form-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.com-finder .input-group {
    display: flex;
    gap: 8px;
    flex: 1 1 auto;
}

.com-finder .form-control,
.com-finder .form-select {
    border: 1px solid var(--hsnz-border);
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 0.9rem;
    font-family: inherit;
}

.com-finder .form-control {
    flex: 1 1 auto;
    min-width: 160px;
}

.com-finder .btn {
    border: none;
    border-radius: 4px;
    padding: 7px 16px;
    font-size: 0.9rem;
    cursor: pointer;
    font-family: inherit;
}

.com-finder .btn-primary {
    background: var(--hsnz-blue-dark);
    color: #ffffff;
}

.com-finder .btn-primary:hover {
    background: var(--hsnz-blue-light);
}

.com-finder .card {
    border: 1px solid var(--hsnz-border);
    border-radius: 6px;
    margin-bottom: 16px;
    background: #f7fafc;
}

.com-finder .card-body {
    padding: 14px 18px;
}

.com-finder .card-body p {
    margin: 0 0 8px;
}

.com-finder .card-body p:last-child {
    margin-bottom: 0;
}

.com-finder label {
    font-weight: 600;
    color: var(--hsnz-text);
    display: block;
    margin-bottom: 4px;
}

.com-finder__results-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.result__item {
    padding: 16px 0;
    border-bottom: 1px solid var(--hsnz-border);
}

.result__item:first-child {
    padding-top: 0;
}

.result__title {
    margin: 0 0 4px;
    font-size: 1.05rem;
}

.result__title-link {
    color: var(--hsnz-blue-dark);
    font-weight: 700;
    text-decoration: none;
}

.result__title-link:hover {
    text-decoration: underline;
}

.result__title-url {
    display: block;
    font-style: normal;
    font-size: 0.8rem;
    color: #2e7d32;
    margin-bottom: 4px;
    word-break: break-all;
}

.result__text {
    color: var(--hsnz-text);
    margin: 0 0 6px;
    line-height: 1.55;
}

.result__taxonomy {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    margin: 0;
    padding: 0;
    font-size: 0.82rem;
    color: var(--hsnz-menu-gray);
}

.result__item mark {
    background: #fff3a3;
    padding: 0 1px;
}

@media (max-width: 768px) {
    .hsnz-topbar-inner {
        padding: 8px 12px;
    }

    .hsnz-topbar-links {
        justify-content: center;
    }

    .hsnz-topbar-links ul {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 4px;
        text-align: center;
    }

    .hsnz-topbar-links li {
        flex: 1 1 0;
        min-width: 0;
    }

    .hsnz-topbar-links a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2px;
        min-width: 0;
        font-size: 0.62rem;
        line-height: 1.12;
        overflow-wrap: anywhere;
    }

    .hsnz-topbar-links img {
        width: 14px;
        height: 14px;
        flex: 0 0 auto;
    }

    .hsnz-topbar-bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .hsnz-topbar-date {
        flex: 0 1 auto;
        min-width: 0;
        text-align: left;
        line-height: 1.35;
        white-space: normal;
    }

    .hsnz-topbar-search,
    .hsnz-topbar-search form,
    .hsnz-topbar-search .mod-finder,
    .hsnz-topbar-search .finder {
        width: auto;
        min-width: 0;
    }

    .hsnz-topbar-search {
        flex: 1 1 150px;
        max-width: 220px;
    }

    .hsnz-topbar-search input[type="text"],
    .hsnz-topbar-search input[type="search"] {
        width: 100%;
        min-height: 34px;
        box-sizing: border-box;
        font-size: 0.82rem;
    }

    .hsnz-header-inner {
        padding: 8px 10px;
    }

    .hsnz-header-banner {
        display: block;
        width: 100%;
        object-fit: contain;
    }

    .hsnz-banner-top,
    .hsnz-announce-wrap,
    .hsnz-home-row,
    .hsnz-home-grid,
    .hsnz-main,
    .hsnz-footer-top-inner,
    .hsnz-footer-inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hsnz-home-row {
        margin-top: 12px;
        gap: 12px;
    }

    .hsnz-home-side {
        height: auto !important;
    }

    .hsnz-home-row:not(.hsnz-home-row + .hsnz-home-row) .hsnz-cme-box {
        height: auto;
    }

    .hsnz-home-grid {
        gap: 12px;
        padding-bottom: 18px;
    }

    .hsnz-box,
    .hsnz-home-side .hsnz-pengarah,
    .hsnz-content {
        border-radius: 6px;
        padding: 16px;
    }

    .hsnz-box:hover,
    .result__item:hover {
        transform: none;
        margin-left: 0;
        margin-right: 0;
    }

    .hsnz-main {
        padding-top: 14px;
        padding-bottom: 28px;
    }

    .hsnz-main-inner.has-sidebar {
        display: block;
    }

    .hsnz-content {
        overflow-x: auto;
        line-height: 1.6;
        font-size: 0.95rem;
    }

    .hsnz-content .com-content-article,
    .hsnz-content .item-page,
    .hsnz-content .com-content-article__body {
        max-width: 100%;
        min-width: 0;
    }

    .hsnz-content .page-header {
        margin-bottom: 12px;
    }

    .hsnz-content .item-page h1,
    .hsnz-content .blue-header h1 {
        font-size: 1.3rem;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .hsnz-content .item-page h2 {
        font-size: 1.08rem;
        line-height: 1.3;
        margin-top: 22px;
    }

    .hsnz-content .item-page h3,
    .hsnz-content .item-page h4,
    .hsnz-content .blue-card-header h2 {
        font-size: 1rem;
        line-height: 1.35;
    }

    .hsnz-content .item-page p,
    .hsnz-content .item-page li,
    .hsnz-content .com-content-article__body {
        overflow-wrap: break-word;
        word-break: normal;
    }

    .hsnz-content .item-page p {
        margin-bottom: 11px;
    }

    .hsnz-content .lead {
        font-size: 1.02rem;
        line-height: 1.45;
    }

    .hsnz-content .container,
    .hsnz-content .blue-card-body,
    .com-finder fieldset,
    .com-finder .card-body {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hsnz-content .container,
    .hsnz-content .row,
    .hsnz-content [class*="col-"] {
        max-width: 100%;
        min-width: 0;
    }

    .hsnz-content .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        gap: 12px 0;
    }

    .hsnz-content [class*="col-"] {
        flex: 0 0 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .hsnz-content img,
    .hsnz-content figure,
    .hsnz-content video,
    .hsnz-content iframe,
    .hsnz-content object,
    .hsnz-content embed {
        max-width: 100%;
    }

    .hsnz-content figure {
        margin: 0 0 14px;
    }

    .hsnz-content figcaption {
        font-size: 0.82rem;
        line-height: 1.35;
    }

    .hsnz-content iframe,
    .hsnz-content video {
        display: block;
        width: 100%;
    }

    .hsnz-content iframe {
        min-height: 220px;
    }

    .hsnz-content table {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .hsnz-content th,
    .hsnz-content td {
        padding: 8px;
        vertical-align: top;
    }

    .hsnz-content .article-info,
    .hsnz-content dl.article-info {
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
        margin: 0 0 14px;
        font-size: 0.82rem;
        line-height: 1.35;
    }

    .hsnz-content .blue-header {
        padding-bottom: 14px;
        margin-bottom: 16px;
    }

    .hsnz-content .blue-card {
        margin-bottom: 16px;
    }

    .hsnz-content .blue-card-header {
        padding: 9px 12px;
    }

    .hsnz-content .blue-card-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .hsnz-content .faq-item {
        padding: 12px 0;
    }

    .hsnz-content .faq-question {
        line-height: 1.35;
    }

    .hsnz-sidebar {
        margin-top: 16px;
    }

    .hsnz-sidebar-box .mod-menu a {
        padding: 10px 6px;
        line-height: 1.35;
    }

    .hsnz-footer-top {
        margin-top: 18px;
    }

    .hsnz-footer-top-inner {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .hsnz-footer-links {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 4px;
        margin-bottom: 16px;
        font-size: 0.62rem;
        line-height: 1.15;
    }

    .hsnz-footer-links li {
        flex: 1 1 0;
        min-width: 0;
        text-align: center;
    }

    .hsnz-footer-links a {
        display: block;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .hsnz-footer-links li:not(:last-child)::after {
        content: none;
    }

    .hsnz-footer-logos {
        gap: 12px;
        padding-top: 16px;
    }

    .hsnz-footer-logos img {
        width: 40px;
    }

    .com-finder .form-inline,
    .com-finder .input-group {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .com-finder .form-control,
    .com-finder .form-select,
    .com-finder .btn {
        width: 100%;
        min-height: 38px;
        box-sizing: border-box;
    }

    .result__taxonomy {
        gap: 4px 10px;
    }
}

@media (max-width: 420px) {
    .hsnz-topbar-links a {
        font-size: 0.56rem;
    }

    .hsnz-topbar-links img {
        width: 12px;
        height: 12px;
    }

    .hsnz-footer-links {
        font-size: 0.56rem;
        gap: 3px;
    }

    .hsnz-box,
    .hsnz-home-side .hsnz-pengarah,
    .hsnz-content {
        padding: 14px;
    }

    .hsnz-content .item-page ul,
    .hsnz-content .item-page ol,
    .hsnz-content .blue-list,
    .hsnz-content #mod-menu131,
    .hsnz-content #mod-menu131 .mod-menu__sub {
        padding-left: 18px;
    }
}
