:root {
    --aae-red: #820709;
    --aae-ink: #151515;
    --aae-muted: #666;
    --aae-line: #e5e5e5;
    --aae-bg: #fafafa;
}

@media (max-width: 720px) {
    .site-global-controls-wrap {
        width: calc(100% - 8px);
        margin: 8px auto 14px;
        padding: 0;
        overflow: hidden;
        border: 3px solid #fff;
        border-radius: 28px;
        background: #f8f8f8;
        box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
    }

    .site-mobile-menu-toggle {
        width: 100%;
        min-height: 78px;
        border: 0;
        border-radius: 24px 24px 0 0;
        color: #fff;
        background: linear-gradient(135deg, #9b1115 0%, #7a0508 100%);
        box-shadow: none;
        font-size: 25pt;
        font-weight: 700;
        letter-spacing: 0;
    }

    .site-mobile-menu-toggle__icon {
        left: 24px;
        width: 31px;
        gap: 7px;
    }

    .site-mobile-menu-toggle__icon span {
        height: 4px;
        border-radius: 999px;
    }

    .site-mobile-menu-toggle__text {
        line-height: 1;
    }

    .site-mobile-menu-toggle.is-open {
        border-radius: 24px 24px 0 0;
    }

    .site-global-controls {
        width: 100%;
        max-width: none;
        max-height: 0;
        min-height: 0;
        margin: 0;
        padding: 0 14px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px 12px;
        align-items: stretch;
        justify-content: stretch;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        background: #f8f8f8;
        opacity: 0;
        transform: none;
        box-shadow: none;
        transition: max-height 260ms ease, opacity 180ms ease, padding 180ms ease;
    }

    .site-global-controls.is-open {
        max-height: 900px;
        padding: 16px 14px 18px;
        border: 0;
        opacity: 1;
    }

    .site-global-controls > .site-global-control {
        min-height: 58px;
        width: 100%;
        border: 1px solid #e2e2e2;
        border-radius: 18px;
        font-size: 16pt;
        font-weight: 700;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .site-global-controls > [data-aae-history="back"] {
        order: 1;
        color: #fff;
        background: linear-gradient(135deg, #9b1115 0%, #7a0508 100%);
        border-color: transparent;
    }

    .site-global-controls > .site-global-control--home {
        order: 2;
        color: #4c4c4c;
        background: #fff;
        border-color: #e1e1e1;
    }

    .site-global-controls > .site-global-control--home::after {
        content: "اڳتي هلو";
        margin-inline-start: 10px;
    }

    .site-global-controls > .site-global-control--home svg {
        width: 25px;
        height: 25px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
    }

    .site-global-controls > [data-aae-history="forward"] {
        display: none;
    }

    .site-global-epaper-form {
        order: 3;
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 14px;
        margin-top: 0;
        padding: 18px 14px;
        border: 1px solid #eeeeee;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
    }

    .site-global-epaper-form label {
        display: grid;
        gap: 10px;
        color: #820709;
        font-size: 0;
        font-weight: 700;
        line-height: 1.15;
        white-space: normal;
    }

    .site-global-epaper-form label:nth-of-type(1) {
        order: 1;
    }

    .site-global-epaper-form label:nth-of-type(2) {
        order: 2;
    }

    .site-global-epaper-form label:nth-of-type(3) {
        order: 3;
        grid-column: 1 / -1;
        margin-top: 4px;
    }

    .site-global-epaper-form label::before {
        content: attr(data-mobile-label);
        font-size: 17pt;
        line-height: 1.2;
        text-align: right;
    }

    .site-global-epaper-form select,
    .site-global-epaper-form input[type="date"] {
        width: 100%;
        max-width: none;
        min-height: 56px;
        padding: 0 16px;
        border: 1px solid #dddddd;
        border-radius: 16px;
        color: #171717;
        background-color: #fff;
        font-size: 16pt;
        box-shadow: none;
    }

    .site-global-control[href*="archive"] {
        order: 4;
        grid-column: 1 / -1;
        min-height: 56px;
        margin: 2px 0 0;
        border-radius: 16px;
        color: #820709;
        background: #fff;
        border-color: #e1e1e1;
        text-align: center;
        box-shadow: none;
    }

    .site-mobile-submit {
        order: 5;
        grid-column: 1 / -1;
        min-height: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-top: 6px;
        border: 0;
        border-radius: 16px;
        color: #fff;
        background: linear-gradient(135deg, #9b1115 0%, #7a0508 100%);
        font: inherit;
        font-size: 19pt;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(130, 7, 9, 0.2);
    }

    .site-mobile-submit::before {
        content: "⌕";
        font-size: 25pt;
        line-height: 1;
    }

    .site-global-zoom {
        order: 6;
        grid-column: 1 / -1;
        justify-content: space-between;
        gap: 12px;
        min-height: 76px;
        margin-top: 16px;
        padding: 12px 14px;
        border: 1px solid #eeeeee;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
    }

    .site-global-zoom__value {
        min-width: 80px;
        min-height: 48px;
        padding: 0 12px;
        border: 0;
        color: #111 !important;
        font-size: 18pt;
        font-weight: 700;
        box-shadow: none;
    }

    .site-global-tool {
        width: 88px;
        height: 52px;
        border: 1px solid #e3e3e3;
        border-radius: 16px;
        background: #fff;
        font-size: 31px;
        font-weight: 900;
        box-shadow: none;
    }

    .site-global-tool--minus {
        color: #820709;
    }

    .site-global-tool--plus {
        color: #1f9d36;
    }
}

@media (max-width: 720px) {
    .site-global-controls-wrap {
        width: calc(100% - 10px);
        margin-top: 8px;
        padding: 0;
        overflow: hidden;
        border: 3px solid #fff;
        border-radius: 28px;
        background: #f8f8f8;
        box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
    }

    .site-mobile-menu-toggle {
        min-height: 76px;
        border: 0;
        border-radius: 24px 24px 0 0;
        background: linear-gradient(135deg, #970d11, #6f0306);
        box-shadow: none;
        font-size: 25pt;
        letter-spacing: 0;
    }

    .site-mobile-menu-toggle__icon {
        left: 24px;
        width: 30px;
        gap: 7px;
    }

    .site-mobile-menu-toggle__icon span {
        height: 4px;
    }

    .site-global-controls {
        border: 0;
        border-radius: 0;
        background: #f8f8f8;
        box-shadow: none;
    }

    .site-global-controls.is-open {
        max-height: 860px;
        padding: 16px 14px 18px;
        border: 0;
    }

    .site-global-controls > .site-global-control {
        min-height: 58px;
        border-radius: 18px;
        font-size: 16pt;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .site-global-controls > .site-global-control--home {
        order: 2;
        color: #4b4b4b;
        background: #fff;
    }

    .site-global-controls > .site-global-control--home svg {
        width: 24px;
        height: 24px;
        margin-inline-end: 8px;
    }

    .site-global-controls > [data-aae-history="back"] {
        order: 1;
        color: #fff;
        background: linear-gradient(135deg, #970d11, #6f0306);
        border-color: transparent;
    }

    .site-global-controls > [data-aae-history="forward"] {
        display: none;
    }

    .site-global-epaper-form {
        order: 3;
        margin-top: 2px;
        padding: 18px 14px;
        border: 1px solid #eeeeee;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
    }

    .site-global-epaper-form label {
        gap: 10px;
        color: #820709;
    }

    .site-global-epaper-form label::before {
        font-size: 17pt;
    }

    .site-global-epaper-form select,
    .site-global-epaper-form input[type="date"] {
        min-height: 56px;
        border-radius: 16px;
        border-color: #dddddd;
        color: #171717;
        background: #fff;
        font-size: 16pt;
        box-shadow: none;
    }

    .site-global-date-field {
        margin-top: 12px;
    }

    .site-global-control[href*="archive"] {
        min-height: 56px;
        margin-top: 4px;
        border-radius: 16px;
        text-align: center;
    }

    .site-mobile-submit {
        min-height: 60px;
        margin-top: 6px;
        border-radius: 16px;
        background: linear-gradient(135deg, #970d11, #6f0306);
        font-size: 19pt;
        box-shadow: 0 8px 20px rgba(130, 7, 9, 0.2);
    }

    .site-global-zoom {
        margin-top: 16px;
        min-height: 74px;
        padding: 12px 14px;
        border: 1px solid #eeeeee;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
    }

    .site-global-zoom__value {
        min-width: 78px;
        font-size: 18pt;
        color: #111 !important;
    }

    .site-global-tool {
        width: 88px;
        height: 52px;
        border-radius: 16px;
        font-size: 31px;
        box-shadow: none;
    }

    .site-global-tool--minus {
        color: #820709;
    }

    .site-global-tool--plus {
        color: #1f9d36;
    }
}

@font-face {
    font-family: "Adobe Arabic Bold";
    src: url("../AdobeArabic-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Adobe Arabic Bold", Arial, Helvetica, sans-serif;
    color: var(--aae-ink);
    background: var(--aae-bg);
}

a {
    color: var(--aae-red);
}

button,
select,
input[type="date"],
input[type="text"],
input[type="search"] {
    border-radius: 999px;
}

.site-header {
    background:
        linear-gradient(rgba(130, 7, 9, 0.12), rgba(130, 7, 9, 0.12)),
        url("../header - background.png") center / cover no-repeat,
        #820709;
    border-bottom: 0;
}

.site-header__inner {
    width: min(1180px, calc(100% - 24px));
    min-height: 132px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-decoration: none;
}

.site-brand {
    display: block;
    text-decoration: none;
    line-height: 0;
}

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

.site-brand--left img {
    max-height: 112px;
}

.site-brand--right img {
    max-height: 118px;
}

.site-header-bar {
    min-height: 37px;
    height: 37px;
    background: #363535;
    overflow: hidden;
}

.site-main {
    padding: 18px 0 32px;
}

.site-global-controls-wrap {
    width: min(1180px, calc(100% - 24px));
    margin: 14px auto 0;
    display: grid;
    justify-items: center;
    gap: 8px;
}

.site-mobile-menu-toggle {
    display: none;
}

.site-mobile-submit {
    display: none;
}

.site-global-controls {
    width: fit-content;
    max-width: calc(100% - 8px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
    direction: rtl;
    min-height: 48px;
    padding: 5px 6px;
    border: 1px solid #5e0506;
    border-radius: 999px;
    background: linear-gradient(#9e191b, #760608);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 2px 8px rgba(0, 0, 0, 0.18);
}

.site-global-epaper-form {
    display: contents;
}

.site-global-epaper-form label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-weight: 700;
    font-size: 15pt;
    line-height: 1;
    white-space: nowrap;
}

.site-global-epaper-form select,
.site-global-epaper-form input[type="date"] {
    min-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 0 12px;
    font: inherit;
    font-size: 15pt;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

.site-global-epaper-form select {
    color: #fff;
    background: linear-gradient(#6f1112, #3d0506);
}

.site-global-epaper-form input[type="date"] {
    color: #262525;
    background: #fff;
}

.site-global-control {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 0 12px;
    color: #fff;
    background: linear-gradient(#7b1113, #3f0506);
    text-decoration: none;
    font: inherit;
    font-size: 15pt;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.site-global-control--home {
    width: 38px;
    padding: 0;
    background: linear-gradient(#1479b6, #064d80);
}

.site-global-control svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.site-global-zoom {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    direction: ltr;
}

.site-global-zoom__value {
    min-width: 56px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 0 10px;
    color: #262525 !important;
    background: #fff !important;
    font-size: 15pt;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.site-global-controls .aae-zoom-value {
    color: #262525 !important;
    background: #fff !important;
}

.site-global-tool {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    font: inherit;
    font-size: 28px;
    font-weight: 900;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
    line-height: 1;
    cursor: pointer;
}

.site-global-tool--minus {
    color: #4ea3ff;
}

.site-global-tool--plus {
    color: #6fe16b;
}

.epaper-shell,
.content-shell {
    width: min(1180px, calc(100% - 24px));
    margin: 0 auto;
}

.content-card {
    padding: 16px 0;
    border-bottom: 1px solid var(--aae-line);
}

.content-card h1 {
    font-size: 24px;
    margin: 0 0 8px;
}

.site-ad {
    width: min(1180px, calc(100% - 24px));
    min-height: 80px;
    margin: 12px auto;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid var(--aae-line);
}

.site-footer {
    padding: 22px 12px;
    text-align: center;
    color: #fff;
    background: #262525;
    border-top: 0;
}

.site-footer a {
    color: #fff;
    font-weight: 700;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 720px) {
    .site-header__inner {
        min-height: 108px;
        align-items: center;
        flex-direction: row;
        padding: 12px 0;
    }

    .site-brand--left img {
        max-height: 82px;
    }

    .site-brand--right img {
        max-height: 84px;
    }

    .site-main {
        padding-top: 10px;
    }

    .site-global-controls-wrap {
        width: calc(100% - 16px);
        margin-top: 8px;
        justify-items: stretch;
        border-radius: 24px;
    }

    .site-mobile-menu-toggle {
        width: 100%;
        min-height: 64px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        gap: 10px;
        border: 1px solid #5e0506;
        border-radius: 24px;
        color: #fff;
        background: linear-gradient(#9e191b, #760608);
        font: inherit;
        font-size: 21pt;
        font-weight: 700;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 2px 8px rgba(0, 0, 0, 0.18);
        cursor: pointer;
    }

    .site-mobile-menu-toggle__icon {
        width: 26px;
        display: grid;
        gap: 5px;
        position: absolute;
        left: 22px;
    }

    .site-mobile-menu-toggle__icon span {
        height: 3px;
        display: block;
        border-radius: 999px;
        background: currentColor;
    }

    .site-mobile-menu-toggle__text {
        line-height: 1;
    }

    .site-global-controls {
        width: 100%;
        max-width: 100%;
        max-height: 0;
        min-height: 0;
        margin: 0;
        padding: 0 10px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        align-items: stretch;
        justify-content: stretch;
        overflow: hidden;
        border-width: 0;
        border-radius: 0 0 24px 24px;
        background: #fff;
        opacity: 0;
        transform: translateY(-4px);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
        transition: max-height 240ms ease, opacity 180ms ease, transform 180ms ease, padding 180ms ease, border-width 180ms ease;
    }

    .site-global-controls.is-open {
        max-height: 720px;
        padding: 18px 14px;
        border: 1px solid #ececec;
        border-top: 0;
        opacity: 1;
        transform: translateY(0);
    }

    .site-global-controls > .site-global-control {
        min-height: 54px;
        border-radius: 16px;
    }

    .site-global-controls > .site-global-control--home {
        color: #4a4a4a;
        background: #fff;
        border-color: #e1e1e1;
    }

    .site-global-controls > .site-global-control--home::after {
        content: "اڄتي هلو";
        margin-inline-start: 10px;
    }

    .site-global-controls > [data-aae-history="back"] {
        color: #fff;
        background: linear-gradient(#9e191b, #760608);
        border-color: #85080a;
    }

    .site-global-controls > [data-aae-history="forward"] {
        color: #820709;
        background: #fff;
        border-color: #e1e1e1;
    }

    .site-mobile-menu-toggle.is-open {
        border-radius: 24px 24px 0 0;
    }

    .site-global-epaper-form {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px 12px;
        padding: 14px 12px;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 8px 26px rgba(0, 0, 0, 0.09);
    }

    .site-global-epaper-form label {
        display: grid;
        gap: 8px;
        color: #820709;
        font-size: 0;
        font-weight: 700;
        white-space: normal;
    }

    .site-global-epaper-form label::before {
        content: attr(data-mobile-label);
        font-size: 16pt;
        line-height: 1.2;
        text-align: right;
    }

    .site-global-epaper-form select,
    .site-global-epaper-form input[type="date"],
    .site-global-control {
        min-height: 48px;
        padding: 0 14px;
        border: 1px solid #dedede;
        color: #262525;
        background: #fff;
        font-size: 15pt;
        box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
    }

    .site-global-epaper-form select {
        width: 100%;
        max-width: none;
    }

    .site-global-epaper-form input[type="date"] {
        width: 100%;
    }

    .site-global-date-field {
        grid-column: 1 / -1;
    }

    .site-global-control[href*="archive"] {
        grid-column: 1 / -1;
        min-height: 54px;
        color: #820709;
        background: #fff;
        border-color: #e1e1e1;
        border-radius: 16px;
    }

    .site-mobile-submit {
        grid-column: 1 / -1;
        min-height: 58px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 16px;
        color: #fff;
        background: linear-gradient(#9e191b, #760608);
        font: inherit;
        font-size: 18pt;
        font-weight: 700;
        cursor: pointer;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    }

    .site-global-control {
        width: 100%;
        color: #820709;
        background: #fff;
        font-weight: 700;
    }

    .site-global-control--home {
        width: 100%;
        min-width: 0;
        color: #fff;
        background: linear-gradient(#9e191b, #760608);
    }

    .site-global-control svg {
        width: 18px;
        height: 18px;
    }

    .site-global-zoom {
        grid-column: 1 / -1;
        justify-content: space-between;
        gap: 10px;
        min-height: 64px;
        padding: 10px;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .site-global-zoom__value {
        min-width: 50px;
        min-height: 44px;
        padding: 0 12px;
        font-size: 16pt;
        border: 0;
        box-shadow: none;
    }

    .site-global-tool {
        width: 72px;
        height: 44px;
        border: 1px solid #e3e3e3;
        background: #fff;
        font-size: 26px;
    }

}

@media (max-width: 720px) {
    body {
        background: #f5f5f5;
    }

    .site-global-controls-wrap {
        width: min(100%, 430px);
        margin: 0 auto 16px;
        padding: 0;
        overflow: hidden;
        border: 2px solid #fff;
        border-radius: 24px;
        background: #f7f7f7;
        box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
    }

    .site-mobile-menu-toggle {
        width: 100%;
        min-height: 76px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border: 0;
        border-radius: 22px 22px 0 0;
        color: #fff;
        background: linear-gradient(135deg, #8b0000 0%, #b22222 100%);
        box-shadow: none;
        font-size: 25pt;
        font-weight: 700;
        letter-spacing: 0;
    }

    .site-mobile-menu-toggle__icon {
        width: 30px;
        left: 28px;
        display: grid;
        gap: 7px;
        position: absolute;
    }

    .site-mobile-menu-toggle__icon span {
        height: 4px;
        border-radius: 999px;
        background: #fff;
    }

    .site-mobile-menu-toggle__text {
        line-height: 1;
    }

    .site-global-controls {
        width: 100%;
        max-width: none;
        max-height: 0;
        min-height: 0;
        margin: 0;
        padding: 0 12px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px 12px;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        background: #f7f7f7;
        opacity: 0;
        transform: none;
        box-shadow: none;
        transition: max-height 260ms ease, opacity 180ms ease, padding 180ms ease;
    }

    .site-global-controls.is-open {
        max-height: 900px;
        padding: 14px 12px 18px;
        opacity: 1;
    }

    .site-global-controls > .site-global-control {
        min-height: 56px;
        width: 100%;
        border: 1px solid #dfdfdf;
        border-radius: 18px;
        font-size: 16pt;
        font-weight: 700;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
        transition: transform 120ms ease, box-shadow 120ms ease;
    }

    .site-global-controls > .site-global-control:active,
    .site-mobile-submit:active,
    .site-global-tool:active {
        transform: scale(0.98);
    }

    .site-global-controls > [data-aae-history="back"] {
        order: 1;
        color: #fff;
        background: linear-gradient(135deg, #8b0000 0%, #b22222 100%);
        border-color: transparent;
    }

    .site-global-controls > [data-aae-history="back"]::after {
        content: "\2699";
        margin-inline-start: 12px;
        opacity: 0.7;
    }

    .site-global-controls > .site-global-control--home {
        order: 2;
        color: #505050;
        background: #fff;
        border-color: #e2e2e2;
    }

    .site-global-controls > .site-global-control--home::after {
        content: "\0627\06B3\062A\064A\00A0\0647\0644\0648";
        margin-inline-start: 10px;
    }

    .site-global-controls > .site-global-control--home svg {
        width: 25px;
        height: 25px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
    }

    .site-global-controls > [data-aae-history="forward"] {
        display: none;
    }

    .site-global-epaper-form {
        order: 3;
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 14px;
        margin: 0;
        padding: 18px 14px;
        border: 1px solid #ededed;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
    }

    .site-global-epaper-form label {
        display: grid;
        gap: 10px;
        color: #8b0000;
        font-size: 0;
        font-weight: 700;
        line-height: 1.2;
        white-space: normal;
    }

    .site-global-epaper-form label:nth-of-type(1) {
        order: 1;
    }

    .site-global-epaper-form label:nth-of-type(2) {
        order: 2;
    }

    .site-global-epaper-form label:nth-of-type(3) {
        order: 3;
        grid-column: 1 / -1;
        margin-top: 4px;
    }

    .site-global-epaper-form label:nth-of-type(1)::before {
        content: "\1F3F7\FE0E\00A0\0627\064A\068A\064A\0634\0646";
    }

    .site-global-epaper-form label:nth-of-type(2)::before {
        content: "\067E\064A\062C\0632  \1F56E";
    }

    .site-global-epaper-form label:nth-of-type(3)::before {
        content: "\1F5D3\FE0E\00A0\062A\0627\0631\064A\062E\00A0\0686\0648\0646\068A\064A\0648";
    }

    .site-global-epaper-form label::before {
        font-size: 17pt;
        line-height: 1.2;
        text-align: right;
    }

    .site-global-epaper-form select,
    .site-global-epaper-form input[type="date"] {
        width: 100%;
        max-width: none;
        min-height: 56px;
        padding: 0 16px;
        border: 1px solid #dcdcdc;
        border-radius: 16px;
        color: #151515;
        background-color: #fff;
        font-size: 16pt;
        box-shadow: none;
    }

    .site-global-control[href*="archive"] {
        order: 4;
        grid-column: 1 / -1;
        min-height: 56px;
        margin: 0;
        border-radius: 16px;
        color: #777;
        background: #fff;
        border-color: #dcdcdc;
        text-align: right;
        justify-content: flex-start;
        box-shadow: none;
    }

    .site-global-control[href*="archive"]::before {
        content: "\06AF\0630\0631\064A\0644 \0634\0645\0627\0631\0648  #";
        position: absolute;
        right: 0;
        bottom: calc(100% + 10px);
        color: #8b0000;
        font-size: 17pt;
        font-weight: 700;
        line-height: 1.2;
    }

    .site-mobile-submit {
        order: 5;
        grid-column: 1 / -1;
        min-height: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-top: 42px;
        border: 0;
        border-radius: 16px;
        color: #fff;
        background: linear-gradient(135deg, #8b0000 0%, #b22222 100%);
        font: inherit;
        font-size: 19pt;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 7px 18px rgba(139, 0, 0, 0.22);
    }

    .site-mobile-submit::before {
        content: "\2315";
        font-size: 26pt;
        font-weight: 400;
        line-height: 1;
    }

    .site-global-zoom {
        order: 4;
        grid-column: 1 / -1;
        justify-content: space-between;
        gap: 12px;
        min-height: 74px;
        margin: 0;
        padding: 12px 14px;
        border: 1px solid #ededed;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
    }

    .site-global-zoom::before {
        content: "\2315";
        width: 56px;
        height: 56px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        color: #8b0000;
        background: #f3f3f3;
        font-size: 30pt;
        line-height: 1;
    }

    .site-global-zoom__value {
        min-width: 78px;
        min-height: 48px;
        padding: 0 8px;
        border: 0;
        color: #111 !important;
        font-size: 18pt;
        font-weight: 700;
        box-shadow: none;
    }

    .site-global-tool {
        width: 88px;
        height: 52px;
        border: 1px solid #e3e3e3;
        border-radius: 16px;
        background: #fff;
        font-size: 31px;
        font-weight: 900;
        box-shadow: none;
    }

    .site-global-tool--minus {
        color: #8b0000;
    }

    .site-global-tool--plus {
        color: #1f9d36;
    }
}
