body {
    background: #f5f5f9;
}

.app-brand-text {
    letter-spacing: 0;
    line-height: 1.1;
}

.layout-page-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #384551;
    margin: 0;
}

.metric-card .card-body {
    min-height: 118px;
}

.metric-label {
    color: #697a8d;
    font-size: .8125rem;
    font-weight: 600;
    margin-bottom: .4rem;
}

.metric-value {
    color: #384551;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

.table th {
    color: #566a7f;
    font-size: .75rem;
    font-weight: 700;
    white-space: nowrap;
}

.table td {
    vertical-align: middle;
}

.table-responsive {
    min-height: .01%;
}

.action-buttons {
    display: flex;
    gap: .35rem;
    justify-content: center;
    flex-wrap: nowrap;
}

.btn-icon {
    width: 2rem;
    height: 2rem;
}

.search-bar {
    max-width: 460px;
}

.badge {
    font-weight: 600;
}

.reconciliation-result .amount {
    font-size: 1.25rem;
    font-weight: 700;
}

.form-hint {
    color: #697a8d;
    font-size: .8125rem;
}

@media (max-width: 767.98px) {
    .content-wrapper > .container-xxl {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .layout-page-title {
        font-size: 1.1rem;
    }

    .metric-value {
        font-size: 1.2rem;
    }

    .search-bar {
        max-width: none;
        width: 100%;
    }

    .mobile-stack {
        flex-direction: column;
        align-items: stretch !important;
    }
}
