.aae-viewer {
    width: min(1180px, calc(100% - 24px));
    margin: 0 auto;
    direction: rtl;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.aae-viewer-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: end;
    margin: 16px 0;
    direction: rtl;
    justify-content: center;
}

.aae-viewer-controls label {
    display: grid;
    gap: 4px;
    font-weight: 700;
    font-size: 15pt;
    color: inherit;
}

.aae-viewer-controls select,
.aae-viewer-controls input[type="date"],
.aae-archive-picker input {
    min-height: 38px;
    border: 1px solid #d7d7d7;
    border-radius: 999px;
    padding: 0 12px;
    font: inherit;
    font-size: 15pt;
    background: #fff;
}

.aae-control-button,
.aae-archive-picker button,
.aae-viewer-controls button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #820709;
    border-radius: 999px;
    padding: 0 14px;
    color: #fff;
    background: #820709;
    text-decoration: none;
    font: inherit;
    font-size: 15pt;
    font-weight: 700;
    cursor: pointer;
}

.aae-control-button--icon {
    width: 42px;
    padding: 0;
}

.aae-control-button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.aae-edition-title {
    margin: 8px auto 12px;
    width: min(100%, calc(var(--aae-page-width, 1150) * 1px));
    color: #262525;
    font-size: 25pt;
    line-height: 1.3;
    text-align: center;
}

.aae-zoom-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 8px auto 14px;
    direction: ltr;
}

.aae-zoom-value {
    min-width: 72px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d7d7;
    border-radius: 999px;
    padding: 0 14px;
    background: #fff;
    color: #262525;
    font-size: 15pt;
    font-weight: 700;
}

.aae-page-zoom {
    width: 100%;
    overflow: auto;
    padding-bottom: 8px;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    touch-action: pan-y;
}

.aae-page-zoom.is-zoomed {
    max-height: calc(100vh - 170px);
    border: 1px solid #e0e0e0;
    background: #eeeeee;
    touch-action: none;
}

.aae-page-zoom.is-panning {
    cursor: grabbing;
}

.aae-page {
    position: relative;
    width: 100%;
    max-width: min(100%, calc(var(--aae-page-width) * 1px));
    margin: 0 auto;
    background: #f2f2f2;
    user-select: none;
    transform-origin: top center;
    transition: width 140ms ease-out;
    will-change: width;
}

.aae-page img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.aae-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.aae-map rect {
    fill: transparent;
    stroke: transparent;
    stroke-width: 3;
    cursor: pointer;
    pointer-events: all;
}

.aae-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin: 18px 0;
    direction: rtl;
}

.aae-thumbs a {
    display: grid;
    gap: 6px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e2e2e2;
    padding: 8px;
}

.aae-thumbs a.is-active {
    border-color: #b91c1c;
    font-weight: 700;
}

.aae-thumbs img {
    width: 100%;
    height: auto;
}

.aae-archive {
    display: grid;
    gap: 12px;
    direction: rtl;
    text-align: right;
}

.aae-archive-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: end;
    justify-content: center;
    padding: 14px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
}

.aae-archive-picker label {
    display: grid;
    gap: 5px;
    font-weight: 700;
    font-size: 15pt;
}

.aae-notice {
    color: #820709;
    font-weight: 700;
}

.aae-archive-heading {
    margin-top: 20px;
}

.aae-archive article {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

.aae-archive h2 {
    margin: 0 0 4px;
}

.aae-archive-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    justify-content: center;
}

.aae-archive-links a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #820709;
    border-radius: 999px;
    padding: 0 14px;
    color: #fff;
    background: #820709;
    text-decoration: none;
    font-size: 15pt;
    font-weight: 700;
}

.aae-archive-date-link {
    color: #820709;
    text-decoration: none;
    font-size: 15pt;
}

@media print {
    .aae-page,
    .aae-thumbs,
    .aae-viewer-controls,
    .aae-zoom-controls {
        display: none !important;
    }

    body::before {
        content: "Printing is disabled for Awami Awaz Epaper.";
        display: block;
        padding: 24px;
        font-size: 18px;
    }
}

@media (max-width: 720px) {
    .aae-viewer {
        width: calc(100% - 8px);
    }

    .aae-page-zoom {
        padding-bottom: 4px;
    }

    .aae-page {
        width: 100%;
        max-width: 100%;
    }

    .aae-page-zoom.is-zoomed {
        max-height: calc(100vh - 140px);
    }
}
