/* =========================================================
   GLOBAL THEME SYSTEM
   Light / Dark
========================================================= */

:root {
    /* =====================================================
       BRAND
    ===================================================== */

    --theme-primary: #354777;
    --theme-primary-header: #030f6b;
    --theme-primary-dark: #26365f;
    --theme-primary-light: #52699d;
    --theme-primary-soft: rgba(53, 71, 119, 0.08);

    --theme-accent: #ffc928;
    --theme-accent-dark: #e5ad00;
    --theme-accent-light: #081c72;
    --theme-accent-soft: rgba(255, 201, 40, 0.12);

    --theme-success: #10b981;
    --theme-success-soft: rgba(16, 185, 129, 0.1);

    --theme-danger: #ef4444;
    --theme-danger-soft: rgba(239, 68, 68, 0.1);

    --theme-warning: #f59e0b;
    --theme-warning-soft: rgba(245, 158, 11, 0.1);

    --theme-info: #3b82f6;
    --theme-info-soft: rgba(59, 130, 246, 0.1);

    --theme-preload: #f7f8fc;

    /* =====================================================
       TEXT
    ===================================================== */

    --theme-text: #273247;
    --theme-text-soft: #4b5563;
    --theme-muted: #6b7280;
    --theme-heading: #26365f;

    --theme-text-inverse: #dce5fb;

    --theme-text-tittle-inverse: #0a1d73;
    --theme-text-sub-tittle-inverse: #e8aa1c;
    --theme-text-sub2-tittle-inverse: #555;

    /* =====================================================
       BACKGROUND
    ===================================================== */

    --theme-bg: #ffffff;
    --theme-bg-soft: #f8faff;
    --theme-bg-muted: #f1f4f9;
    --theme-bg-hover: #f5f7fb;
    --theme-back-to-up-border: #0a1d73;
    --theme-back-to-up-center: #f59e0b;

    /* =====================================================
       SURFACE / CARD
    ===================================================== */

    --theme-card: #ffffff;
    --theme-card-soft: #fafbfe;
    --theme-card-hover: #ffffff;

    /* =====================================================
       BORDER
    ===================================================== */

    --theme-border: rgba(53, 71, 119, 0.1);
    --theme-border-strong: rgba(53, 71, 119, 0.18);

    /* =====================================================
       INPUT
    ===================================================== */

    --theme-input-bg: #ffffff;
    --theme-input-border: #dce2ec;
    --theme-input-text: #273247;
    --theme-input-placeholder: #9ca3af;
    --theme-input-focus: rgba(53, 71, 119, 0.15);

    /* =====================================================
       TABLE
    ===================================================== */

    --theme-table-bg: #ffffff;
    --theme-table-head: #f4f6fb;
    --theme-table-row: #ffffff;
    --theme-table-row-hover: #f8faff;
    --theme-table-border: rgba(53, 71, 119, 0.1);

    /* =====================================================
       SHADOW
    ===================================================== */

    --theme-shadow-sm: 0 4px 15px rgba(31, 42, 68, 0.04);

    --theme-shadow: 0 10px 30px rgba(31, 42, 68, 0.06);

    --theme-shadow-lg: 0 20px 55px rgba(31, 42, 68, 0.09);

    /* =====================================================
       RADIUS
    ===================================================== */

    --theme-radius-sm: 8px;
    --theme-radius: 14px;
    --theme-radius-lg: 20px;
    --theme-radius-xl: 28px;

    --theme-radius-pill: 999px;

    /* =====================================================
       SPACING
    ===================================================== */

    --theme-section-padding: 70px;
    --theme-container-padding: 24px;

    /* =====================================================
       TRANSITION
    ===================================================== */

    --theme-transition: all 0.3s ease;

    --vm-primary: var(--theme-primary);
    --vm-primary-dark: var(--theme-primary-dark);
    --vm-primary-soft: var(--theme-primary-soft);

    --vm-accent: var(--theme-accent);
    --vm-success: var(--theme-success);

    --vm-bg: var(--bs-body-bg);
    --vm-surface: var(--bs-body-bg);
    --vm-surface-soft: var(--bs-tertiary-bg);

    --vm-text: var(--bs-body-color);
    --vm-muted: var(--bs-secondary-color);
    --vm-border: var(--bs-border-color);

    --vm-radius: 22px;

    --vm-shadow: 0 18px 50px rgba(31, 42, 68, 0.065);

    /* =====================================================
   FOOTER BACKGROUND
===================================================== */

    --theme-footer-bg: #0b2653;
    --theme-footer-bg-soft: #15366f;
    --theme-footer-bg-bottom: #18376e;
    --theme-footer-bg-copyright: #0b2048;

    /* moon */

    --theme-moon: rgba(53, 71, 119, 0.1);
    --theme-moon-crater: rgba(53, 71, 119, 0.06);
}

/* =========================================================
   DARK MODE
========================================================= */

[data-bs-theme="dark"] {
    /* BRAND */

    --theme-primary: #8ea6e8;
    --theme-primary-header: #424b94;
    --theme-primary-dark: #b8c7f2;
    --theme-primary-light: #a9bbed;
    --theme-primary-soft: rgba(142, 166, 232, 0.12);
    --theme-accent-dark: #e8b900;
    --theme-accent-light: #5b6dbb;
    --theme-accent-soft: rgba(255, 213, 79, 0.12);

    /* TEXT */
    /* --theme-text-on-primary: #8ea6e8; */

    --theme-text: #e6eaf2;
    --theme-text-soft: #cbd3e3;
    --theme-muted: #aeb6c5;
    --theme-heading: #dce5fb;

    --theme-text-inverse: #ffffff;

    --theme-text-tittle-inverse: #ffffff;
    --theme-text-sub-tittle-inverse: #fdb200;
    --theme-text-sub2-tittle-inverse: #ffffff;

    /* BACKGROUND */

    --theme-bg: #101522;
    --theme-bg-soft: #151c2b;
    --theme-bg-muted: #1a2232;
    --theme-bg-hover: #202a3d;

    --theme-back-to-up-border: #f59e0b;
    --theme-back-to-up-center: #0a1d73;

    /* CARD */

    --theme-card: #181f2d;
    --theme-card-soft: #1c2434;
    --theme-card-hover: #202a3d;

    /* BORDER */

    --theme-border: rgba(255, 255, 255, 0.1);
    --theme-border-strong: rgba(255, 255, 255, 0.18);

    /* INPUT */

    --theme-input-bg: #181f2d;
    --theme-input-border: rgba(255, 255, 255, 0.12);
    --theme-input-text: #e6eaf2;
    --theme-input-placeholder: #7f8aa0;
    --theme-input-focus: rgba(142, 166, 232, 0.2);

    /* TABLE */

    --theme-table-bg: #181f2d;
    --theme-table-head: #202a3d;
    --theme-table-row: #181f2d;
    --theme-table-row-hover: #222c40;
    --theme-table-border: rgba(255, 255, 255, 0.1);

    /* SHADOW */

    --theme-shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.15);

    --theme-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);

    --theme-shadow-lg: 0 20px 55px rgba(0, 0, 0, 0.3);

    --theme-preload: #29344d;

    /* =====================================================
   FOOTER BACKGROUND - DARK
===================================================== */

    --theme-footer-bg: #101522;
    --theme-footer-bg-soft: #151c2b;
    --theme-footer-bg-bottom: #181f2d;
    --theme-footer-bg-copyright: #0b1020;
}

/* =========================================================
   GLOBAL BASE
========================================================= */

html {
    color-scheme: light;
}

html[data-bs-theme="dark"] {
    color-scheme: dark;
}

body {
    background: var(--theme-bg);
    color: var(--theme-text);

    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

/* =========================================================
   GLOBAL TEXT
========================================================= */

.theme-text {
    color: var(--theme-text) !important;
}

.theme-heading {
    color: var(--theme-heading) !important;
}

.theme-muted {
    color: var(--theme-muted) !important;
}

.theme-primary {
    color: var(--theme-primary) !important;
}

.theme-accent {
    color: var(--theme-accent) !important;
}

/* =========================================================
   GLOBAL BACKGROUND
========================================================= */

.theme-bg {
    background: var(--theme-bg) !important;
}

.theme-bg-soft {
    background: var(--theme-bg-soft) !important;
}

.theme-card {
    background: var(--theme-card) !important;
}

/* =========================================================
   GLOBAL CARD
========================================================= */

.theme-card-box {
    background: var(--theme-card);

    border: 1px solid var(--theme-border);

    border-radius: var(--theme-radius-lg);

    box-shadow: var(--theme-shadow);

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.theme-card-box:hover {
    transform: translateY(-4px);

    background: var(--theme-card-hover);

    border-color: var(--theme-border-strong);

    box-shadow: var(--theme-shadow-lg);
}

/* =========================================================
   GRID
========================================================= */

.theme-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 24px;
}

@media (max-width: 1199px) {
    .theme-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .theme-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* =========================================================
   GRID 2
========================================================= */

.theme-grid-2 {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 24px;
}

@media (max-width: 768px) {
    .theme-grid-2 {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   GRID 4
========================================================= */

.theme-grid-4 {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 20px;
}

@media (max-width: 1199px) {
    .theme-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .theme-grid-4 {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   TABLE
========================================================= */

.theme-table-wrapper {
    width: 100%;

    overflow-x: auto;

    background: var(--theme-card);

    border: 1px solid var(--theme-border);

    border-radius: var(--theme-radius-lg);

    box-shadow: var(--theme-shadow-sm);
}

.theme-table {
    width: 100%;

    margin: 0;

    border-collapse: separate;
    border-spacing: 0;

    color: var(--theme-text);

    background: var(--theme-table-bg);
}

/* TABLE HEADER */

.theme-table thead th {
    padding: 14px 16px;

    background: var(--theme-table-head);

    color: var(--theme-heading);

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.4px;

    border-bottom: 1px solid var(--theme-table-border);

    white-space: nowrap;
}

/* TABLE BODY */

.theme-table tbody td {
    padding: 14px 16px;

    color: var(--theme-text);

    background: var(--theme-table-row);

    border-bottom: 1px solid var(--theme-table-border);

    vertical-align: middle;
}

/* HOVER */

.theme-table tbody tr:hover td {
    background: var(--theme-table-row-hover);
}

/* LAST ROW */

.theme-table tbody tr:last-child td {
    border-bottom: none;
}

/* =========================================================
   TABLE STRIPED
========================================================= */

.theme-table-striped tbody tr:nth-child(even) td {
    background: var(--theme-bg-soft);
}

/* =========================================================
   TABLE COMPACT
========================================================= */

.theme-table-compact th,
.theme-table-compact td {
    padding: 9px 12px;
}

/* =========================================================
   BADGE
========================================================= */

.theme-badge {
    display: inline-flex;

    align-items: center;

    gap: 5px;

    padding: 5px 10px;

    border-radius: var(--theme-radius-pill);

    font-size: 11px;

    font-weight: 700;

    line-height: 1;
}

.theme-badge-primary {
    color: var(--theme-primary);

    background: var(--theme-primary-soft);
}

.theme-badge-success {
    color: var(--theme-success);

    background: var(--theme-success-soft);
}

.theme-badge-warning {
    color: var(--theme-warning);

    background: var(--theme-warning-soft);
}

.theme-badge-danger {
    color: var(--theme-danger);

    background: var(--theme-danger-soft);
}

.theme-badge-info {
    color: var(--theme-info);

    background: var(--theme-info-soft);
}

/* =========================================================
   BUTTON
========================================================= */

.theme-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    padding: 10px 17px;

    border: 1px solid transparent;

    border-radius: var(--theme-radius);

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    cursor: pointer;

    transition: var(--theme-transition);
}

.theme-btn-primary {
    background: var(--theme-primary);

    color: #fff;
}

.theme-btn-primary:hover {
    background: var(--theme-primary-dark);

    color: #fff;

    transform: translateY(-2px);
}

.theme-btn-outline {
    background: transparent;

    color: var(--theme-primary);

    border-color: var(--theme-border-strong);
}

.theme-btn-outline:hover {
    background: var(--theme-primary-soft);

    border-color: var(--theme-primary);

    color: var(--theme-primary);
}

/* =========================================================
   INPUT
========================================================= */

.theme-input {
    width: 100%;

    padding: 11px 14px;

    background: var(--theme-input-bg);

    color: var(--theme-input-text);

    border: 1px solid var(--theme-input-border);

    border-radius: var(--theme-radius);

    outline: none;

    transition: var(--theme-transition);
}

.theme-input::placeholder {
    color: var(--theme-input-placeholder);
}

.theme-input:focus {
    border-color: var(--theme-primary);

    box-shadow: 0 0 0 4px var(--theme-input-focus);
}

/* =========================================================
   SELECT
========================================================= */

.theme-select {
    appearance: none;

    width: 100%;

    padding: 11px 40px 11px 14px;

    background-color: var(--theme-input-bg);

    color: var(--theme-input-text);

    border: 1px solid var(--theme-input-border);

    border-radius: var(--theme-radius);

    outline: none;
}

.theme-select:focus {
    border-color: var(--theme-primary);

    box-shadow: 0 0 0 4px var(--theme-input-focus);
}

/* =========================================================
   ALERT
========================================================= */

.theme-alert {
    padding: 14px 16px;

    border-radius: var(--theme-radius);

    border: 1px solid var(--theme-border);

    background: var(--theme-card);

    color: var(--theme-text);
}

.theme-alert-primary {
    background: var(--theme-primary-soft);

    color: var(--theme-primary);

    border-color: transparent;
}

.theme-alert-success {
    background: var(--theme-success-soft);

    color: var(--theme-success);

    border-color: transparent;
}

.theme-alert-warning {
    background: var(--theme-warning-soft);

    color: var(--theme-warning);

    border-color: transparent;
}

.theme-alert-danger {
    background: var(--theme-danger-soft);

    color: var(--theme-danger);

    border-color: transparent;
}

/* =========================================================
   SECTION
========================================================= */

/* .theme-section {
    position: relative;

    padding: var(--theme-section-padding) 0;

    background: linear-gradient(
        180deg,
        var(--theme-bg) 0%,
        var(--theme-bg-soft) 100%
    );

    color: var(--theme-text);

    overflow: hidden;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}
 

.theme-section::before {
    content: "";

    position: absolute;

    width: 330px;
    height: 330px;

    top: -170px;
    right: -100px;

    border-radius: 50%;

    background: var(--theme-primary-soft);

    pointer-events: none;
} */

/* =========================================================
   SECTION
========================================================= */

.theme-section {
    position: relative;

    padding: var(--theme-section-padding) 0;

    background:
        radial-gradient(
            circle at 90% 10%,
            var(--theme-primary-soft),
            transparent 28%
        ),
        linear-gradient(180deg, var(--theme-bg) 0%, var(--theme-bg-soft) 100%);

    color: var(--theme-text);

    overflow: hidden;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

/* =========================================================
   SECTION DECORATION
========================================================= */

.theme-section::before {
    content: "";

    position: absolute;

    width: 360px !important;
    height: 360px !important;

    top: -170px !important;
    right: -100px !important;

    border-radius: 50% !important;

    /*
     * Lingkaran utama + crater kecil
     */
    background:

        /* crater 1 */
        radial-gradient(
            circle at 28% 32%,
            var(--theme-primary-soft) 0,
            var(--theme-primary-soft) 18px,
            transparent 19px
        ),
        /* crater 2 */
        radial-gradient(
                circle at 63% 22%,
                var(--theme-primary-soft) 0,
                var(--theme-primary-soft) 11px,
                transparent 12px
            ),
        /* crater 3 */
        radial-gradient(
                circle at 72% 48%,
                var(--theme-primary-soft) 0,
                var(--theme-primary-soft) 24px,
                transparent 25px
            ),
        /* crater 4 */
        radial-gradient(
                circle at 42% 65%,
                var(--theme-primary-soft) 0,
                var(--theme-primary-soft) 14px,
                transparent 15px
            ),
        /* crater 5 */
        radial-gradient(
                circle at 22% 72%,
                var(--theme-primary-soft) 0,
                var(--theme-primary-soft) 9px,
                transparent 10px
            ),
        /* crater 6 */
        radial-gradient(
                circle at 78% 78%,
                var(--theme-primary-soft) 0,
                var(--theme-primary-soft) 16px,
                transparent 17px
            ),
        /* badan bulan */ var(--theme-primary-soft);

    opacity: 0.45;

    pointer-events: none;

    z-index: 0;
}

/* =========================================================
   SECONDARY MOON DECORATION
========================================================= */

.theme-section::after {
    content: "";

    position: absolute;

    width: 250px !important;
    height: 250px !important;

    bottom: -130px !important;
    left: -100px !important;

    border-radius: 50% !important;

    background:

        /* crater 1 */
        radial-gradient(
            circle at 30% 25%,
            var(--theme-primary-soft) 0,
            var(--theme-primary-soft) 12px,
            transparent 13px
        ),
        /* crater 2 */
        radial-gradient(
                circle at 65% 28%,
                var(--theme-primary-soft) 0,
                var(--theme-primary-soft) 18px,
                transparent 19px
            ),
        /* crater 3 */
        radial-gradient(
                circle at 72% 65%,
                var(--theme-primary-soft) 0,
                var(--theme-primary-soft) 10px,
                transparent 11px
            ),
        /* crater 4 */
        radial-gradient(
                circle at 38% 70%,
                var(--theme-primary-soft) 0,
                var(--theme-primary-soft) 15px,
                transparent 16px
            ),
        /* badan bulan */ var(--theme-primary-soft);

    opacity: 0.3;

    pointer-events: none;

    z-index: 0;
}
/* =========================================================
   SECTION CONTENT
========================================================= */

.theme-section > * {
    position: relative;

    z-index: 1;
}

.theme-section-content {
    position: relative;

    z-index: 2;
}

/* =========================================================
   SECTION CONTENT
========================================================= */

.theme-section-content {
    position: relative;

    z-index: 2;
}

/* =========================================================
   SECTION TITLE
========================================================= */

.theme-section-title {
    margin-bottom: 35px;
}

.theme-section-title h2 {
    margin: 0;

    color: var(--theme-heading);

    font-size: 30px;

    font-weight: 800;
}

.theme-section-title p {
    margin-top: 8px;

    color: var(--theme-muted);

    font-size: 14px;
}

/* =========================================================
   LIST
========================================================= */

.theme-list {
    margin: 0;

    padding: 0;

    list-style: none;
}

.theme-list li {
    display: flex;

    align-items: center;

    gap: 10px;

    padding: 11px 0;

    color: var(--theme-text);

    border-bottom: 1px solid var(--theme-border);
}

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

.theme-list i {
    color: var(--theme-primary);
}

/* =========================================================
   DIVIDER
========================================================= */

.theme-divider {
    width: 100%;

    height: 1px;

    background: var(--theme-border);

    margin: 20px 0;
}

/* =========================================================
   PAGINATION
========================================================= */

.theme-pagination {
    display: flex;

    justify-content: center;

    padding: 12px;

    background: var(--theme-card);

    border: 1px solid var(--theme-border);

    border-radius: var(--theme-radius);

    box-shadow: var(--theme-shadow-sm);
}

.theme-pagination .page-link {
    background: var(--theme-card);

    color: var(--theme-text);

    border-color: var(--theme-border);
}

.theme-pagination .page-link:hover {
    background: var(--theme-bg-hover);

    color: var(--theme-primary);
}

.theme-pagination .page-item.active .page-link {
    background: var(--theme-primary);

    border-color: var(--theme-primary);

    color: #ffffff;
}

/* =========================================================
   MODAL
========================================================= */

[data-bs-theme="dark"] .modal-content {
    background: var(--theme-card);

    color: var(--theme-text);

    border-color: var(--theme-border);
}

[data-bs-theme="dark"] .modal-header,
[data-bs-theme="dark"] .modal-footer {
    border-color: var(--theme-border);
}

/* =========================================================
   ACCORDION
========================================================= */

.theme-accordion .accordion-item {
    background: var(--theme-card);

    border-color: var(--theme-border);
}

.theme-accordion .accordion-button {
    background: var(--theme-card);

    color: var(--theme-text);
}

.theme-accordion .accordion-button:not(.collapsed) {
    background: var(--theme-primary-soft);

    color: var(--theme-primary);
}

.theme-accordion .accordion-body {
    background: var(--theme-card);

    color: var(--theme-text);
}

/* =========================================================
   EMPTY STATE
========================================================= */

.theme-empty {
    padding: 60px 30px;

    text-align: center;

    background: var(--theme-card);

    color: var(--theme-muted);

    border: 1px solid var(--theme-border);

    border-radius: var(--theme-radius-lg);

    box-shadow: var(--theme-shadow);
}

.theme-empty-icon {
    width: 60px;
    height: 60px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 18px;

    border-radius: 18px;

    background: var(--theme-primary-soft);

    color: var(--theme-primary);

    font-size: 25px;
}

/* =========================================================
   IMAGE CARD
========================================================= */

.theme-image-card {
    position: relative;

    overflow: hidden;

    background: var(--theme-card);

    border: 1px solid var(--theme-border);

    border-radius: var(--theme-radius-lg);

    box-shadow: var(--theme-shadow);
}

.theme-image-card img {
    width: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.45s ease;
}

.theme-image-card:hover img {
    transform: scale(1.05);
}

/* =========================================================
   SMOOTH THEME TRANSITION
========================================================= */

body,
.theme-section,
.theme-card-box,
.theme-card,
.theme-table-wrapper,
.theme-table,
.theme-table thead th,
.theme-table tbody td,
.theme-input,
.theme-select,
.theme-alert,
.theme-pagination,
.theme-pagination .page-link,
.modal-content,
.accordion-item,
.accordion-button,
.accordion-body {
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

/* =========================================================
   BREADCRUMB
========================================================= */
/* 
.theme-breadcrumb {
    position: relative;

    width: 100%;

    padding: 0;
 
    background: #7a81b1;

    color: var(--theme-text-inverse);

    border-radius: 0 0 50px 0;

    overflow: hidden;

    box-shadow: 0 8px 25px rgba(31, 42, 68, 0.08);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease;
    margin-left: -70px;
    margin-bottom: 70px;
}
 

.theme-breadcrumb::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    right: -80px;

    border-radius: 50%;

    background: var(--theme-primary-soft);

    opacity: 0.7;

    pointer-events: none;
}

.theme-breadcrumb::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    bottom: -120px;
    left: 8%;

    border-radius: 50%;

    background: var(--theme-accent-soft);

    opacity: 0.5;

    pointer-events: none;
}
 

.theme-breadcrumb-content {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    min-height: 60px;
}
 

.theme-breadcrumb-title {
    min-width: 0;

    flex: 1;
}

.theme-breadcrumb-title h2 {
    margin: 0;

    color: var(--theme-text-inverse);

    font-size: clamp(20px, 2.5vw, 30px);

    font-weight: 700;

    line-height: 1.3;

    word-break: break-word;

    overflow-wrap: anywhere;
}
 

.theme-breadcrumb-nav {
    flex-shrink: 0;
}

.theme-breadcrumb-nav ol {
    display: flex;

    align-items: center;

    justify-content: flex-end;

    flex-wrap: wrap;

    gap: 7px;

    margin: 0;

    padding: 0;

    list-style: none;
}
 

.theme-breadcrumb-nav li {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: color-mix(in srgb, var(--theme-text-inverse) 75%, transparent);

    font-size: 12px;

    font-weight: 500;

    line-height: 1.4;
}
 

.theme-breadcrumb-nav li a {
    color: color-mix(in srgb, var(--theme-text-inverse) 78%, transparent);

    text-decoration: none;

    transition: color 0.25s ease;
}

.theme-breadcrumb-nav li a:hover {
    color: var(--theme-accent);
} 

.theme-breadcrumb-nav li.active {
    color: var(--theme-accent);

    font-weight: 600;
}

.theme-breadcrumb-nav li.active span {
    color: var(--theme-accent);
}
 

.theme-breadcrumb-nav li i {
    color: color-mix(in srgb, var(--theme-text-inverse) 45%, transparent);

    font-size: 9px;
}
 

[data-bs-theme="dark"] .theme-breadcrumb { 

    background: #7a81b1;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

[data-bs-theme="dark"] .theme-breadcrumb::before {
    background: color-mix(in srgb, var(--theme-primary) 12%, transparent);
}

[data-bs-theme="dark"] .theme-breadcrumb::after {
    background: color-mix(in srgb, var(--theme-accent) 8%, transparent);
}
 

@media (max-width: 991px) {
    .theme-breadcrumb {
        padding: 25px 0 28px;

        border-radius: 0 0 40px 0;
    }

    .theme-breadcrumb-content {
        gap: 20px;
    }

    .theme-breadcrumb-title h2 {
        font-size: 23px;
    }

    .theme-breadcrumb-nav li {
        font-size: 11px;
    }
} 

@media (max-width: 768px) {
    .theme-breadcrumb {
        padding: 24px 0 26px;

        border-radius: 0 0 30px 0;
    }

    .theme-breadcrumb-content {
        flex-direction: column;

        align-items: flex-start;

        justify-content: center;

        gap: 12px;
    }

    .theme-breadcrumb-title {
        width: 100%;
    }

    .theme-breadcrumb-title h2 {
        font-size: 21px;

        line-height: 1.35;
    }

    .theme-breadcrumb-nav {
        width: 100%;
    }

    .theme-breadcrumb-nav ol {
        justify-content: flex-start;

        gap: 6px;
    }

    .theme-breadcrumb-nav li {
        font-size: 10.5px;
    }
}
 

@media (max-width: 480px) {
    .theme-breadcrumb {
        padding: 21px 0 23px;

        border-radius: 0 0 24px 0;
    }

    .theme-breadcrumb-title h2 {
        font-size: 19px;
    }

    .theme-breadcrumb-nav li {
        font-size: 10px;
    }

    .theme-breadcrumb-nav li i {
        font-size: 8px;
    }
} */
/* =========================================================
   THEME BREADCRUMB WRAPPER
========================================================= */

.theme-breadcrumb-wrapper {
    --breadcrumb-height: 180px;

    width: 100%;
    height: var(--breadcrumb-height);

    position: relative;
    z-index: 9;
}

/* =========================================================
   HERO
========================================================= */

.theme-breadcrumb {
    --breadcrumb-height: 180px;
    --breadcrumb-shrink-height: 64px;
    --navbar-height: 80px;

    position: absolute;

    top: 0;
    left: 0;

    width: 95%;
    height: var(--breadcrumb-height);

    margin: 0;
    padding: 0;

    background-color: #7a81b1;

    /* background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/storage/images/foto-beranda/0D44tysAiBDocakPkcS3EbJJxvLOR7RnGPev4lRQ.jpg"); */

    background-size: cover;
    background-position: center;

    color: var(--theme-text-inverse);

    border-radius: 0 0 50px 0;

    overflow: hidden;

    box-shadow: 0 8px 25px rgba(31, 42, 68, 0.08);

    z-index: 100;
}

/* =========================================================
   HERO DECORATION
========================================================= */

.theme-breadcrumb::before {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    top: -235px;
    right: -180px;

    border-radius: 50%;

    background: color-mix(in srgb, var(--theme-primary-soft) 100%, transparent);

    opacity: 0.8;

    pointer-events: none;

    transition: opacity 0.2s ease;
}

.theme-breadcrumb::after {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    bottom: -170px;
    left: 8%;

    border-radius: 50%;

    background: color-mix(in srgb, var(--theme-accent-soft) 100%, transparent);

    opacity: 0.5;

    pointer-events: none;

    transition: opacity 0.2s ease;
}

/* =========================================================
   CONTENT
========================================================= */

.theme-breadcrumb-content {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-direction: column;

    gap: 18px;

    width: 100%;
    height: 100%;

    padding: 40px 0;

    text-align: center;
}

/* =========================================================
   TITLE
========================================================= */

.theme-breadcrumb-title {
    min-width: 0;
    width: 100%;
}

.theme-breadcrumb-title h2 {
    margin: 0 auto;

    max-width: 1000px;

    color: var(--theme-text-inverse);

    font-size: clamp(30px, 4vw, 40px);

    font-weight: 750;

    line-height: 1.18;

    letter-spacing: -0.025em;

    text-align: center;

    word-break: break-word;
    overflow-wrap: anywhere;

    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
}

/* =========================================================
   NAVIGATION
========================================================= */

.theme-breadcrumb-nav {
    flex-shrink: 0;
}

.theme-breadcrumb-nav ol {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 7px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.theme-breadcrumb-nav li {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: color-mix(in srgb, var(--theme-text-inverse) 78%, transparent);

    font-size: 20px;

    font-weight: 500;

    line-height: 1.4;

    white-space: nowrap;
}

/* =========================================================
   LINK
========================================================= */

.theme-breadcrumb-nav li a {
    color: color-mix(in srgb, var(--theme-text-inverse) 82%, transparent);

    text-decoration: none;

    transition: color 0.2s ease;
}

.theme-breadcrumb-nav li a:hover {
    color: var(--theme-accent);
}

/* =========================================================
   ACTIVE
========================================================= */

.theme-breadcrumb-nav li.active {
    color: var(--theme-accent);
    font-weight: 600;
}

.theme-breadcrumb-nav li.active span {
    color: var(--theme-accent);
}

/* =========================================================
   CHEVRON
========================================================= */

.theme-breadcrumb-nav li i {
    color: color-mix(in srgb, var(--theme-text-inverse) 55%, transparent);

    font-size: 9px;
}

/* =========================================================
   SUB NAVBAR
   ============================
   SELALU FIXED SEBAGAI LAYER
   TETAPI AWALNYA TIDAK TERLIHAT
========================================================= */

.theme-breadcrumb-subnav {
    position: fixed;

    top: var(--navbar-height);
    left: 0;

    width: 95%;
    height: var(--breadcrumb-shrink-height);

    z-index: 1020;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    transform: translateY(-100%);

    /* background-color: var(--theme-primary); */
    /* background-color: #7a81b1; */
    background-color: #7a81b1c4;

    border-radius: 0 0 50px 0;

    box-shadow: 0 8px 25px rgba(20, 30, 50, 0.18);
    backdrop-filter: blur(10px);

    will-change: transform, opacity;
}

/* =========================================================
   SUB NAVBAR CONTENT
========================================================= */

.theme-breadcrumb-subnav-content {
    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 20px 50px;
}

/* =========================================================
   SUB NAV TITLE
========================================================= */

.theme-breadcrumb-subnav-title {
    flex: 1;

    min-width: 0;
}

.theme-breadcrumb-subnav-title h2 {
    margin: 0;

    color: var(--theme-text-inverse);

    font-size: 17px;

    font-weight: 700;

    line-height: 1.2;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}

/* =========================================================
   SUB NAV BREADCRUMB
========================================================= */

.theme-breadcrumb-subnav-nav {
    flex-shrink: 0;
}

.theme-breadcrumb-subnav-nav ol {
    display: flex;

    align-items: center;
    justify-content: flex-end;

    flex-wrap: nowrap;

    gap: 7px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.theme-breadcrumb-subnav-nav li {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: color-mix(in srgb, var(--theme-text-inverse) 78%, transparent);

    font-size: 16px;

    white-space: nowrap;
}

.theme-breadcrumb-subnav-nav li.active {
    color: var(--theme-accent);

    font-weight: 600;
}

/* =========================================================
   DARK MODE
========================================================= */

[data-bs-theme="dark"] .theme-breadcrumb {
    background:
        linear-gradient(180deg, rgba(10, 17, 30, 0.52), rgba(10, 17, 30, 0.78)),
        linear-gradient(135deg, var(--theme-primary-dark), var(--theme-primary));
}

/* [data-bs-theme="dark"] .theme-breadcrumb-subnav {
    background:
        linear-gradient(180deg, rgba(10, 17, 30, 0.52), rgba(10, 17, 30, 0.78)),
        linear-gradient(135deg, var(--theme-primary-dark), var(--theme-primary));

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
} */

[data-bs-theme="dark"] .theme-breadcrumb-subnav {
    background:
        linear-gradient(180deg, rgba(10, 17, 30, 0.35), rgba(10, 17, 30, 0.55)),
        linear-gradient(135deg, rgba(38, 54, 95, 0.55), rgba(53, 71, 119, 0.45));

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);

    /*
     * Membuat background di belakang
     * sedikit blur.
     */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
    .theme-breadcrumb-wrapper {
        --breadcrumb-height: 350px;

        height: var(--breadcrumb-height);
    }

    .theme-breadcrumb {
        --breadcrumb-height: 350px;
        --breadcrumb-shrink-height: 60px;
        --navbar-height: 75px;

        margin-left: -50px;

        border-radius: 0 0 40px 0;
    }

    .theme-breadcrumb-title h2 {
        font-size: clamp(27px, 4vw, 38px);
    }

    .theme-breadcrumb-nav li {
        font-size: 12px;
    }

    .theme-breadcrumb-subnav {
        width: 95%;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {
    .theme-breadcrumb-wrapper {
        --breadcrumb-height: 300px;

        height: var(--breadcrumb-height);
    }

    .theme-breadcrumb {
        --breadcrumb-height: 300px;
        --breadcrumb-shrink-height: 58px;
        --navbar-height: 65px;

        width: 100%;

        margin-left: 0;

        border-radius: 0 0 30px 0;
    }

    .theme-breadcrumb-content {
        padding: 30px 15px;

        gap: 14px;
    }

    .theme-breadcrumb-title h2 {
        font-size: 25px;

        line-height: 1.25;
    }

    .theme-breadcrumb-nav li {
        font-size: 10.5px;
    }

    /* =========================
       SUB NAV MOBILE
    ========================= */

    .theme-breadcrumb-subnav {
        width: 100%;

        border-radius: 0 0 15px 15px;
    }

    .theme-breadcrumb-subnav-content {
        padding: 0 15px;

        gap: 10px;
    }

    .theme-breadcrumb-subnav-title h2 {
        font-size: 14px;
    }

    .theme-breadcrumb-subnav-nav li {
        font-size: 9px;
    }

    .theme-breadcrumb-subnav-nav li:not(:last-child) {
        display: none;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
    .theme-breadcrumb-wrapper {
        --breadcrumb-height: 260px;

        height: var(--breadcrumb-height);
    }

    .theme-breadcrumb {
        --breadcrumb-height: 260px;
        --breadcrumb-shrink-height: 54px;
        --navbar-height: 60px;

        border-radius: 0 0 24px 0;
    }

    .theme-breadcrumb-content {
        padding: 25px 12px;

        gap: 12px;
    }

    .theme-breadcrumb-title h2 {
        font-size: 22px;
    }

    .theme-breadcrumb-nav li {
        font-size: 9.5px;
    }

    .theme-breadcrumb-subnav-content {
        padding: 0 12px;
    }

    .theme-breadcrumb-subnav-title h2 {
        font-size: 13px;
    }

    .theme-breadcrumb-subnav-nav li {
        font-size: 8.5px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .theme-breadcrumb-subnav {
        transition: none !important;
    }
}

/* =========================================================
   CSS Pengumuman dan Detail Pengumuman
========================================================= */

/* =========================================================
                           PENGUMUMAN
                           Menggunakan GLOBAL THEME
                        ========================================================= */

.pengumuman-section {
    position: relative;
    padding: 65px 0 90px;

    background:
        radial-gradient(
            circle at 90% 10%,
            var(--theme-primary-soft),
            transparent 28%
        ),
        linear-gradient(180deg, var(--theme-bg) 0%, var(--theme-bg-soft) 100%);

    overflow: hidden;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.pengumuman-content {
    position: relative;
    z-index: 2;
}

/* =========================================================
                           LIST
                        ========================================================= */

.pengumuman-list {
    display: flex;
    flex-direction: column;

    gap: 16px;

    max-width: 1000px;

    margin: 0 auto;
}

/* =========================================================
                           CARD
                        ========================================================= */

.pengumuman-card {
    position: relative;

    display: flex;
    align-items: center;

    gap: 20px;

    padding: 20px 22px;

    background: var(--theme-card);

    border: 1px solid var(--theme-border);

    border-radius: var(--theme-radius);

    box-shadow: var(--theme-shadow);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.pengumuman-card:hover {
    transform: translateY(-3px);

    border-color: var(--theme-primary);

    box-shadow: var(--theme-shadow-hover);
}

/* =========================================================
                           ICON
                        ========================================================= */

.pengumuman-icon {
    flex: 0 0 auto;

    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: var(--theme-radius-sm);

    background: var(--theme-primary-soft);

    color: var(--theme-primary);

    font-size: 25px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.pengumuman-card:hover .pengumuman-icon {
    background: var(--theme-primary);
    color: #ffffff;

    transform: scale(1.04);
}

/* =========================================================
                           BODY
                        ========================================================= */

.pengumuman-body {
    flex: 1;
    min-width: 0;
}

/* =========================================================
                           TYPE
                        ========================================================= */

.pengumuman-type {
    display: inline-flex;
    align-items: center;

    margin-bottom: 6px;

    padding: 3px 9px;

    border-radius: 50px;

    background: var(--theme-primary-soft);

    color: var(--theme-primary);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.5px;

    text-transform: uppercase;
}

/* =========================================================
                           TITLE
                        ========================================================= */

.pengumuman-title {
    margin: 0 0 7px;

    color: var(--theme-text);

    font-size: 16px;
    font-weight: 700;

    line-height: 1.55;

    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

/* =========================================================
                           META
                        ========================================================= */

.pengumuman-meta {
    display: flex;
    align-items: center;

    gap: 6px;

    color: var(--theme-text-muted);

    font-size: 11px;
    font-weight: 500;
}

.pengumuman-meta i {
    color: var(--theme-primary);

    font-size: 12px;
}

/* =========================================================
                           ACTION
                        ========================================================= */

.pengumuman-action {
    flex: 0 0 auto;
}

.pengumuman-action a {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: var(--theme-radius-sm);

    background: var(--theme-primary-soft);

    color: var(--theme-primary);

    text-decoration: none;

    font-size: 22px;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.pengumuman-action a:hover {
    background: var(--theme-primary);

    color: #ffffff;

    transform: translateX(3px);
}

/* =========================================================
                           PAGINATION
                        ========================================================= */

.pengumuman-pagination {
    display: flex;
    justify-content: center;

    margin-top: 30px;

    padding: 10px;

    background: var(--theme-card);

    border: 1px solid var(--theme-border);

    border-radius: var(--theme-radius-sm);

    box-shadow: var(--theme-shadow);

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.pengumuman-pagination .pagination {
    margin: 0;
}

/* =========================================================
                           EMPTY STATE
                        ========================================================= */

.pengumuman-empty {
    max-width: 700px;

    margin: 0 auto;

    padding: 60px 30px;

    text-align: center;

    background: var(--theme-card);

    border: 1px solid var(--theme-border);

    border-radius: var(--theme-radius);

    box-shadow: var(--theme-shadow);

    color: var(--theme-text-muted);

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;
}

.pengumuman-empty-icon {
    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 18px;

    border-radius: var(--theme-radius-sm);

    background: var(--theme-primary-soft);

    color: var(--theme-primary);

    font-size: 28px;
}

.pengumuman-empty h4 {
    color: var(--theme-text);

    font-weight: 700;
}

/* =========================================================
                           RESPONSIVE TABLET
                        ========================================================= */

@media (max-width: 768px) {
    .pengumuman-section {
        padding: 45px 0 65px;
    }

    .pengumuman-list {
        gap: 13px;
    }

    .pengumuman-card {
        gap: 15px;

        padding: 16px;
    }

    .pengumuman-icon {
        width: 48px;
        height: 48px;

        border-radius: var(--theme-radius-sm);

        font-size: 21px;
    }

    .pengumuman-title {
        font-size: 14px;
    }

    .pengumuman-action a {
        width: 40px;
        height: 40px;

        font-size: 19px;
    }
}

/* =========================================================
                           RESPONSIVE MOBILE
                        ========================================================= */

@media (max-width: 480px) {
    .pengumuman-card {
        gap: 12px;

        padding: 14px;
    }

    .pengumuman-icon {
        width: 43px;
        height: 43px;

        font-size: 19px;
    }

    .pengumuman-title {
        font-size: 13px;

        line-height: 1.45;
    }

    .pengumuman-meta {
        font-size: 10px;
    }

    .pengumuman-action a {
        width: 36px;
        height: 36px;

        font-size: 17px;
    }

    .pengumuman-type {
        font-size: 8px;

        padding: 2px 7px;
    }
}

/* =========================================================
                           REDUCED MOTION
                        ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .pengumuman-card,
    .pengumuman-icon,
    .pengumuman-action a {
        transition: none;
    }
}

/* =========================================================
       DETAIL PENGUMUMAN
    ========================================================= */

.pengumuman-detail-card {
    align-items: flex-start;
}

/* =========================================================
       BODY DETAIL
    ========================================================= */

.pengumuman-detail-card .pengumuman-body {
    width: 100%;
}

/* =========================================================
       TITLE DETAIL
    ========================================================= */

.pengumuman-detail-card .pengumuman-title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 8px;
}

/* =========================================================
       IMAGE
    ========================================================= */

.pengumuman-detail-image {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: var(--theme-radius-sm);
    background: var(--theme-bg-soft);
}

.pengumuman-detail-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* =========================================================
       CONTENT
    ========================================================= */

.pengumuman-detail-content {
    color: var(--theme-text);
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}

.pengumuman-detail-content p {
    margin-bottom: 16px;
}

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

.pengumuman-detail-content a {
    color: var(--theme-primary);
}

.pengumuman-detail-content ul,
.pengumuman-detail-content ol {
    padding-left: 22px;
}

/* =========================================================
       DOCUMENT
    ========================================================= */

.pengumuman-documents {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid var(--theme-border);
}

.pengumuman-documents h4 {
    display: flex;
    align-items: center;
    gap: 8px;

    margin: 0 0 14px;

    color: var(--theme-text);
    font-size: 15px;
    font-weight: 700;
}

.pengumuman-documents h4 i {
    color: var(--theme-primary);
}

.pengumuman-documents ol {
    margin: 0;
    padding-left: 22px;
}

.pengumuman-documents li {
    margin-bottom: 8px;
}

.pengumuman-documents a {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: var(--theme-primary);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;

    transition: color 0.25s ease;
}

.pengumuman-documents a:hover {
    color: var(--theme-primary-dark);
}

.pengumuman-documents a i {
    font-size: 15px;
}

/* =========================================================
       EMPTY DOCUMENT
    ========================================================= */

.pengumuman-empty-document {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-top: 25px;
    padding-top: 20px;

    border-top: 1px solid var(--theme-border);

    color: var(--theme-text-muted);
    font-size: 13px;
}

.pengumuman-empty-document i {
    color: var(--theme-primary);
    font-size: 16px;
}

/* =========================================================
       DETAIL CARD HOVER
       Tidak terlalu agresif untuk halaman detail
    ========================================================= */

.pengumuman-detail-card:hover {
    transform: translateY(-2px);
}

/* =========================================================
       RESPONSIVE TABLET
    ========================================================= */

@media (max-width: 991px) {
    .pengumuman-detail-card {
        align-items: flex-start;
    }
}

/* =========================================================
       RESPONSIVE MOBILE
    ========================================================= */

@media (max-width: 768px) {
    .pengumuman-detail-card {
        display: flex;
        flex-wrap: wrap;
    }

    .pengumuman-detail-card .pengumuman-body {
        flex-basis: calc(100% - 63px);
    }

    .pengumuman-detail-card .pengumuman-action {
        margin-left: auto;
    }

    .pengumuman-detail-card .pengumuman-title {
        font-size: 18px;
    }

    .pengumuman-detail-content {
        font-size: 13px;
        line-height: 1.7;
    }
}

/* =========================================================
       RESPONSIVE MOBILE SMALL
    ========================================================= */

@media (max-width: 480px) {
    .pengumuman-detail-card {
        gap: 12px;
    }

    .pengumuman-detail-card .pengumuman-body {
        flex-basis: calc(100% - 55px);
    }

    .pengumuman-detail-card .pengumuman-title {
        font-size: 16px;
        line-height: 1.45;
    }

    .pengumuman-detail-content {
        font-size: 12.5px;
    }

    .pengumuman-documents h4 {
        font-size: 14px;
    }

    .pengumuman-documents a {
        font-size: 12px;
    }
}

/* =========================================================
   END CSS Pengumuman dan Detail Pengumuman
========================================================= */
