/* PPTSB overrides — minimal, template Charitona tetap dominan */

.pptsb-fullpage {
    width: 100%;
}
/* Lebar konten: full-bleed di layar kecil, dibatasi & center di layar besar */
.pptsb-content-wrap {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/* Berita: sidebar tetap ~420px, area berita diperlebar */
.pptsb-berita-page {
    width: 100%;
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
}
.pptsb-berita-layout {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 32px;
    align-items: start;
}
@media (max-width: 991px) {
    .pptsb-berita-layout {
        grid-template-columns: 1fr;
    }
}

/* Grid 3 kolom — kartu sama tinggi */
.pptsb-berita-grid > [class*='col-'] {
    display: flex;
    margin-bottom: 28px;
}
.pptsb-berita-grid .pptsb-card-uniform {
    width: 100%;
    height: 100%;
    min-height: 430px;
    display: flex;
    flex-direction: column;
}
.pptsb-berita-grid .local-solicitors-info img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.pptsb-berita-grid .local-solicitors-content.v2 {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.pptsb-berita-grid .local-solicitors-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
    line-height: 1.4;
    margin-bottom: 8px;
}
.pptsb-berita-grid .local-solicitors-content h3 a {
    display: block;
}
.pptsb-berita-grid .local-solicitors-content .p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 4.2em;
    line-height: 1.4;
    margin-bottom: 10px;
    flex: 1;
}
.pptsb-berita-grid .pptsb-card-author {
    margin-top: auto;
}

/* Home: Berita Terbaru — tinggi kartu seragam + panah di samping kanan */
.stories-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}
.stories-slider .slick-slide {
    height: auto !important;
    float: none;
}
.stories-slider .slick-slide > div {
    height: 100%;
}
.stories-slider .slick-slide > .col-lg-4,
.stories-slider .slick-slide > div > .col-lg-4 {
    height: 100%;
    display: flex;
    float: none;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.stories-slider .local-solicitors {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    overflow: visible;
}
.stories-slider .local-solicitors-info {
    flex: 0 0 auto;
    height: 218px;
    overflow: hidden;
}
.stories-slider .local-solicitors-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.stories-slider .local-solicitors-content.v2 {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 230px;
    padding: 0 24px 54px 24px !important;
    box-sizing: border-box;
}
.stories-slider .local-solicitors-content.v2 h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.9em;
    max-height: 3.9em;
    margin-bottom: 12px !important;
    line-height: 1.3;
}
.stories-slider .local-solicitors-content.v2 .p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 4.2em;
    max-height: 4.2em;
    margin-bottom: 12px !important;
    line-height: 1.4;
    flex: 0 0 auto;
}
.stories-slider .local-solicitors-content .pptsb-card-author {
    margin-top: auto;
    padding-right: 56px;
}
.stories-slider .local-solicitors > .next-link.link,
.stories-slider .local-solicitors > .next-link.link.v-2 {
    left: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    border-radius: 10px 0 10px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    z-index: 2;
}
.stories-slider .local-solicitors > .next-link.link img {
    display: block;
    margin: 0;
}

.pptsb-logo {
    max-height: 56px;
    width: auto;
    display: block;
}

.pptsb-news-thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
}

.pptsb-pagination {
    margin-top: 30px;
}
.pptsb-pagination .pagination.v-2 {
    justify-content: center;
}

.pptsb-gallery-item {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px;
}
.pptsb-gallery-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.pptsb-gallery-item:hover img {
    transform: scale(1.05);
}
.pptsb-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    text-align: center;
}
.pptsb-gallery-item:hover .pptsb-gallery-overlay {
    opacity: 1;
}
.pptsb-gallery-overlay h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.pptsb-gallery-overlay span {
    font-size: 14px;
    opacity: 0.9;
}

.btn-anm {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.footer-bottom {
    padding: 64px 0 48px !important;
}
.footer-bottom .container-fluid {
    max-width: 100%;
}
.footer-bottom .pptsb-footer-row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2.5rem;
    align-items: flex-start;
}
.footer-bottom .widget {
    margin-bottom: 0;
    height: 100%;
}

/* Footer — about */
.footer-bottom .ft-logo {
    margin-bottom: 18px;
}
.pptsb-logo-footer {
    max-height: 72px;
    width: auto;
}
.footer-bottom .widget-about p {
    margin-bottom: 24px;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.75;
    max-width: 340px;
}
.footer-bottom .widget-title {
    margin-bottom: 18px;
    font-size: 20px;
    padding-left: 28px;
}
.footer-bottom .widget-title::before {
    width: 8px;
    height: 24px;
}
.pptsb-footer-social-title {
    margin-bottom: 14px !important;
}
.footer-bottom .pptsb-footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-bottom .pptsb-footer-social li {
    display: inline-block;
    margin-right: 6px;
}

/* Footer — menu links */
.footer-bottom .widget-links {
    margin-top: 0;
}
.footer-bottom .pptsb-footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}
.footer-bottom .pptsb-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-bottom .pptsb-footer-links ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 2.1;
    color: #fff;
    text-decoration: none;
    transition: padding-left 0.2s ease, color 0.2s ease;
}
.footer-bottom .pptsb-footer-links ul li a:hover {
    padding-left: 4px;
    color: #FBE122;
}
.footer-bottom .pptsb-footer-links ul li i {
    margin-right: 8px;
    font-size: 12px;
    color: #FBE122;
}

/* Footer — olimpiade & contact */
.footer-bottom .widget.widget-newsletter.v2 {
    margin-left: 0;
    margin-top: 0;
    max-width: none;
}
.footer-bottom .widget-newsletter p {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.75;
    max-width: 360px;
}
.pptsb-footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: #FBE122;
    color: #003B49;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.pptsb-footer-cta img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.pptsb-footer-cta:hover {
    background: #fff;
    color: #003B49;
}
.pptsb-footer-contact {
    margin-top: 28px;
}
.footer-bottom .widget-newsletter .last-line {
    position: relative;
    max-width: none;
    padding-left: 36px;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}
.footer-bottom .widget-newsletter .last-line i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 24px;
    color: #E61E40;
}
.footer-bottom .widget-newsletter .contant-nmbr {
    padding-top: 14px;
    margin: 0;
    font-size: 15px;
    text-transform: none;
}
.footer-bottom .widget-newsletter .contant-nmbr span {
    font-size: 15px;
}

/* Footer strip */
.bottom-strip {
    padding: 22px 0;
}
.bottom-strip .btm-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
}
.bottom-strip .btm-content p {
    margin: 0;
}
.bottom-strip .btm-content .tp-links {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    list-style: none;
    padding: 0;
}

@media (max-width: 991px) {
    .footer-bottom {
        padding: 48px 0 36px !important;
    }
    .footer-bottom .pptsb-footer-links {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .bottom-strip .btm-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

.pptsb-alert {
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.pptsb-alert-danger { background: #fdecea; color: #b71c1c; border: 1px solid #f5c6cb; }
.pptsb-alert-success { background: #e8f5e9; color: #1b5e20; border: 1px solid #c8e6c9; }
.pptsb-alert-warning { background: #fff8e1; color: #f57f17; border: 1px solid #ffe082; }

/* Olimpiade — info & pendaftaran */
.olim-info-banner {
    background: linear-gradient(135deg, #fff8f3 0%, #fff 100%);
    border: 1px solid #fde0cc;
    border-left: 4px solid #e85d04;
    border-radius: 8px;
    padding: 18px 22px;
    font-size: 15px;
    line-height: 1.65;
}
.olim-info-banner i { color: #e85d04; margin-right: 8px; }
.olim-info-banner a { color: #e85d04; font-weight: 600; }

.olim-status-link {
    font-size: 15px;
}
.olim-status-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e85d04;
    font-weight: 600;
    text-decoration: none;
}
.olim-status-link a:hover { text-decoration: underline; }
.olim-status-link-sep {
    margin: 0 12px;
    color: #bbb;
}
.olim-pemenang-quicklink {
    color: #b8860b !important;
}
.olim-pemenang-quicklink:hover { color: #8b6914 !important; }

/* ── Olimpiade index ── */
.olim-index-page {
    background: linear-gradient(180deg, #fff8f3 0%, #fafafa 280px);
}
.olim-index-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
    gap: 28px;
    align-items: stretch;
    margin-bottom: 36px;
    padding: 32px 30px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(232, 93, 4, 0.12), transparent 42%),
        linear-gradient(145deg, #ffffff 0%, #fff7f0 100%);
    border: 1px solid #f0e2d5;
    box-shadow: 0 14px 36px rgba(232, 93, 4, 0.07);
}
.olim-index-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e85d04, #f07a2e);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.olim-index-hero h1 {
    margin: 0 0 12px;
    color: #2b2118;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}
.olim-index-hero-copy p {
    margin: 0;
    max-width: 560px;
    color: #6b5c50;
    font-size: 15px;
    line-height: 1.75;
}
.olim-index-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}
.olim-index-action {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.olim-index-action:hover {
    transform: translateY(-2px);
}
.olim-index-action--primary {
    color: #fff !important;
    background: linear-gradient(135deg, #e85d04, #f07a2e);
    box-shadow: 0 10px 24px rgba(232, 93, 4, 0.24);
}
.olim-index-action--primary:hover {
    box-shadow: 0 14px 28px rgba(232, 93, 4, 0.3);
    color: #fff !important;
}
.olim-index-action--gold {
    color: #5c4a1f !important;
    background: linear-gradient(135deg, #fff8e1, #ffe9a8);
    border: 1px solid #efd27a;
    box-shadow: 0 8px 20px rgba(184, 134, 11, 0.12);
}
.olim-index-action--gold:hover {
    color: #5c4a1f !important;
    box-shadow: 0 12px 24px rgba(184, 134, 11, 0.18);
}
.olim-index-action-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 16px;
}
.olim-index-action--primary .olim-index-action-icon {
    background: rgba(255, 255, 255, 0.18);
}
.olim-index-action--gold .olim-index-action-icon {
    background: linear-gradient(135deg, #b8860b, #d4a017);
    color: #fff;
}
.olim-index-action-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.olim-index-action-text strong {
    font-size: 15px;
    line-height: 1.3;
}
.olim-index-action-text small {
    font-size: 12px;
    opacity: 0.88;
    line-height: 1.35;
}
.olim-index-empty {
    padding: 28px 22px;
    border-radius: 16px;
    background: #fff;
    border: 1px dashed #e8d9cb;
    color: #6b5c50;
}
.olim-index-empty p { margin: 0; }

.olim-event-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #efe6dc;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(80, 40, 10, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.olim-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(232, 93, 4, 0.12);
}
.olim-event-card-media {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
}
.olim-event-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.olim-event-card:hover .olim-event-card-media img {
    transform: scale(1.04);
}
.olim-event-card-status {
    position: absolute;
    left: 14px;
    top: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
}
.olim-event-card-status.is-open {
    background: rgba(27, 122, 61, 0.92);
    color: #fff;
}
.olim-event-card-status.is-closed {
    background: rgba(122, 84, 20, 0.9);
    color: #fff;
}
.olim-event-card-body {
    flex: 1 1 auto;
    padding: 18px 18px 8px;
}
.olim-event-card-kode {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 11px;
    border-radius: 999px;
    background: #fff3eb;
    border: 1px solid #ffd4b8;
    color: #c94a00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.olim-event-card-body h3 {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.35;
    min-height: 2.7em;
}
.olim-event-card-body h3 a {
    color: #2b2118;
    text-decoration: none;
}
.olim-event-card-body h3 a:hover {
    color: #e85d04;
}
.olim-event-card-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 8px;
}
.olim-event-card-stats > div {
    padding: 12px 12px;
    border-radius: 12px;
    background: #fffaf6;
    border: 1px solid #f1e7dc;
}
.olim-event-card-stats span {
    display: block;
    margin-bottom: 4px;
    color: #8a7a6c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.olim-event-card-stats strong {
    display: block;
    color: #2b2118;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}
.olim-event-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 18px 18px;
}
.olim-event-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.olim-event-btn:hover {
    transform: translateY(-1px);
}
.olim-event-btn--ghost {
    color: #c94a00 !important;
    background: #fff3eb;
    border: 1px solid #ffd4b8;
}
.olim-event-btn--ghost:hover {
    background: #ffe6d4;
    color: #a83d00 !important;
}
.olim-event-btn--primary {
    color: #fff !important;
    background: linear-gradient(135deg, #e85d04, #f07a2e);
    box-shadow: 0 8px 18px rgba(232, 93, 4, 0.22);
}
.olim-event-btn--primary:hover {
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(232, 93, 4, 0.3);
}
.olim-event-btn--gold {
    color: #5c4a1f !important;
    background: linear-gradient(135deg, #fff1c2, #ffd76a);
    border: 1px solid #efd27a;
}
.olim-event-btn--gold:hover {
    color: #5c4a1f !important;
    background: linear-gradient(135deg, #ffe9a8, #ffd04a);
}
@media (max-width: 991px) {
    .olim-index-hero {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }
    .olim-index-hero h1 { font-size: 30px; }
}
@media (max-width: 575px) {
    .olim-index-hero h1 { font-size: 26px; }
    .olim-event-card-stats { grid-template-columns: 1fr; }
    .olim-event-card-actions { flex-direction: column; }
    .olim-event-btn { width: 100%; }
}

/* ── Olimpiade: Form Pendaftaran ── */
.olim-register-page-wrap {
    background: linear-gradient(180deg, #fff8f3 0%, #fafafa 320px);
    min-height: 60vh;
}
.olim-register {
    max-width: 880px;
    margin: 0 auto;
    padding: 8px 0 64px;
}

/* Header */
.olim-register-header {
    text-align: center;
    background: linear-gradient(135deg, #fff 0%, #fff9f5 100%);
    border: 1px solid #f0e6dc;
    border-radius: 16px;
    padding: 36px 32px 32px;
    margin-bottom: 32px;
    box-shadow: 0 8px 32px rgba(232, 93, 4, 0.08);
    position: relative;
    overflow: hidden;
}
.olim-register-header::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(232, 93, 4, 0.1) 0%, transparent 70%);
    pointer-events: none;
}
.olim-register-badge {
    display: inline-block;
    background: linear-gradient(145deg, #e85d04, #f97316);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}
.olim-register-header h2 {
    font-size: 28px;
    margin: 0 0 14px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.35;
    position: relative;
    z-index: 1;
}
.olim-register-lead {
    color: #666;
    margin: 0 auto 20px;
    max-width: 520px;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}
.olim-register-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.olim-register-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    line-height: 1.4;
}
.olim-register-chip i { color: #e85d04; font-size: 12px; }
.olim-register-chip-primary {
    background: #fff3eb;
    border-color: #ffd4b8;
    color: #c2410c;
}
.olim-register-chip-primary i { color: #e85d04; }

/* Type picker */
.olim-type-picker {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 24px;
}
.olim-type-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 14px 16px;
    border: 2px solid #ebebeb;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}
.olim-type-card:hover {
    border-color: #f5b88a;
    box-shadow: 0 6px 20px rgba(232, 93, 4, 0.1);
    transform: translateY(-1px);
}
.olim-type-card.active {
    border-color: #e85d04;
    background: linear-gradient(180deg, #fff8f3 0%, #fff 100%);
    box-shadow: 0 8px 24px rgba(232, 93, 4, 0.14);
}
.olim-type-card i {
    font-size: 18px;
    color: #e85d04;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff3eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.olim-type-card h4 {
    font-size: 15px;
    margin: 0;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
}
.olim-type-card p {
    font-size: 12px;
    color: #888;
    margin: 0;
    line-height: 1.45;
    max-width: 260px;
    text-transform: none;
}

/* Wizard steps */
.olim-wizard-bar {
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 4px 0;
}
.olim-step {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    line-height: 1.4;
    transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.olim-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e8e8e8;
    color: #888;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}
.olim-step.active {
    background: linear-gradient(145deg, #e85d04, #f97316);
    border-color: #e85d04;
    color: #fff;
    box-shadow: 0 4px 16px rgba(232, 93, 4, 0.3);
}
.olim-step.active .olim-step-num { background: rgba(255,255,255,0.25); color: #fff; }
.olim-step.done {
    color: #e85d04;
    border-color: #ffd4b8;
    background: #fff8f3;
}
.olim-step.done .olim-step-num { background: #e85d04; color: #fff; }

/* Form card */
.olim-form-card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}
.olim-panel { display: none; animation: olimFadeIn 0.35s ease; }
.olim-panel.active { display: block; }
@keyframes olimFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.olim-panel-title {
    font-size: 20px;
    margin: 0 0 10px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 14px;
    border-bottom: 2px solid #f5f5f5;
}
.olim-panel-title i { color: #e85d04; margin-right: 10px; }
.olim-panel-desc {
    color: #777;
    font-size: 14px;
    margin: 16px 0 32px;
    line-height: 1.7;
}

/* Form fields */
.olim-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 28px;
}
.olim-field-full { grid-column: 1 / -1; }
.olim-field label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.45;
}
.olim-field label span { color: #e85d04; }
.olim-field-hint {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #888;
    line-height: 1.65;
}
.olim-field input,
.olim-field select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.5;
    background: #fafafa;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.olim-field input[type="file"] {
    padding: 12px 14px;
    font-size: 14px;
}
.olim-field input:focus,
.olim-field select:focus {
    outline: none;
    border-color: #e85d04;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(232, 93, 4, 0.12);
}

.olim-form-actions {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0;
}
.olim-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.olim-btn-ghost:hover { border-color: #e85d04; color: #e85d04; background: #fff8f3; }

.olim-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    border: 1px solid #e85d04;
    border-radius: 10px;
    background: linear-gradient(145deg, #e85d04, #f97316);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}
.olim-btn-primary:hover {
    background: linear-gradient(145deg, #d45203, #ea580c);
    border-color: #d45203;
    color: #fff;
    box-shadow: 0 6px 20px rgba(232, 93, 4, 0.3);
    transform: translateY(-1px);
}

.olim-btn-add {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border: 2px dashed #e85d04;
    border-radius: 12px;
    background: #fff8f3;
    color: #e85d04;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    margin-top: 12px;
    transition: background 0.2s, border-color 0.2s;
}
.olim-btn-add:hover { background: #fde8d8; border-color: #d45203; }

/* Excel import box */
.olim-excel-box {
    background: linear-gradient(135deg, #f0fdf4 0%, #fff 100%);
    border: 1px solid #bbf7d0;
    border-left: 4px solid #1d6f42;
    border-radius: 14px;
    padding: 26px 28px;
    margin-bottom: 28px;
}
.olim-excel-box-head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}
.olim-excel-box-head i {
    font-size: 26px;
    color: #1d6f42;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #dcfce7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.olim-excel-box-head strong {
    display: block;
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.4;
}
.olim-excel-box-head p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.65;
}
.olim-excel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.olim-excel-upload {
    cursor: pointer;
    margin: 0;
}
.olim-excel-info {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.65;
}
.olim-excel-info.success {
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    color: #1b5e20;
}
.olim-excel-info.error {
    background: #fdecea;
    border: 1px solid #f5c6cb;
    color: #b71c1c;
}

/* Peserta cards */
.olim-peserta-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 8px;
}
.olim-peserta-card {
    border: 1px solid #ebebeb;
    border-left: 4px solid #e85d04;
    border-radius: 14px;
    padding: 24px 26px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.03);
    transition: box-shadow 0.2s;
}
.olim-peserta-card:hover {
    box-shadow: 0 4px 20px rgba(232, 93, 4, 0.08);
}
.olim-peserta-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.olim-peserta-head strong {
    color: #e85d04;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Cabang checklist */
.olim-cabang-checklist {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fafafa;
}
.olim-cabang-empty {
    margin: 0;
    font-size: 14px;
    color: #888;
    line-height: 1.65;
}
.olim-cabang-hint {
    margin: 0 0 12px;
    font-size: 13px;
    color: #888;
    line-height: 1.65;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e8e8e8;
}
.olim-cabang-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.6;
    padding: 4px 0;
}
.olim-cabang-check input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: #e85d04;
    flex-shrink: 0;
}
.olim-cabang-check.is-disabled { opacity: 0.55; cursor: not-allowed; }
.olim-cabang-check.is-waiting span { color: #b45309; }

.btn-remove-peserta {
    border: none;
    background: #fdecea;
    color: #c62828;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background 0.2s, transform 0.15s;
}
.btn-remove-peserta:hover { background: #f5c6cb; transform: scale(1.05); }

/* Dokumen list */
.olim-doc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.olim-doc-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fafafa;
    font-size: 15px;
    line-height: 1.55;
}
.olim-doc-list li i { color: #43a047; flex-shrink: 0; }
.olim-badge-wajib {
    margin-left: auto;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #e85d04;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    line-height: 1.4;
    flex-shrink: 0;
}

/* Ringkasan */
.olim-ringkasan {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 24px 28px;
}
.olim-ringkasan-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    line-height: 1.55;
}
.olim-ringkasan-row:last-of-type { border-bottom: none; }
.olim-ringkasan-row span { color: #777; flex-shrink: 0; }
.olim-ringkasan-row strong { text-align: right; }
.olim-ringkasan-peserta {
    padding-top: 18px;
    margin-top: 6px;
    border-top: 2px solid #eee;
    font-size: 15px;
}
.olim-ringkasan-peserta span {
    color: #777;
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.olim-ringkasan-peserta ul {
    margin: 0;
    padding-left: 22px;
    line-height: 1.75;
}
.olim-ringkasan-peserta li { margin-bottom: 6px; }

/* Success card */
.olim-success-card {
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 56px 40px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}
.olim-success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: linear-gradient(145deg, #e8f5e9, #c8e6c9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #2e7d32;
}
.olim-success-card h3 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}
.olim-success-lead {
    color: #666;
    margin: 0 auto 20px;
    max-width: 400px;
    line-height: 1.7;
    font-size: 15px;
}
.olim-success-no {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.5;
}
.olim-bayar-box { text-align: left; margin: 24px auto 0; max-width: 440px; }
.olim-bayar-highlight {
    background: #f0f7ff;
    border: 2px solid #1976d2;
    border-radius: 12px;
    padding: 20px 22px;
    line-height: 1.65;
}
.olim-rek-number {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1565c0;
    line-height: 1.4;
}
.olim-uploaded input { border-color: #43a047 !important; background: #e8f5e9 !important; }

@media (max-width: 768px) {
    .olim-register-header { padding: 28px 20px 24px; margin-bottom: 24px; }
    .olim-register-header h2 { font-size: 22px; margin-bottom: 12px; }
    .olim-register-lead { font-size: 14px; line-height: 1.65; margin-bottom: 16px; }
    .olim-register-meta { gap: 8px; }
    .olim-register-chip { font-size: 12px; padding: 8px 14px; }
    .olim-type-picker { grid-template-columns: 1fr; gap: 10px; margin-bottom: 20px; }
    .olim-type-card { padding: 12px 14px; }
    .olim-wizard-bar { gap: 8px; margin-bottom: 22px; }
    .olim-step { padding: 8px 14px; font-size: 12px; }
    .olim-form-grid { grid-template-columns: 1fr; gap: 20px; }
    .olim-form-card { padding: 26px 20px; border-radius: 14px; }
    .olim-panel-desc { margin-bottom: 24px; }
    .olim-form-actions { flex-direction: column-reverse; margin-top: 28px; gap: 10px; }
    .olim-form-actions .olim-btn-primary,
    .olim-form-actions .olim-btn-ghost { width: 100%; justify-content: center; }
    .olim-peserta-card { padding: 20px 18px; }
    .olim-excel-box { padding: 22px 18px; }
    .olim-success-card { padding: 40px 24px; }
}

.olimpiade-grid {
    margin-bottom: 20px;
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.olimpiade-grid > [class*="col-"] {
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .olimpiade-grid {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
    }
}
.health-sec.olim-card {
    margin-bottom: 0;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.health-sec.olim-card .img-info {
    height: 280px;
    flex-shrink: 0;
    overflow: hidden;
}
.health-sec.olim-card .img-info img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.health-sec.olim-card .content-info {
    flex-shrink: 0;
    height: 140px;
    min-height: 140px;
    max-height: 140px;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    overflow: hidden;
}
.health-sec.olim-card .content-info span {
    position: static;
    top: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 32px;
    padding: 0 12px;
    margin-bottom: 8px;
    display: inline-block;
    overflow: visible;
    white-space: normal;
    word-break: break-word;
    text-transform: uppercase;
}
.health-sec.olim-card .content-info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    max-height: 2.7em;
    font-size: 17px;
    margin: 0;
    top: 0;
    position: static;
}
.health-sec.olim-card .content-info h3 a {
    color: inherit;
}
.health-sec.olim-card .donation-counter {
    flex-shrink: 0;
}
.health-sec.olim-card .donation-counter ul li {
    min-height: 72px;
    box-sizing: border-box;
}
.health-sec.olim-card .donation-counter ul li span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.health-sec.olim-card .bottom-heading-info {
    margin-top: auto;
    flex-shrink: 0;
    padding-top: 8px;
    padding-bottom: 14px !important;
}
.health-sec.olim-card .bottom-heading-info a {
    margin-top: 0;
    height: 48px;
    line-height: 48px;
    padding: 0 28px;
    font-size: 14px;
}
.health-sec.olim-card .olim-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.health-sec.olim-card .olim-card-actions .olim-btn-pemenang {
    background: linear-gradient(135deg, #b8860b, #d4a017);
}
.health-sec.olim-card .olim-card-actions .olim-btn-pemenang:hover {
    background: linear-gradient(135deg, #9a7209, #b8860b);
}
.health-sec.olim-card .content-info h3 a:hover { color: #e85d04; }
@media (max-width: 991px) {
    .health-sec.olim-card .img-info { height: 240px; }
    .health-sec.olim-card .content-info {
        height: 132px;
        min-height: 132px;
        max-height: 132px;
    }
}
@media (max-width: 575px) {
    .health-sec.olim-card .img-info { height: 210px; }
    .health-sec.olim-card .content-info {
        height: 128px;
        min-height: 128px;
        max-height: 128px;
    }
}

/* Detail olimpiade — CTA daftar */
.olim-detail-cta {
    position: relative;
    margin: 40px 0 30px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #c94a00 0%, #e85d04 45%, #f07a2e 100%);
    box-shadow: 0 18px 50px rgba(232, 93, 4, 0.28);
}
.olim-detail-cta-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image:
        radial-gradient(circle at 20% 20%, #fff 0 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, #fff 0 2px, transparent 3px),
        radial-gradient(circle at 60% 30%, #fff 0 1px, transparent 2px);
    background-size: 120px 120px, 160px 160px, 90px 90px;
    pointer-events: none;
}
.olim-detail-cta-inner {
    position: relative;
    z-index: 1;
    padding: 36px 34px;
    color: #fff;
}
.olim-detail-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.olim-detail-cta-badge--closed {
    background: rgba(0, 0, 0, 0.22);
    border-color: rgba(255, 255, 255, 0.25);
}
.olim-detail-cta-btn--disabled {
    opacity: 0.72;
    cursor: not-allowed;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.65);
    color: #666;
    box-shadow: none;
}
.olim-card-status {
    display: block;
    margin-top: 6px;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
}
.olim-card-status--open { color: #1b7a3d; }
.olim-card-status--closed { color: #8a6a00; }
.olim-detail-cta-title {
    font-size: 30px;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 12px;
}
.olim-detail-cta-desc {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 22px;
    max-width: 520px;
}
.olim-detail-cta-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.olim-detail-cta-meta li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 13px;
}
.olim-detail-cta-meta li i {
    font-size: 15px;
    opacity: 0.95;
}
.olim-detail-cta-meta li span {
    opacity: 0.85;
}
.olim-detail-cta-meta li strong {
    font-weight: 700;
    color: #fff;
}
.olim-detail-cta-action {
    text-align: center;
}
@media (min-width: 992px) {
    .olim-detail-cta-action { text-align: right; }
}
.olim-detail-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-width: 240px;
    padding: 6px 6px 6px 28px;
    border-radius: 999px;
    background: #fff;
    color: #c94a00;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.olim-detail-cta-btn:hover {
    color: #a83d00;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}
.olim-detail-cta-btn-text {
    padding-right: 18px;
}
.olim-detail-cta-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e85d04, #f07a2e);
    color: #fff;
    font-size: 16px;
    transition: transform 0.2s ease;
}
.olim-detail-cta-btn:hover .olim-detail-cta-btn-icon {
    transform: translateX(3px);
}
.olim-detail-cta-note {
    margin: 14px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
}
.olim-detail-cta-btn--pemenang {
    margin-top: 12px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.55);
    box-shadow: none;
    padding: 10px 24px;
    min-width: 0;
}
.olim-detail-cta-btn--pemenang:hover {
    background: #fff;
    color: #b8860b;
    transform: translateY(-2px);
}
.widget-pemenang-sec {
    position: relative;
    margin-bottom: 28px;
    padding: 24px 20px 22px;
    border-radius: 16px;
    background:
        radial-gradient(circle at top right, rgba(255, 215, 100, 0.45), transparent 42%),
        linear-gradient(160deg, #fffaf0 0%, #fff1c9 55%, #ffe7a3 100%);
    border: 1px solid #efd27a;
    box-shadow: 0 10px 28px rgba(160, 120, 20, 0.12);
    overflow: hidden;
}
.widget-pemenang-sec .sec-two-heading { margin-bottom: 8px; }
.widget-pemenang-sec .widget-title {
    color: #8b6914;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.02em;
}
.olim-sidebar-pemenang-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(184, 134, 11, 0.14);
    color: #8b6914;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.olim-sidebar-pemenang-text {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.65;
    color: #5c4a1f;
}
.olim-sidebar-pemenang-text strong { color: #8b6914; }
.olim-sidebar-pemenang-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 12px 10px 10px;
    border-radius: 14px;
    text-decoration: none !important;
    color: #fff !important;
    background: linear-gradient(135deg, #b8860b 0%, #d4a017 55%, #e0b33a 100%);
    box-shadow: 0 10px 22px rgba(184, 134, 11, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.olim-sidebar-pemenang-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(184, 134, 11, 0.36);
    filter: brightness(1.03);
    color: #fff !important;
}
.olim-sidebar-pemenang-btn-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    font-size: 18px;
}
.olim-sidebar-pemenang-btn-text {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.2;
}
.olim-sidebar-pemenang-btn-text strong {
    font-size: 15px;
    font-weight: 700;
}
.olim-sidebar-pemenang-btn-text small {
    font-size: 12px;
    opacity: 0.88;
}
.olim-sidebar-pemenang-btn-arrow {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    font-size: 13px;
    transition: transform 0.2s ease;
}
.olim-sidebar-pemenang-btn:hover .olim-sidebar-pemenang-btn-arrow {
    transform: translateX(3px);
}

/* ── Olimpiade detail page ── */
.olim-detail-page {
    padding-bottom: 40px;
}
.olim-detail-hero {
    margin-bottom: 32px;
}
.olim-detail-kicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-bottom: 12px;
}
.olim-detail-kode {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff3e8, #ffe0c7);
    color: #c94a00;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.olim-detail-kicker-sep {
    color: #cbb9a8;
    font-size: 18px;
    line-height: 1;
}
.olim-detail-kicker-label {
    color: #8a7a6c;
    font-size: 14px;
    font-weight: 600;
}
.olim-detail-title {
    margin: 0 0 20px;
    color: #2b2118;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}
.olim-detail-meta {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.olim-detail-meta li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 14px 14px;
    border-radius: 14px;
    background: #fffaf6;
    border: 1px solid #efe6dc;
    color: inherit;
    font-weight: 400;
    position: static;
}
.olim-detail-meta li:before {
    content: none !important;
    display: none !important;
}
.olim-detail-meta li i {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #f0e4d8;
    color: #e85d04;
    font-size: 14px;
    padding: 0;
}
.olim-detail-meta li div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.olim-detail-meta li span {
    color: #8a7a6c;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.olim-detail-meta li strong {
    color: #2b2118;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}
.olim-detail-hero-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.olim-detail-hero-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 420px;
}
@media (max-width: 991px) {
    .olim-detail-title { font-size: 28px; }
    .olim-detail-meta { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .olim-detail-title { font-size: 24px; }
}
.olim-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}
.olim-detail-panel {
    background: #fff;
    border: 1px solid #efe6dc;
    border-radius: 16px;
    padding: 22px 22px 18px;
    box-shadow: 0 8px 24px rgba(80, 40, 10, 0.04);
    margin-bottom: 0;
}
.olim-detail-panel--wide {
    margin-bottom: 24px;
}
.olim-detail-panel-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1e7dc;
}
.olim-detail-panel-head h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    color: #2b2118;
}
.olim-detail-panel-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff3e8, #ffe0c7);
    color: #e85d04;
    font-size: 16px;
    flex: 0 0 auto;
}
.olim-detail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.olim-detail-list li {
    display: grid;
    grid-template-columns: minmax(120px, 42%) 1fr;
    gap: 10px 16px;
    align-items: start;
    padding: 0;
    border: 0;
    margin: 0;
}
.olim-detail-list li span {
    color: #8a7a6c;
    font-size: 13px;
    line-height: 1.45;
}
.olim-detail-list li strong {
    color: #2b2118;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}
.olim-detail-list li strong a {
    color: #e85d04;
    text-decoration: none;
}
.olim-detail-list li strong a:hover {
    text-decoration: underline;
}
.olim-detail-list--inline {
    gap: 14px;
}
.olim-detail-empty {
    margin: 0;
    color: #8a7a6c;
    font-size: 14px;
    line-height: 1.65;
    padding: 4px 0 2px;
}
.olim-detail-about {
    margin: 8px 0 32px;
    padding: 28px 26px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, #fffaf6 0%, #ffffff 40%),
        #fff;
    border: 1px solid #efe6dc;
    box-shadow: 0 10px 28px rgba(80, 40, 10, 0.05);
}
.olim-detail-about-head {
    margin-bottom: 16px;
}
.olim-detail-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #e85d04;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.olim-detail-about-head h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.3;
    color: #2b2118;
}
.olim-detail-about-body {
    color: #4d433a;
    font-size: 15px;
    line-height: 1.8;
}
.olim-detail-about-body p {
    margin: 0 0 12px;
}
.olim-detail-about-body p:last-child {
    margin-bottom: 0;
}
.olim-detail-cabang,
.olim-detail-pay {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #f1e7dc;
}
.olim-detail-cabang h3,
.olim-detail-pay h3 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #2b2118;
}
.olim-detail-cabang ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
}
.olim-detail-cabang li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #3d342c;
    font-size: 14px;
    line-height: 1.5;
}
.olim-detail-cabang li i {
    margin-top: 3px;
    color: #e85d04;
}
.olim-detail-pay div {
    color: #4d433a;
    font-size: 14px;
    line-height: 1.75;
}
.olim-detail-about-actions {
    margin-top: 24px;
}
.olim-pemenang-cta {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    text-decoration: none !important;
    color: #5c4a1f !important;
    background: linear-gradient(135deg, #fff8e1, #ffe9a8);
    border: 1px solid #efd27a;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.olim-pemenang-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(184, 134, 11, 0.18);
    color: #5c4a1f !important;
}
.olim-pemenang-cta-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #b8860b, #d4a017);
    color: #fff;
    font-size: 18px;
    flex: 0 0 auto;
}
.olim-pemenang-cta-copy {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.olim-pemenang-cta-copy strong {
    font-size: 15px;
    line-height: 1.3;
}
.olim-pemenang-cta-copy small {
    font-size: 12px;
    color: #8b6914;
}
.olim-pemenang-cta-arrow {
    color: #b8860b;
    transition: transform 0.2s ease;
}
.olim-pemenang-cta:hover .olim-pemenang-cta-arrow {
    transform: translateX(3px);
}
.olim-detail-page .olim-detail-cta {
    margin-top: 8px;
    margin-bottom: 28px;
}
@media (max-width: 991px) {
    .olim-detail-grid {
        grid-template-columns: 1fr;
    }
    .olim-detail-cabang ul {
        grid-template-columns: 1fr;
    }
    .olim-detail-about {
        padding: 22px 18px;
    }
    .olim-detail-about-head h2 {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .olim-detail-list li {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .olim-sidebar-pemenang-btn {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .olim-detail-cta-inner { padding: 28px 22px; }
    .olim-detail-cta-title { font-size: 24px; }
    .olim-detail-cta-btn { width: 100%; min-width: 0; }
}

.status-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #e85d04;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    text-transform: capitalize;
}

/* Lacak status pendaftaran */
.olim-status-page {
    max-width: 860px;
    margin: 0 auto 60px;
}
.olim-status-back {
    margin-bottom: 20px;
}
.olim-status-back .olim-btn-ghost {
    text-decoration: none;
}
.olim-status-search {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 28px 32px;
    margin-bottom: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}
.olim-status-search label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
}
.olim-status-search-row {
    display: flex;
    gap: 12px;
}
.olim-status-search-row input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
}
.olim-status-search-row input:focus {
    outline: none;
    border-color: #e85d04;
    box-shadow: 0 0 0 3px rgba(232, 93, 4, 0.12);
}

.olim-status-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 32px 36px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.05);
}
.olim-status-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.olim-status-head h2 { margin: 8px 0 4px; font-size: 24px; }
.olim-status-no { color: #888; font-size: 14px; margin: 0; font-family: monospace; }
.olim-status-badge {
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
.olim-status-wait { background: #fff8e1; color: #f57f17; }
.olim-status-ok { background: #e8f5e9; color: #2e7d32; }
.olim-status-fail { background: #fdecea; color: #c62828; }

.olim-status-timeline {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.olim-timeline-step {
    flex: 1;
    min-width: 100px;
    text-align: center;
    padding: 12px 8px;
    background: #f4f4f4;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #aaa;
}
.olim-timeline-step span {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    font-size: 12px;
    margin: 0 auto 6px;
}
.olim-timeline-step.active { background: #fff8f3; color: #e85d04; }
.olim-timeline-step.active span { background: #e85d04; }
.olim-timeline-step.done { background: #e8f5e9; color: #2e7d32; }
.olim-timeline-step.done span { background: #43a047; }
.olim-timeline-step.fail { background: #fdecea; color: #c62828; }
.olim-timeline-step.fail span { background: #c62828; }

.olim-status-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
.olim-status-section {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 22px;
    margin-bottom: 20px;
}
.olim-status-section h3 {
    font-size: 16px;
    margin-bottom: 14px;
    color: #1a1a1a;
}
.olim-status-section h3 i { color: #e85d04; margin-right: 8px; }
.olim-status-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    flex-wrap: wrap;
    gap: 8px;
}
.olim-status-section-head h3 { margin-bottom: 0; }
.olim-doc-ok { color: #2e7d32; font-weight: 600; font-size: 14px; }
.olim-doc-warn { color: #e85d04; font-weight: 600; font-size: 14px; }

.olim-status-peserta {
    list-style: none;
    padding: 0;
    margin: 0;
}
.olim-status-peserta li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: baseline;
}
.olim-status-peserta li:last-child { border-bottom: none; }
.olim-status-peserta span { color: #777; font-size: 14px; }
.olim-status-peserta em { margin-left: auto; color: #e85d04; font-style: normal; font-weight: 600; font-size: 13px; }

/* Jadwal ujian */
.olim-status-jadwal-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    line-height: 1.65;
    font-size: 15px;
    color: #444;
}
.olim-status-jadwal-date { font-weight: 700; color: #1a1a1a; }
.olim-status-jadwal-time { color: #555; }
.olim-status-jadwal-place { color: #666; line-height: 1.7; }
.olim-status-jadwal-note,
.olim-status-jadwal-pending {
    margin: 0;
    font-size: 14px;
    color: #888;
    line-height: 1.65;
}
.olim-status-peserta--jadwal li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 0;
    line-height: 1.65;
}
.olim-status-peserta--jadwal li strong {
    display: block;
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.45;
}
.olim-status-peserta--jadwal li span {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 1.65;
}

.olim-doc-upload-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.olim-doc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
}
.olim-doc-item.uploaded { border-color: #c8e6c9; background: #f9fdf9; }
.olim-doc-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
}
.olim-doc-info i { color: #ccc; margin-top: 3px; }
.olim-doc-item.uploaded .olim-doc-info i { color: #43a047; }
.olim-doc-info strong { display: block; }
.olim-doc-title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin-bottom: 6px;
    line-height: 1.45;
}
.olim-doc-title-row strong {
    display: inline;
    margin: 0;
}
.olim-doc-info .olim-badge-wajib {
    margin-left: 0;
    flex-shrink: 0;
}
.olim-doc-info small { display: block; color: #888; font-size: 12px; margin-top: 4px; line-height: 1.6; }
.olim-doc-upload-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #e85d04;
    border-radius: 6px;
    background: #fff;
    color: #e85d04;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}
.olim-doc-upload-btn:hover { background: #fff8f3; }
.olim-doc-upload-btn.uploading { opacity: 0.6; pointer-events: none; }
.olim-doc-upload-btn input { display: none; }
.olim-doc-hint { font-size: 13px; color: #888; margin: 8px 0 0; }
.olim-doc-hint i { color: #e85d04; margin-right: 6px; }

.olim-status-actions { margin-top: 8px; }

.olim-saya-page-wrap { background: linear-gradient(180deg, #fff8f3 0%, #fafafa 280px); }
.olim-saya-page { max-width: 960px; margin: 0 auto; padding: 8px 0 56px; }

/* Hero */
.olim-saya-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(135deg, #fff 0%, #fff9f5 100%);
    border: 1px solid #f0e6dc;
    border-radius: 16px;
    padding: 32px 32px 28px;
    margin-bottom: 28px;
    box-shadow: 0 8px 32px rgba(232, 93, 4, 0.08);
    position: relative;
    overflow: hidden;
}
.olim-saya-hero::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(232, 93, 4, 0.12) 0%, transparent 70%);
    pointer-events: none;
}
.olim-saya-hero-main { display: flex; align-items: center; gap: 24px; position: relative; z-index: 1; }
.olim-saya-avatar {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(145deg, #e85d04, #f97316);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(232, 93, 4, 0.35);
}
.olim-saya-greeting { font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: #e85d04; margin: 0 0 10px; font-weight: 600; line-height: 1.4; }
.olim-saya-name { font-size: 26px; margin: 0 0 12px; font-weight: 700; color: #1a1a1a; line-height: 1.35; }
.olim-saya-sub { margin: 0; color: #666; font-size: 14px; max-width: 440px; line-height: 1.7; }
.olim-saya-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; position: relative; z-index: 1; align-self: flex-start; }
.olim-saya-hero-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    background: #fff;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
}
.olim-saya-hero-link:hover { border-color: #e85d04; color: #e85d04; }
.olim-saya-hero-link-muted { color: #888; }
button.olim-saya-hero-link { cursor: pointer; font-family: inherit; }

/* Stats */
.olim-saya-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 28px;
}
.olim-saya-stat {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 22px 18px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.olim-saya-stat-highlight {
    border-color: #ffd4b8;
    background: linear-gradient(180deg, #fff 0%, #fff8f3 100%);
}
.olim-saya-stat-value { display: block; font-size: 28px; font-weight: 800; color: #1a1a1a; line-height: 1.2; margin-bottom: 10px; }
.olim-saya-stat-highlight .olim-saya-stat-value { color: #e85d04; }
.olim-saya-stat-label { font-size: 12px; color: #777; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.5; }

/* CTA strip */
.olim-saya-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 24px;
    background: #fff;
    border: 1px solid #eee;
    border-left: 4px solid #e85d04;
    border-radius: 12px;
    padding: 26px 28px;
    margin-bottom: 36px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.olim-saya-cta-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #fff3eb;
    color: #e85d04;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
.olim-saya-cta-body { flex: 1; min-width: 200px; }
.olim-saya-cta-body h3 { margin: 0 0 10px; font-size: 17px; font-weight: 700; line-height: 1.4; }
.olim-saya-cta-body p { margin: 0; font-size: 14px; color: #666; line-height: 1.65; }
.olim-saya-cta-actions { flex-shrink: 0; }
.olim-saya-cta-events { display: flex; flex-wrap: wrap; gap: 10px; }

/* Sections & cards */
.olim-saya-section { margin-bottom: 40px; }
.olim-saya-section-muted { opacity: 0.92; }
.olim-saya-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0f0f0;
}
.olim-saya-section-title {
    font-size: 18px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    line-height: 1.4;
}
.olim-saya-section-title i { color: #e85d04; }
.olim-saya-section-count {
    font-size: 13px;
    font-weight: 700;
    color: #e85d04;
    background: #fff3eb;
    padding: 6px 14px;
    border-radius: 20px;
    line-height: 1.4;
}
.olim-saya-section-empty { color: #888; font-size: 14px; margin: 0; line-height: 1.65; }

.olim-saya-list { display: flex; flex-direction: column; gap: 22px; }
.olim-saya-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 14px;
    padding: 24px 26px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s, border-color 0.2s;
}
.olim-saya-card:hover {
    box-shadow: 0 6px 24px rgba(232, 93, 4, 0.1);
    border-color: #ffd4b8;
}
.olim-saya-card--diterima { border-left: 4px solid #2e7d32; }
.olim-saya-card--menunggu-pembayaran,
.olim-saya-card--waiting-list,
.olim-saya-card--menunggu-verifikasi,
.olim-saya-card--menunggu-validasi-sektor,
.olim-saya-card--perlu-perbaikan { border-left: 4px solid #f57f17; }
.olim-saya-card--ditolak,
.olim-saya-card--dibatalkan { border-left: 4px solid #c62828; opacity: 0.95; }

.olim-saya-card-status-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 2px;
}
.olim-saya-card-body { flex: 1; min-width: 0; }
.olim-saya-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
}
.olim-saya-event-code {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #e85d04;
    background: #fff3eb;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.olim-saya-card-head h4 { margin: 0 0 10px; font-size: 17px; font-weight: 700; line-height: 1.45; }
.olim-saya-reg-no {
    margin: 0;
    font-family: ui-monospace, 'Cascadia Code', monospace;
    font-size: 12px;
    color: #888;
    letter-spacing: 0.02em;
    line-height: 1.5;
}
.olim-saya-card-head .olim-status-badge { line-height: 1.4; padding: 8px 14px; }
.olim-saya-card-hint {
    margin: 0 0 16px;
    padding: 14px 16px;
    background: #fafafa;
    border-radius: 8px;
    font-size: 13px;
    color: #555;
    line-height: 1.65;
    border-left: 3px solid #e85d04;
}
.olim-saya-card-hint i { color: #e85d04; margin-right: 8px; }
.olim-saya-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    font-size: 13px;
    color: #666;
    margin-bottom: 18px;
    line-height: 1.6;
}
.olim-saya-card-meta span { display: inline-flex; align-items: center; gap: 6px; }
.olim-saya-card-meta i { color: #e85d04; width: 14px; text-align: center; flex-shrink: 0; }
.olim-saya-meta-ok { color: #2e7d32; font-weight: 600; }
.olim-saya-meta-ok i { color: #2e7d32; }
.olim-saya-card-actions { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 4px; }

/* Empty state */
.olim-saya-empty {
    text-align: center;
    background: #fff;
    border: 2px dashed #e8ddd4;
    border-radius: 16px;
    padding: 64px 32px;
    margin-top: 12px;
}
.olim-saya-empty-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff3eb, #ffe8d6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.olim-saya-empty-icon i { font-size: 36px; color: #e85d04; }
.olim-saya-empty h3 { margin-bottom: 14px; font-size: 22px; font-weight: 700; line-height: 1.35; }
.olim-saya-empty p { color: #666; max-width: 420px; margin: 0 auto 28px; line-height: 1.75; font-size: 15px; }

@media (max-width: 768px) {
    .olim-saya-hero { padding: 26px 20px; margin-bottom: 24px; }
    .olim-saya-hero-main { flex-direction: column; align-items: flex-start; text-align: left; gap: 18px; }
    .olim-saya-name { font-size: 22px; margin-bottom: 10px; }
    .olim-saya-sub { line-height: 1.65; }
    .olim-saya-stats { grid-template-columns: 1fr; gap: 14px; margin-bottom: 24px; }
    .olim-saya-cta { flex-direction: column; align-items: stretch; padding: 22px 20px; margin-bottom: 32px; }
    .olim-saya-cta-actions .olim-btn-primary { width: 100%; justify-content: center; }
    .olim-saya-section { margin-bottom: 32px; }
    .olim-saya-list { gap: 18px; }
    .olim-saya-card { flex-direction: column; padding: 20px 18px; gap: 16px; }
    .olim-saya-card-status-icon { width: 40px; height: 40px; margin-top: 0; }
    .olim-saya-card-head { flex-direction: column; gap: 12px; margin-bottom: 12px; }
    .olim-saya-card-meta { gap: 12px 16px; margin-bottom: 16px; }
    .olim-status-card { padding: 24px 20px; }
    .olim-status-grid { grid-template-columns: 1fr; }
    .olim-status-search-row { flex-direction: column; }
    .olim-doc-item { flex-direction: column; align-items: stretch; }
    .olim-status-peserta em { margin-left: 0; }
}

/* Header: tombol search & login lebih compact */
.donate .pptsb-btn-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    line-height: 1;
    font-size: 16px;
}
.donate .pptsb-btn-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    line-height: 1;
}
.donate .pptsb-btn-login i {
    font-size: 15px;
    line-height: 1;
}

/* Sidebar search button lebih rendah */
.side-bar button.srch-btn {
    height: 44px;
    padding-right: 18px;
}
.side-bar .subs-form.v-2 > input {
    height: 44px;
}

/* Kegiatan list — kartu seragam seperti berita */
.pptsb-berita-main .pptsb-event-item {
    margin-bottom: 28px;
}
.pptsb-berita-main .pptsb-event-card {
    width: 100%;
    min-height: 190px;
    margin-bottom: 0 !important;
    margin-right: 0;
    align-items: stretch;
}
.pptsb-berita-main .pptsb-event-card .event-img {
    flex: 0 0 240px;
    width: 240px;
    min-height: 190px;
    height: auto;
    align-self: stretch;
    position: relative;
    overflow: hidden;
}
.pptsb-berita-main .pptsb-event-card .event-img > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pptsb-berita-main .pptsb-event-card .event-img .callender-sec {
    height: 84px;
    width: 76px;
    padding-top: 12px;
    top: 14px;
    left: 14px;
}
.pptsb-berita-main .pptsb-event-card .event-img .callender-sec h2 {
    font-size: 24px;
    line-height: 28px;
}
.pptsb-berita-main .pptsb-event-card .event-img .callender-sec span {
    width: 76px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
}
.pptsb-berita-main .pptsb-event-card .event-content.v-2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 190px;
    padding: 22px 26px 20px 26px;
}
.pptsb-berita-main .pptsb-event-card .event-content .pptsb-event-lokasi {
    margin-bottom: 8px;
    font-size: 13px;
}
.pptsb-berita-main .pptsb-event-card .event-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 0;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 8px;
}
.pptsb-berita-main .pptsb-event-card .event-content h3 a {
    display: block;
}
.pptsb-berita-main .pptsb-event-card .event-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 0;
    max-height: 3em;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px !important;
    flex: 1;
}
.pptsb-berita-main .pptsb-event-card .event-content .pptsb-event-time {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 13px;
}
@media (max-width: 767px) {
    .pptsb-berita-main .pptsb-event-card {
        flex-direction: column;
        min-height: auto;
    }
    .pptsb-berita-main .pptsb-event-card .event-img {
        flex: none;
        width: 100%;
        height: 180px;
        min-height: 180px;
    }
    .pptsb-berita-main .pptsb-event-card .event-content.v-2 {
        min-height: auto;
        border-radius: 0 0 10px 10px;
    }
}

/* Pengumuman pemenang olimpiade */
.olim-pemenang-page-wrap {
    background: linear-gradient(180deg, #fff8f3 0%, #fafafa 280px);
}
.olim-pemenang-page {
    max-width: 960px;
    margin: 0 auto;
    padding: 8px 0 64px;
}
.olim-pemenang-header {
    text-align: center;
    background: linear-gradient(135deg, #fff 0%, #fff9f5 100%);
    border: 1px solid #f0e6dc;
    border-radius: 16px;
    padding: 32px 28px 28px;
    margin-bottom: 28px;
    box-shadow: 0 8px 32px rgba(232, 93, 4, 0.08);
}
.olim-pemenang-header h2 {
    margin: 0 0 12px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
}
.olim-pemenang-lead {
    margin: 0 auto 18px;
    max-width: 520px;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}
.olim-pemenang-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0;
}
.olim-btn-ghost-sm {
    padding: 9px 16px;
    font-size: 13px;
    border-radius: 8px;
}
.olim-pemenang-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    justify-content: center;
}
.olim-pemenang-tab {
    padding: 11px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
    line-height: 1.4;
}
.olim-pemenang-tab:hover { border-color: #e85d04; color: #e85d04; }
.olim-pemenang-tab.active {
    background: linear-gradient(145deg, #e85d04, #f97316);
    border-color: #e85d04;
    color: #fff;
    box-shadow: 0 4px 16px rgba(232, 93, 4, 0.25);
}
.olim-pemenang-panel { display: none; }
.olim-pemenang-panel.active { display: block; animation: olimFadeIn 0.3s ease; }
.olim-pemenang-pool { margin-bottom: 32px; }
.olim-pemenang-pool-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    line-height: 1.4;
}
.olim-pemenang-pool-title i { color: #e85d04; margin-right: 8px; }
.olim-pemenang-cabang-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 0;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}
.olim-pemenang-cabang-card h4 {
    margin: 0;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 700;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    line-height: 1.4;
}
.olim-pemenang-table thead th {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    padding: 12px 16px;
    line-height: 1.4;
}
.olim-pemenang-table tbody td {
    padding: 14px 16px;
    vertical-align: middle;
    line-height: 1.55;
    font-size: 14px;
}
.olim-medal {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}
.olim-medal-emas { background: #fff8e1; color: #f57f17; }
.olim-medal-perak { background: #f5f5f5; color: #616161; }
.olim-medal-perunggu { background: #fdecea; color: #c62828; }
.olim-pemenang-sekolah-intro {
    background: #fff3eb;
    border: 1px solid #ffd4b8;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
}
.olim-pemenang-sekolah-intro p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.65;
}
.olim-poin-badge {
    display: inline-block;
    min-width: 32px;
    padding: 4px 10px;
    border-radius: 20px;
    background: #fff3eb;
    color: #e85d04;
}
.olim-pemenang-top-row { background: #fffdf9; }
.olim-pemenang-empty {
    text-align: center;
    background: #fff;
    border: 2px dashed #e8ddd4;
    border-radius: 16px;
    padding: 48px 24px;
    color: #888;
}
.olim-pemenang-empty i { font-size: 40px; color: #e85d04; margin-bottom: 16px; display: block; }
.olim-pemenang-empty p { margin: 0; line-height: 1.65; }
.olim-pemenang-empty-sm { padding: 32px 20px; }
@media (max-width: 768px) {
    .olim-pemenang-header { padding: 24px 18px; }
    .olim-pemenang-header h2 { font-size: 22px; }
    .olim-pemenang-table thead { display: none; }
    .olim-pemenang-table tbody tr {
        display: block;
        border-bottom: 1px solid #eee;
        padding: 12px 16px;
    }
    .olim-pemenang-table tbody td {
        display: block;
        padding: 4px 0;
        border: none;
    }
}

/* ── Public polish: home / tentang / kontak / auth / article ── */
/* Lock home hero to original Charitona banner proportion (img1 ≈ 1920×764).
   Prevents tiny card images from stretching the slider on large screens. */
@media (min-width: 1367px) {
    .main-banner .banner-slide {
        height: 764px;
    }
    .main-banner .banner-slide > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* Template .block = 100px top/bottom — too much right after hero */
.pptsb-home-berita {
    padding-top: 48px;
    padding-bottom: 72px;
}
.pptsb-home-berita .sec-tittle {
    margin-bottom: 28px;
}

.pptsb-home-about h2 {
    margin: 8px 0 14px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.25;
}
.pptsb-home-about p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.75;
    max-width: 520px;
}
.pptsb-home-about > span {
    color: #ffb703;
}

/* Foto Tugu sebagai background about-section (layout tetap sama) */
.about-section {
    background-image: url(../images/tugu-toga-sinaga-bawah.jpg);
    background-position: center;
}
.about-section:after {
    display: none; /* sembunyikan dekor plant template */
}

/* Page heroes (banner-sec) — custom per-halaman via inline background-image */
.banner-sec {
    background-position: center center;
    background-size: cover;
}

.pptsb-home-cta {
    padding-top: 0;
}
.pptsb-home-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 30px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(232, 93, 4, 0.14), transparent 46%),
        linear-gradient(135deg, #fff 0%, #fff7f0 100%);
    border: 1px solid #f0e2d5;
    box-shadow: 0 12px 30px rgba(232, 93, 4, 0.08);
}
.pptsb-home-cta-inner h2 {
    margin: 8px 0 8px;
    color: #2b2118;
    font-size: 28px;
    line-height: 1.25;
}
.pptsb-home-cta-inner p {
    margin: 0;
    color: #6b5c50;
    max-width: 520px;
    line-height: 1.65;
}
.pptsb-home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-shrink: 0;
}
.pptsb-about-hero,
.pptsb-contact-grid,
.pptsb-about-grid {
    margin-bottom: 28px;
}
.pptsb-about-hero h1,
.pptsb-auth-head h1 {
    margin: 0 0 12px;
    color: #2b2118;
    font-size: 34px;
    line-height: 1.25;
}
.pptsb-about-hero p {
    margin: 0;
    max-width: 760px;
    color: #6b5c50;
    font-size: 16px;
    line-height: 1.75;
}
.pptsb-about-points {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.pptsb-about-points li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #3d342c;
    font-size: 14px;
    line-height: 1.5;
}
.pptsb-about-points li i {
    margin-top: 3px;
    color: #e85d04;
}
.pptsb-about-media {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(80, 40, 10, 0.1);
    height: 100%;
    min-height: 320px;
}
.pptsb-about-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 320px;
}
.pptsb-about-media-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 18px 16px;
    background: linear-gradient(180deg, transparent, rgba(30, 18, 8, 0.78));
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.pptsb-about-media-caption strong { font-size: 16px; }
.pptsb-about-media-caption span { font-size: 13px; opacity: 0.9; }
.pptsb-about-program {
    margin: 8px 0 28px;
    padding: 28px 26px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #efe6dc;
    box-shadow: 0 10px 28px rgba(80, 40, 10, 0.05);
}
.pptsb-about-program h2 {
    margin: 8px 0 12px;
    color: #2b2118;
    font-size: 28px;
    line-height: 1.3;
}
.pptsb-about-program p {
    margin: 0 0 18px;
    color: #6b5c50;
    line-height: 1.7;
}
.pptsb-about-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.pptsb-about-stats > div {
    padding: 18px 16px;
    border-radius: 14px;
    background: #fffaf6;
    border: 1px solid #f1e7dc;
}
.pptsb-about-stats strong {
    display: block;
    color: #e85d04;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 6px;
}
.pptsb-about-stats span {
    color: #6b5c50;
    font-size: 13px;
}
.pptsb-about-note {
    padding: 24px 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff8e1, #fff3cc);
    border: 1px solid #efd27a;
}
.pptsb-about-note h3 {
    margin: 0 0 8px;
    color: #8b6914;
}
.pptsb-about-note p {
    margin: 0 0 16px;
    color: #5c4a1f;
    line-height: 1.65;
}

.pptsb-empty-state {
    text-align: center;
    padding: 56px 24px;
    border: 1px dashed #e8d8c8;
    border-radius: 18px;
    background: linear-gradient(180deg, #fffaf6 0%, #fff 100%);
}
.pptsb-empty-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(232, 93, 4, 0.12);
    color: #e85d04;
    font-size: 26px;
    margin-bottom: 16px;
}
.pptsb-empty-state h3 {
    margin: 0 0 8px;
    color: #2b2118;
    font-size: 24px;
}
.pptsb-empty-state p {
    margin: 0 auto;
    max-width: 520px;
    color: #6b5c50;
}

.pptsb-about-pengurus {
    margin-top: 36px;
}
.pptsb-about-pengurus-head {
    margin-bottom: 24px;
}
.pptsb-about-pengurus-head h2 {
    margin: 8px 0 10px;
    color: #2b2118;
    font-size: 30px;
}
.pptsb-about-pengurus-head p {
    margin: 0;
    color: #6b5c50;
    max-width: 680px;
}
.pptsb-pengurus-card .old-women {
    overflow: hidden;
}
.pptsb-pengurus-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 280px;
    background: linear-gradient(145deg, #fff4ea 0%, #f7e2cf 100%);
    color: #c24f00;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.pptsb-contact-social {
    margin: 28px 0;
    padding: 24px 26px;
    border-radius: 18px;
    border: 1px solid #f0e2d5;
    background: #fff;
}
.pptsb-contact-social h3 {
    margin: 0 0 8px;
    color: #2b2118;
}
.pptsb-contact-social p {
    margin: 0 0 14px;
    color: #6b5c50;
}
.top-header-content .contact-info a {
    color: inherit;
    text-decoration: none;
}
.top-header-content .contact-info a:hover {
    color: #e85d04;
}

.pptsb-contact-card {
    height: 100%;
    padding: 24px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #efe6dc;
    box-shadow: 0 10px 28px rgba(80, 40, 10, 0.05);
}
.pptsb-contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #fff3e8, #ffe0c7);
    color: #e85d04;
    font-size: 18px;
}
.pptsb-contact-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #2b2118;
}
.pptsb-contact-card p {
    margin: 0 0 6px;
    color: #3d342c;
    font-weight: 600;
}
.pptsb-contact-card p a {
    color: #e85d04;
    text-decoration: none;
}
.pptsb-contact-card small {
    color: #8a7a6c;
    font-size: 12px;
}
.pptsb-contact-panel {
    margin-top: 8px;
    padding: 28px 26px;
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(232, 93, 4, 0.1), transparent 45%),
        #fff;
    border: 1px solid #efe6dc;
}
.pptsb-contact-panel h2 {
    margin: 0 0 10px;
    color: #2b2118;
    font-size: 28px;
}
.pptsb-contact-panel > .row > div > p {
    margin: 0 0 18px;
    color: #6b5c50;
    line-height: 1.7;
}
.pptsb-contact-tips {
    padding: 20px 18px;
    border-radius: 16px;
    background: #fffaf6;
    border: 1px solid #f1e7dc;
}
.pptsb-contact-tips h3 {
    margin: 0 0 12px;
    font-size: 16px;
    color: #2b2118;
}
.pptsb-contact-tips ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.pptsb-contact-tips li {
    display: flex;
    gap: 10px;
    color: #4d433a;
    font-size: 14px;
    line-height: 1.5;
}
.pptsb-contact-tips li i { color: #e85d04; margin-top: 3px; }
.pptsb-auth-card {
    background: #fff;
    border: 1px solid #efe6dc;
    border-radius: 22px;
    padding: 32px 28px;
    box-shadow: 0 14px 36px rgba(232, 93, 4, 0.08);
}
.pptsb-auth-head {
    text-align: center;
    margin-bottom: 24px;
}
.pptsb-auth-head p {
    margin: 0;
    color: #6b5c50;
    line-height: 1.65;
}
.pptsb-auth-form .form-label {
    font-weight: 600;
    color: #3d342c;
}
.pptsb-auth-form .form-control {
    min-height: 46px;
    border-radius: 12px;
    border-color: #e8d9cb;
}
.pptsb-auth-form .form-control:focus {
    border-color: #e85d04;
    box-shadow: 0 0 0 0.2rem rgba(232, 93, 4, 0.15);
}
.pptsb-auth-foot {
    margin-top: 18px;
    text-align: center;
    color: #6b5c50;
    font-size: 14px;
}
.pptsb-auth-foot a {
    color: #e85d04;
    font-weight: 700;
    text-decoration: none;
}
.pptsb-auth-foot a:hover { text-decoration: underline; }
.pptsb-article-kicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-bottom: 12px;
}
.pptsb-article-meta {
    margin-bottom: 22px;
}
.pptsb-article-cover {
    margin-bottom: 22px;
}
.pptsb-article-lead {
    margin: 0 0 18px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #fffaf6;
    border-left: 4px solid #e85d04;
    color: #4d433a;
    font-size: 16px;
    line-height: 1.7;
}
.pptsb-article-body {
    margin-top: 0;
}
.pptsb-article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #f1e7dc;
}
.pptsb-article-tags a {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff3eb;
    border: 1px solid #ffd4b8;
    color: #c94a00;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
.pptsb-article-tags a:hover {
    background: #ffe6d4;
}
.pptsb-article-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.pptsb-sidebar-cta {
    margin-top: 8px;
}
.pptsb-sidebar-cta-inner {
    padding: 22px 18px;
    border-radius: 16px;
    background:
        radial-gradient(circle at top right, rgba(232, 93, 4, 0.14), transparent 45%),
        linear-gradient(160deg, #fff 0%, #fff7f0 100%);
    border: 1px solid #f0e2d5;
}
.pptsb-sidebar-cta-inner h3 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #2b2118;
}
.pptsb-sidebar-cta-inner p {
    margin: 0 0 16px;
    color: #6b5c50;
    font-size: 14px;
    line-height: 1.6;
}
@media (max-width: 991px) {
    .pptsb-home-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px;
    }
    .pptsb-about-hero h1,
    .pptsb-auth-head h1 {
        font-size: 28px;
    }
    .pptsb-about-program h2,
    .pptsb-contact-panel h2 {
        font-size: 24px;
    }
}

.top-header-content .contact-info .pptsb-header-sep {
    margin: 0 10px;
    opacity: 0.45;
}
.top-header-content .contact-info a + span {
    margin: 0 4px;
}
