:root {
    --bw-primary: #8B6B2E;
    --bw-secondary: #C8A45D;
    --bw-accent: #D4AF37;
    --bw-success: #2E7D32;
    --bw-warning: #F9A825;
    --bw-danger: #C62828;
    --bw-background: #F8F5EF;
    --bw-card: #FFFFFF;
    --bw-text: #333333;
    --bw-muted: #7C6A4C;
    --bs-primary: #8B6B2E;
    --bs-secondary: #C8A45D;
    --bs-success: #2E7D32;
    --bs-warning: #F9A825;
    --bs-danger: #C62828;
    --bs-body-bg: #F8F5EF;
    --bs-body-color: #333333;
    --bs-border-radius: 1rem;
    --bs-border-radius-lg: 1.5rem;
    --bs-font-sans-serif: "Noto Sans Thai", "Sarabun", Tahoma, sans-serif;
}

body {
    font-size: 16px;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 28%),
        linear-gradient(180deg, #f6f1e7 0%, #f8f5ef 28%, #f8f5ef 100%);
    color: var(--bw-text);
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

.guest-body {
    min-height: 100vh;
}

.topbar {
    background: rgba(248, 245, 239, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(139, 107, 46, 0.08);
}

.eyebrow {
    color: var(--bw-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 700;
}

.page-title,
.section-title {
    font-weight: 700;
}

.page-title {
    font-size: clamp(1.4rem, 1.1rem + 1vw, 2rem);
    line-height: 1.08;
}

.section-title {
    font-size: 1.15rem;
}

.app-shell {
    display: grid;
    grid-template-columns: 280px 1fr;
    min-height: calc(100vh - 90px);
    min-width: 0;
}

@media (max-width: 1399.98px) {
    .app-shell {
        grid-template-columns: 244px 1fr;
    }
}

.sidebar {
    padding: 1.5rem;
    border-right: 1px solid rgba(139, 107, 46, 0.06);
    background:
        linear-gradient(180deg, rgba(255, 252, 247, 0.9) 0%, rgba(248, 245, 239, 0.98) 100%);
}

.sidebar .nav {
    gap: 0.65rem !important;
}

.sidebar .nav-link {
    color: var(--bw-text);
    border-radius: 1rem;
    padding: 0.92rem 1rem;
    font-weight: 600;
    background: rgba(255, 253, 249, 0.82);
    border: 1px solid rgba(139, 107, 46, 0.08);
    box-shadow: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.sidebar .nav-link:hover {
    background: rgba(255, 246, 227, 0.92);
    border-color: rgba(139, 107, 46, 0.14);
    transform: translateX(1px);
}

.sidebar .nav-link:hover .nav-link-icon,
.sidebar .nav-link:focus-visible .nav-link-icon {
    transform: scale(1.08);
    opacity: 1;
}

.sidebar .nav-link.active {
    background: linear-gradient(90deg, rgba(139, 107, 46, 0.08) 0%, rgba(255, 251, 245, 0.96) 100%);
    color: var(--bw-primary);
    border-color: rgba(139, 107, 46, 0.24);
    box-shadow:
        inset 4px 0 0 var(--bw-primary),
        0 6px 14px rgba(75, 54, 20, 0.04);
}

.sidebar .nav-link.active .nav-link-icon {
    opacity: 1;
}

.bw-icon {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 auto;
}

.nav-link-icon {
    width: 1.05rem;
    height: 1.05rem;
    opacity: 0.92;
    transition: transform 0.18s ease, opacity 0.18s ease, color 0.18s ease;
}

.sidebar-section-label {
    margin: 0.6rem 0 0.15rem;
    padding: 0 0.15rem;
    color: var(--bw-muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-link-collapsible {
    background: transparent;
    border: 0;
    text-align: left;
}

.nav-link-collapsible .collapse-caret {
    transition: transform 0.2s ease;
}

.nav-link-collapsible[aria-expanded="true"] .collapse-caret,
.nav-link-collapsible.is-open .collapse-caret {
    transform: rotate(180deg);
}

.sidebar-submenu {
    display: grid;
    gap: 0.25rem;
}

.sidebar-submenu .nav-link {
    font-size: 0.96rem;
    padding-left: 1.3rem;
}

.main-content {
    padding-bottom: 9.5rem;
    min-width: 0;
}

.main-content.main-content-list-buffer {
    padding-bottom: 11rem;
}

.main-content.main-content-form-buffer {
    padding-bottom: 12rem;
}

.form-page-intro {
    margin-bottom: 1.25rem;
}

.form-page-intro .section-title {
    margin-bottom: 0.25rem;
}

.form-page-intro .text-muted {
    max-width: 60rem;
}

.form-section-card {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(139, 107, 46, 0.08);
    border-radius: 1.35rem;
    padding: 1.15rem;
    box-shadow: 0 12px 28px rgba(75, 54, 20, 0.05);
}

.form-section-card + .form-section-card {
    margin-top: 1rem;
}

.form-section-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.form-section-title {
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0;
}

.form-section-note {
    color: var(--bw-muted);
    font-size: 0.88rem;
}

.profile-chip,
.temple-switch .form-select,
.summary-card,
.account-balance-card,
.attachment-chip {
    border-radius: 1.25rem;
}

.profile-chip {
    background: var(--bw-card);
    padding: 0.85rem 1rem;
    box-shadow: 0 8px 20px rgba(75, 54, 20, 0.06);
}

.summary-card {
    background: var(--bw-card);
    padding: 1.4rem;
    box-shadow: 0 14px 30px rgba(75, 54, 20, 0.06);
    border: 1px solid rgba(139, 107, 46, 0.08);
    min-width: 0;
}

.dashboard-hero {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(251, 247, 238, 0.95));
}

.dashboard-total-balance {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1;
    font-weight: 800;
    color: var(--bw-text);
}

.dashboard-total-balance span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--bw-muted);
}

.dashboard-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.dashboard-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.dashboard-hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 46px;
    flex: 1 1 16rem;
    text-align: left;
}

.dashboard-meta-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(139, 107, 46, 0.14);
    background: #fff;
    color: var(--bw-primary);
    font-weight: 700;
    font-size: 0.9rem;
}

.dashboard-hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    min-height: 100%;
    padding: 1.25rem;
    border-radius: 1.5rem;
    background: rgba(139, 107, 46, 0.06);
    border: 1px solid rgba(139, 107, 46, 0.1);
}

.dashboard-panel-label {
    color: var(--bw-muted);
    font-size: 0.9rem;
    font-weight: 600;
}

.dashboard-panel-title {
    font-size: 1.3rem;
    font-weight: 800;
    margin-top: 0.25rem;
}

.dashboard-panel-text {
    color: var(--bw-muted);
    margin-top: 0.4rem;
}

.account-balance-card-dashboard {
    background: linear-gradient(180deg, #fffdf8 0%, #faf6ed 100%);
    padding: 1.2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 16px 34px rgba(75, 54, 20, 0.06);
    border: 1px solid rgba(139, 107, 46, 0.08);
    min-width: 0;
}

.account-balance-card-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: start;
}

.account-balance-label {
    color: var(--bw-muted);
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.account-balance-card-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: stretch;
}

.account-balance-card-info {
    min-width: 0;
    display: grid;
    gap: 0.4rem;
}

.account-balance-card-heading {
    min-width: 0;
    display: grid;
    gap: 0.35rem;
}

.account-balance-summary {
    align-self: stretch;
    min-width: 172px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    padding: 1rem 1.05rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(139, 107, 46, 0.08);
}

.account-balance-summary-dashboard {
    min-width: 0;
    text-align: right;
    padding: 0.75rem 0.85rem;
    background: rgba(255, 255, 255, 0.72);
    max-width: 100%;
    justify-self: end;
    min-width: 8.5rem;
}

.account-balance-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.6rem;
}

.account-balance-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: rgba(139, 107, 46, 0.14);
    color: var(--bw-primary);
    font-size: 0.82rem;
    font-weight: 700;
}

.account-balance-tag-soft {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(139, 107, 46, 0.14);
}

.account-balance-summary {
    text-align: right;
    min-width: 140px;
}

.account-balance-value {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.account-balance-unit {
    color: var(--bw-muted);
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.1rem;
}

.account-balance-detail {
    margin-top: 0.35rem;
    padding-top: 0.7rem;
    border-top: 1px dashed rgba(139, 107, 46, 0.16);
    word-break: break-word;
}

.summary-card.primary { border-left: 6px solid var(--bw-primary); }
.summary-card.success { border-left: 6px solid var(--bw-success); }
.summary-card.danger { border-left: 6px solid var(--bw-danger); }
.summary-card.secondary { border-left: 6px solid var(--bw-secondary); }
.summary-card.warning { border-left: 6px solid var(--bw-warning); }
.summary-card.neutral { border-left: 6px solid var(--bw-accent); }

.summary-label {
    color: var(--bw-muted);
    margin-bottom: 0.5rem;
}

.summary-value {
    font-size: 1.6rem;
    font-weight: 700;
}

.account-balance-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: #fcfaf5;
    padding: 1rem 1.25rem;
}

.account-balance-card-quick {
    flex-direction: column;
    align-items: stretch;
}

.account-balance-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
}

.account-balance-name {
    color: var(--bw-text);
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.25;
}

.account-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.85rem 0.9rem;
    margin-top: 0.2rem;
}

.account-action-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
    min-width: 0;
}

.account-action-title {
    color: var(--bw-muted);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.account-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
}

.account-shortcut-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 40px;
    padding: 0.5rem 0.8rem;
    border: 1px solid rgba(139, 107, 46, 0.16);
    border-radius: 999px;
    background: #fff;
    color: var(--bw-primary);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.84rem;
    line-height: 1;
    transition: all 0.15s ease;
    width: auto;
}

.account-shortcut-chip:hover,
.account-shortcut-chip:focus-visible {
    background: rgba(139, 107, 46, 0.08);
    color: var(--bw-primary);
    border-color: rgba(139, 107, 46, 0.3);
}

.account-shortcut-chip-primary {
    background: rgba(139, 107, 46, 0.08);
    border-color: rgba(139, 107, 46, 0.28);
}

.account-shortcut-more {
    appearance: none;
    cursor: pointer;
    width: 100%;
    justify-content: center;
}

.account-actions .dropdown,
.account-actions .account-shortcut-chip {
    width: 100%;
}

.account-actions .account-action-group:last-child {
    grid-column: 1 / -1;
}

.account-actions-inline {
    display: block;
}

.account-actions-dashboard {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.account-action-group-inline {
    gap: 0.55rem;
}

.account-action-inline-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.dashboard-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.dashboard-action-tile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 44px;
    padding: 0.6rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(139, 107, 46, 0.16);
    background: #fff;
    color: var(--bw-primary);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.86rem;
    line-height: 1;
    transition: all 0.16s ease;
}

.dashboard-action-tile:hover,
.dashboard-action-tile:focus-visible {
    background: rgba(139, 107, 46, 0.08);
    border-color: rgba(139, 107, 46, 0.3);
    color: var(--bw-primary);
}

.dashboard-action-tile-primary {
    background: rgba(139, 107, 46, 0.08);
    border-color: rgba(139, 107, 46, 0.22);
}

.dashboard-report-box {
    display: block;
}

.dashboard-report-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 42px;
    padding: 0.58rem 0.75rem;
    border-radius: 1rem;
    border: 1px solid rgba(139, 107, 46, 0.14);
    background: #fff;
    color: var(--bw-primary);
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.16s ease;
}

.dashboard-report-link:hover,
.dashboard-report-link:focus-visible {
    background: rgba(139, 107, 46, 0.08);
    border-color: rgba(139, 107, 46, 0.28);
    color: var(--bw-primary);
}

.dashboard-pending-panel {
    background: linear-gradient(135deg, rgba(255, 253, 248, 0.96) 0%, rgba(247, 239, 222, 0.88) 100%);
}

.dashboard-pending-total {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    padding: 0.75rem 1rem;
    border-radius: 1.15rem;
    background: rgba(139, 107, 46, 0.12);
    color: var(--bw-primary);
    font-weight: 800;
}

.dashboard-pending-total span {
    font-size: 1.55rem;
    line-height: 1;
}

.dashboard-pending-total small {
    color: var(--bw-muted);
    font-weight: 700;
}

.dashboard-pending-chip-row,
.account-pending-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.dashboard-pending-chip,
.account-pending-chip {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    min-height: 36px;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(139, 107, 46, 0.16);
    background: #fff;
    color: var(--bw-text);
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.15;
    transition: all 0.16s ease;
}

.dashboard-pending-chip strong,
.account-pending-chip strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    min-height: 1.55rem;
    padding: 0 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    color: inherit;
    font-size: 0.82rem;
}

.dashboard-pending-chip:hover,
.dashboard-pending-chip:focus-visible,
.account-pending-chip:hover,
.account-pending-chip:focus-visible {
    transform: translateY(-1px);
    color: var(--bw-text);
    box-shadow: 0 10px 20px rgba(75, 54, 20, 0.08);
}

.dashboard-pending-chip-warning,
.account-pending-chip-warning {
    background: rgba(255, 193, 7, 0.16);
    border-color: rgba(214, 151, 18, 0.32);
    color: #8a6412;
}

.dashboard-pending-chip-info,
.account-pending-chip-info {
    background: rgba(64, 142, 214, 0.13);
    border-color: rgba(64, 142, 214, 0.26);
    color: #286296;
}

.dashboard-pending-chip-muted,
.account-pending-chip-muted {
    background: rgba(108, 117, 125, 0.1);
    border-color: rgba(108, 117, 125, 0.2);
    color: #5f6670;
}

.dashboard-pending-empty,
.account-pending-empty {
    color: var(--bw-muted);
    font-weight: 700;
}

.account-pending-work {
    display: grid;
    gap: 0.55rem;
    padding: 0.85rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.62);
    border: 1px dashed rgba(139, 107, 46, 0.18);
}

.account-pending-work-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: var(--bw-muted);
    font-size: 0.84rem;
    font-weight: 800;
}

.account-pending-work-header strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 1.65rem;
    padding: 0 0.55rem;
    border-radius: 999px;
    background: rgba(139, 107, 46, 0.12);
    color: var(--bw-primary);
}

.account-action-inline-row .account-shortcut-chip {
    width: auto;
    flex: 0 0 auto;
    min-width: 0;
}

.account-action-inline-row-report .account-shortcut-chip {
    min-width: 180px;
}

.account-shortcut-chip-report {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(139, 107, 46, 0.24);
}

.account-shortcut-icon {
    width: 0.95rem;
    height: 0.95rem;
}

.card,
.form-control,
.form-select,
.btn,
.dropdown-menu {
    border-radius: 1.1rem !important;
}

.form-control,
.form-select {
    min-height: 56px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--bw-primary), var(--bw-secondary));
    border-color: var(--bw-primary);
}

.sticky-actions {
    position: static;
    background: transparent;
    display: block;
    width: 100%;
    padding: 0.75rem 0 0;
    margin-top: 0.75rem;
    text-align: right;
    clear: both;
}

@media (max-width: 767.98px) {
    .topbar .container {
        padding-top: 0.95rem !important;
        padding-bottom: 0.95rem !important;
    }

    .topbar .form-select.form-select-lg,
    .topbar .temple-switch .form-select {
        min-height: 48px;
        font-size: 1rem;
    }

    .account-balance-card-header {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.7rem;
    }

    .account-balance-summary {
        text-align: left;
        min-width: 0;
    }

    .account-balance-summary-dashboard {
        order: -1;
        text-align: left;
        width: 100%;
        padding: 0.8rem 0.9rem;
        justify-self: stretch;
        min-width: 0;
    }

    .dashboard-hero-actions .btn {
        flex: 1 1 100%;
        width: 100%;
    }

    .dashboard-action-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.45rem;
    }

    .account-balance-summary-dashboard {
        width: 100%;
    }

    .dashboard-report-link {
        justify-content: flex-start;
    }

    .account-balance-card-dashboard {
        padding: 0.92rem;
        gap: 0.7rem;
    }

    .account-balance-name {
        font-size: 1.1rem;
    }

    .account-balance-value {
        font-size: 1.3rem;
    }

    .account-balance-card-info {
        gap: 0.32rem;
    }

    .account-balance-card-heading {
        gap: 0.3rem;
    }
}

.form-action-bar {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid rgba(139, 107, 46, 0.12);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    z-index: 1040;
}

.bottom-nav a {
    color: var(--bw-text);
    text-decoration: none;
    text-align: center;
    padding: 0.8rem 0.25rem;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.15;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
    white-space: normal;
}

.bottom-nav-icon {
    width: 1.05rem;
    height: 1.05rem;
}

.bottom-nav a.active {
    color: var(--bw-primary);
    background: rgba(139, 107, 46, 0.08);
    font-weight: 700;
}

.bottom-nav a.active .bottom-nav-icon {
    transform: translateY(-1px);
}

.bottom-nav-icon {
    width: 1.05rem;
    height: 1.05rem;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

@media (max-width: 575.98px) {
    .bottom-nav {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .bottom-nav a {
        font-size: 0.72rem;
        padding: 0.65rem 0.15rem;
        letter-spacing: -0.01em;
    }
}

.fab-menu {
    position: fixed;
    right: 1rem;
    bottom: 5.5rem;
    z-index: 1050;
}

.fab-menu.is-draggable {
    cursor: move;
}

.fab-menu.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.fab-menu .btn {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    line-height: 1;
    touch-action: none;
    user-select: none;
}

.attachment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.attachment-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #fcfaf5;
    color: var(--bw-primary);
    text-decoration: none;
}

.thai-calendar-picker {
    position: relative;
}

.thai-calendar-input {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #fff;
}

.thai-calendar-popover {
    position: absolute;
    left: 0;
    top: calc(100% + 0.5rem);
    z-index: 1060;
    width: min(100%, 340px);
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(139, 107, 46, 0.16);
    border-radius: 1.25rem;
}

.thai-calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.thai-calendar-title {
    font-weight: 700;
    text-align: center;
}

.thai-calendar-weekdays,
.thai-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.35rem;
}

.thai-calendar-weekdays {
    margin-bottom: 0.35rem;
    color: var(--bw-muted);
    font-size: 0.85rem;
    font-weight: 700;
    text-align: center;
}

.thai-calendar-day,
.thai-calendar-empty {
    min-height: 38px;
    border-radius: 0.8rem;
}

.thai-calendar-day {
    border: 1px solid transparent;
    background: #fffaf0;
    color: var(--bw-text);
    font-weight: 600;
}

.thai-calendar-day:hover {
    border-color: rgba(139, 107, 46, 0.35);
}

.thai-calendar-day.is-today {
    border-color: var(--bw-secondary);
}

.thai-calendar-day.is-selected {
    background: var(--bw-primary);
    color: #fff;
}

.category-dropdown {
    position: relative;
}

.category-dropdown-shell {
    position: relative;
}

.category-dropdown-input {
    padding-right: 3.25rem;
}

.category-dropdown-toggle {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    width: 2.85rem;
    border: 0;
    background: transparent;
    color: var(--bw-muted);
    border-radius: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.category-dropdown-toggle:hover,
.category-dropdown-toggle:focus-visible {
    background: rgba(139, 107, 46, 0.08);
    color: var(--bw-primary);
}

.category-dropdown.is-open .category-dropdown-input {
    border-color: rgba(139, 107, 46, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(139, 107, 46, 0.12);
}

.category-dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.5rem);
    z-index: 1080;
    background: #fff;
    border: 1px solid rgba(139, 107, 46, 0.16);
    border-radius: 1.15rem;
    padding: 0.7rem;
    max-height: min(24rem, 55vh);
    overflow: auto;
}

.category-dropdown-add {
    width: 100%;
    text-align: left;
    border: 1px dashed rgba(139, 107, 46, 0.3);
    background: #fcfaf5;
    border-radius: 1rem;
    padding: 0.85rem 1rem;
    color: var(--bw-primary);
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.category-dropdown-add small {
    color: var(--bw-muted);
    font-size: 0.8rem;
}

.category-dropdown-divider {
    height: 1px;
    margin: 0.65rem 0;
    background: rgba(139, 107, 46, 0.12);
}

.category-dropdown-list {
    display: grid;
    gap: 0.5rem;
}

.category-dropdown-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    text-align: left;
    border: 1px solid rgba(139, 107, 46, 0.12);
    border-radius: 1rem;
    background: #fff;
    padding: 0.85rem 1rem;
    color: var(--bw-text);
    transition: all 0.15s ease;
}

.category-dropdown-item:hover,
.category-dropdown-item:focus-visible,
.category-dropdown-item.is-selected {
    background: #faf7ef;
    border-color: rgba(139, 107, 46, 0.32);
    box-shadow: 0 10px 22px rgba(75, 54, 20, 0.06);
}

.category-dropdown-item-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.category-dropdown.has-matches .category-dropdown-menu {
    display: block;
}

.category-picker {
    display: grid;
    gap: 0.5rem;
}

.category-picker-list {
    display: grid;
    gap: 0.5rem;
    max-height: 240px;
    overflow: auto;
    padding: 0.35rem;
    border: 1px solid rgba(139, 107, 46, 0.12);
    border-radius: 1.15rem;
    background: #fff;
}

.category-picker-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(139, 107, 46, 0.12);
    border-radius: 1rem;
    background: #fff;
    color: var(--bw-text);
    text-align: left;
    transition: all 0.15s ease;
}

.category-picker-item:hover,
.category-picker-item:focus-visible,
.category-picker-item.is-selected {
    border-color: rgba(139, 107, 46, 0.35);
    background: #faf7ef;
    box-shadow: 0 10px 22px rgba(75, 54, 20, 0.05);
}

.category-picker-item-label {
    min-width: 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-picker-item-hint {
    flex: 0 0 auto;
    color: var(--bw-muted);
    font-size: 0.82rem;
    white-space: nowrap;
}

.temple-picker {
    background: #fffdf8;
}

.temple-transfer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.temple-transfer-panel {
    background: #fff;
    border: 1px solid rgba(139, 107, 46, 0.12);
    border-radius: 1.25rem;
    padding: 1rem;
    min-width: 0;
}

.panel-title {
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--bw-text);
}

.temple-transfer-list {
    display: grid;
    gap: 0.75rem;
    max-height: 420px;
    overflow: auto;
    padding-right: 0.25rem;
}

.temple-transfer-item {
    display: flex;
    justify-content: space-between;
    gap: 0.85rem;
    align-items: center;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(139, 107, 46, 0.12);
    background: #fff;
    border-radius: 1rem;
}

.temple-transfer-item:hover {
    border-color: rgba(139, 107, 46, 0.3);
    box-shadow: 0 10px 24px rgba(75, 54, 20, 0.06);
}

.temple-item-body {
    min-width: 0;
}

.temple-transfer-item.is-selected {
    background: #faf7ef;
    border-color: rgba(139, 107, 46, 0.28);
}

.temple-selected-preview {
    display: grid;
    gap: 0.75rem;
    min-height: 120px;
}

.temple-badge {
    color: var(--bw-primary) !important;
    background: rgba(139, 107, 46, 0.08) !important;
    border: 1px solid rgba(139, 107, 46, 0.12);
}

.document-type-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.34rem 0.68rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.document-type-payment-order {
    color: #2458a6;
    background: rgba(36, 88, 166, 0.1);
    border-color: rgba(36, 88, 166, 0.16);
}

.document-type-advance-payment {
    color: #9a5b00;
    background: rgba(249, 168, 37, 0.16);
    border-color: rgba(249, 168, 37, 0.24);
}

.document-type-withdrawal-request {
    color: #2f6a44;
    background: rgba(70, 163, 101, 0.12);
    border-color: rgba(70, 163, 101, 0.2);
}

.document-type-option {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 1rem;
    padding: 0.95rem 1rem;
    font-weight: 700;
    line-height: 1.2;
    background-clip: padding-box;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.document-type-option.is-unavailable {
    opacity: 0.7;
}

.document-type-option-hint {
    font-size: 0.82rem;
    font-weight: 500;
    opacity: 0.8;
}

.document-type-option:hover:not(:disabled),
.document-type-option:focus-visible:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(75, 54, 20, 0.08);
}

.document-type-option-payment-order {
    color: #2458a6;
    background: rgba(36, 88, 166, 0.08);
    border-color: rgba(36, 88, 166, 0.22);
}

.document-type-option-advance-payment {
    color: #9a5b00;
    background: rgba(249, 168, 37, 0.14);
    border-color: rgba(249, 168, 37, 0.28);
}

.document-type-option-withdrawal-request {
    color: #2f6a44;
    background: rgba(70, 163, 101, 0.12);
    border-color: rgba(70, 163, 101, 0.24);
}

.expense-linked-document {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.expense-linked-document-unlink {
    display: inline-flex;
    margin: 0;
}

.expense-linked-document-unlink-button {
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid rgba(217, 119, 6, 0.45);
    border-radius: 999px;
    background: rgba(255, 247, 237, 0.95);
    color: #c2410c;
    font-size: 0.82rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.expense-linked-document-unlink-button:hover,
.expense-linked-document-unlink-button:focus-visible {
    background: rgba(255, 237, 213, 1);
    border-color: rgba(194, 65, 12, 0.5);
    transform: translateY(-1px);
}

.expense-document-cell {
    cursor: pointer;
}

.expense-document-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.35rem;
    border-radius: 0.45rem;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.expense-document-toggle-button {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    cursor: pointer;
}

.expense-document-toggle-static {
    cursor: default;
}

.expense-document-cell:hover .expense-document-toggle:not(.expense-document-toggle-static) {
    background: rgba(139, 107, 46, 0.08);
}

.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
    border: 1px solid transparent;
    white-space: nowrap;
}

.status-badge-toggle {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    gap: 0.45rem;
    background-image: none !important;
    padding-right: 0.85rem;
}

.status-badge-toggle::after {
    display: none;
}

.status-badge-caret {
    font-size: 0.78rem;
    line-height: 1;
    opacity: 0.85;
}

.status-dropdown .dropdown-menu {
    min-width: 9rem;
    max-height: min(18rem, calc(100vh - 2rem));
    overflow-y: auto;
    z-index: 1080;
}

.reports-table-responsive {
    overflow: visible;
}

.payment-orders-table-responsive {
    overflow: visible;
}

.expenses-table-responsive {
    overflow: visible;
}

.expenses-table-responsive .dataTables_filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.expenses-table-responsive .dataTables_filter .expenses-toolbar-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex: 1 1 100%;
    flex-wrap: nowrap;
}

.expenses-table-responsive .dataTables_filter .expenses-toolbar-row label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 1 340px;
    min-width: 240px;
    justify-content: flex-end;
}

.expenses-table-responsive .dataTables_filter .expenses-toolbar-row label input {
    width: clamp(180px, 16vw, 260px);
    max-width: 100%;
}

.expenses-table-responsive .dataTables_filter [data-expense-document-open] {
    flex: 0 0 auto;
    white-space: nowrap;
}

.incomes-table-responsive {
    overflow: visible;
}

.withdrawal-requests-table-responsive {
    overflow: visible;
}

.withdrawal-request-details-table-responsive {
    overflow: visible;
}

.reports-table-responsive .status-dropdown .dropdown-menu {
    z-index: 1090;
}

.expenses-table-responsive .status-dropdown .dropdown-menu {
    z-index: 1090;
}

.incomes-table-responsive .status-dropdown .dropdown-menu {
    z-index: 1090;
}

.payment-orders-table-responsive .status-dropdown .dropdown-menu {
    z-index: 1090;
}

.withdrawal-requests-table-responsive .status-dropdown .dropdown-menu {
    z-index: 1090;
}

.withdrawal-request-details-table-responsive .status-dropdown .dropdown-menu {
    z-index: 1090;
}

.status-dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--bw-text);
    border-radius: 0.75rem;
    padding: 0.65rem 0.8rem;
    font-size: 0.92rem;
    font-weight: 600;
}

.status-dropdown-item:hover,
.status-dropdown-item:focus-visible {
    background: rgba(139, 107, 46, 0.08);
    color: var(--bw-primary);
}

.status-dropdown-item.is-active {
    background: rgba(139, 107, 46, 0.12);
    color: var(--bw-primary);
}

.status-draft {
    background: #fff7e6;
    color: #8a5a00;
    border-color: #e8c77a;
}

.status-pending-approval {
    background: #fff3cd;
    color: #8a6d00;
    border-color: #e6c35a;
}

.status-pending-payment {
    background: #fff3cd;
    color: #8a6d00;
    border-color: #e6c35a;
}

.status-posted {
    background: #eaf7ee;
    color: #206b2f;
    border-color: #9ed0ac;
}

.status-paid {
    background: #eaf0ff;
    color: #2251c4;
    border-color: #9cb3f3;
}

.status-cancelled {
    background: #fdeceb;
    color: #b42318;
    border-color: #f1a9a4;
}

.status-deleted {
    background: #fdeceb;
    color: #b42318;
    border-color: #f1a9a4;
}

.status-default {
    background: #f1f3f5;
    color: #495057;
    border-color: #d5d9de;
}

.selected-temple-chip {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: #fcfaf5;
    border: 1px solid rgba(139, 107, 46, 0.12);
}

.mobile-record-card {
    background: #fff;
    border: 1px solid rgba(139, 107, 46, 0.12);
    border-radius: 1.25rem;
    padding: 1rem;
    box-shadow: 0 12px 28px rgba(75, 54, 20, 0.06);
    min-width: 0;
    overflow: visible;
    overflow-wrap: anywhere;
}

.mobile-index-list {
    display: grid;
    gap: 0.85rem;
}

.mobile-index-card {
    background: #fff;
    border: 1px solid rgba(139, 107, 46, 0.12);
    border-radius: 1.25rem;
    padding: 1rem;
    box-shadow: 0 12px 28px rgba(75, 54, 20, 0.06);
    min-width: 0;
    overflow: visible;
    overflow-wrap: anywhere;
}

.mobile-index-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
}

.mobile-index-kicker {
    color: var(--bw-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.mobile-index-name {
    font-size: 1.02rem;
    line-height: 1.25;
    font-weight: 800;
    word-break: break-word;
}

.mobile-index-meta {
    display: grid;
    gap: 0.6rem;
    margin-top: 0.85rem;
}

.mobile-index-meta-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    padding-top: 0.55rem;
    border-top: 1px dashed rgba(139, 107, 46, 0.14);
}

.mobile-index-meta-label {
    color: var(--bw-muted);
    font-size: 0.8rem;
    font-weight: 700;
    flex: 0 0 auto;
}

.mobile-index-meta-value {
    min-width: 0;
    text-align: right;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.mobile-index-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45rem;
    margin-top: 0.9rem;
}

.mobile-index-actions .btn {
    min-height: 38px;
}

.card,
.table-responsive,
.form-section-card,
.menu-section-card,
.report-tool-card,
.more-action,
.dashboard-hero,
.dashboard-hero-panel,
.account-balance-card,
.account-balance-card-dashboard {
    min-width: 0;
}

.min-w-0 {
    min-width: 0;
}

.mobile-record-card .text-truncate {
    max-width: 100%;
}

.menu-section-card {
    background: var(--bw-card);
    border: 1px solid rgba(139, 107, 46, 0.12);
    border-radius: 1.5rem;
    padding: 1.1rem;
    box-shadow: 0 18px 35px rgba(75, 54, 20, 0.06);
}

.menu-section-report {
    border-top: 5px solid var(--bw-primary);
}

.menu-section-settings {
    border-top: 5px solid var(--bw-secondary);
}

.menu-section-admin {
    border-top: 5px solid var(--bw-accent);
}

.menu-section-title {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.9rem;
    color: var(--bw-text);
}

.report-center-hero {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 245, 234, 0.96));
}

.report-center-context {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
}

.report-tool-card {
    height: 100%;
    padding: 1.35rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(139, 107, 46, 0.12);
    background: #fff;
    box-shadow: 0 16px 30px rgba(75, 54, 20, 0.06);
}

.report-tool-card-soft {
    background: linear-gradient(180deg, #fffdfa 0%, #faf6ee 100%);
}

.report-tool-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: rgba(139, 107, 46, 0.1);
    color: var(--bw-primary);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin-bottom: 0.95rem;
    gap: 0.35rem;
}

.report-badge-icon {
    width: 0.9rem;
    height: 0.9rem;
}

.report-tool-title {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0 0 0.45rem;
}

.report-tool-text {
    color: var(--bw-muted);
    margin-bottom: 1rem;
}

.report-tool-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.report-tool-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(139, 107, 46, 0.06);
    color: var(--bw-primary);
    font-size: 0.85rem;
    font-weight: 700;
    gap: 0.35rem;
}

.report-meta-icon {
    width: 0.9rem;
    height: 0.9rem;
}

.report-tool-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.report-tool-note {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0.55rem 0.8rem;
    border-radius: 0.95rem;
    background: rgba(139, 107, 46, 0.06);
    color: var(--bw-muted);
    font-size: 0.9rem;
    font-weight: 600;
}

.report-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 0.75rem;
    margin: 1rem 0 1rem;
}

.withdrawal-request-header-actions .btn {
    min-width: 6.5rem;
}

.withdrawal-request-summary-card {
    background: linear-gradient(180deg, #fffdf8 0%, #faf6ed 100%);
}

.withdrawal-summary-shell {
    box-shadow: none;
    border: 0;
    padding: 0;
}

.withdrawal-request-attachments-card .mobile-index-card {
    box-shadow: none;
    background: #fffaf2;
}

.menu-action-grid {
    display: grid;
    gap: 0.75rem;
}

.more-grid {
    padding-bottom: 1rem;
}

.more-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    text-decoration: none;
    color: var(--bw-text);
    background: #fffaf0;
    border: 1px solid rgba(139, 107, 46, 0.1);
    min-height: 68px;
}

.more-action-icon-shell {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(139, 107, 46, 0.08);
    color: var(--bw-primary);
    flex: 0 0 auto;
    transition: transform 0.18s ease, background-color 0.18s ease;
}

.more-action-icon {
    width: 1rem;
    height: 1rem;
}

.btn-inline-icon {
    width: 0.95rem;
    height: 0.95rem;
    margin-right: 0.2rem;
    vertical-align: -0.12rem;
}

.btn.btn-sm .btn-inline-icon {
    width: 0.88rem;
    height: 0.88rem;
}

.more-action:hover {
    border-color: rgba(139, 107, 46, 0.28);
    box-shadow: 0 10px 22px rgba(75, 54, 20, 0.05);
    color: var(--bw-text);
}

.more-action:hover .more-action-icon-shell {
    background: rgba(139, 107, 46, 0.14);
    transform: scale(1.05);
}

.more-action-title {
    font-weight: 700;
    line-height: 1.2;
}

.more-action-subtitle {
    margin-top: 0.18rem;
    font-size: 0.9rem;
    color: var(--bw-muted);
}

.menu-logout-form {
    cursor: pointer;
}

.menu-link-button {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    font-weight: 700;
    color: var(--bw-danger);
    flex: 1;
}

.more-action-chevron {
    color: var(--bw-muted);
    font-size: 1.35rem;
    line-height: 1;
}

.chart-shell {
    position: relative;
    width: 100%;
    height: 220px;
    max-height: 220px;
}

.chart-shell canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 991.98px) {
    .app-shell {
        grid-template-columns: 1fr;
        min-width: 0;
    }

    .temple-transfer-grid {
        grid-template-columns: 1fr;
    }

    .temple-transfer-list {
        max-height: 320px;
    }

    .mobile-record-card {
        padding: 0.9rem;
    }

    .mobile-index-card {
        padding: 0.92rem;
    }

    .mobile-index-actions {
        justify-content: flex-start;
    }

    .chart-shell {
        height: 200px;
        max-height: 200px;
    }

    .main-content {
        padding-bottom: calc(14rem + env(safe-area-inset-bottom));
    }

    .main-content.main-content-list-buffer {
        padding-bottom: calc(24rem + env(safe-area-inset-bottom));
    }

    .main-content.main-content-form-buffer {
        padding-bottom: calc(24rem + env(safe-area-inset-bottom));
    }

    .sticky-actions {
        text-align: right;
    }

    .sticky-actions .btn {
        min-width: 120px;
    }

    .menu-section-card {
        padding: 1rem;
    }

    .more-action {
        min-height: 62px;
        padding: 0.9rem 1rem;
    }

    .withdrawal-request-header {
        align-items: flex-start;
    }

    .withdrawal-request-header-actions {
        width: 100%;
    }

    .withdrawal-request-header-actions .btn {
        flex: 1 1 calc(50% - 0.25rem);
        min-width: 0;
    }

    .withdrawal-request-summary-card .mobile-index-title {
        align-items: flex-start;
    }

    .withdrawal-request-summary-card .mobile-index-name {
        font-size: 1.06rem;
    }

    .withdrawal-request-summary-card .mobile-index-meta {
        margin-top: 0.75rem;
    }

    .withdrawal-request-summary-card .status-badge {
        white-space: nowrap;
    }

    .withdrawal-request-attachments-card .mobile-index-title {
        align-items: center;
    }

    .withdrawal-request-attachments-card .btn {
        white-space: nowrap;
    }

    .withdrawal-request-attachments-card .mobile-index-name {
        font-size: 0.98rem;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 15px;
    }
}
