html { font-size: 15px; }

.validation-summary-valid { display: none; }

.stat .card-body { padding: .6rem .75rem; }
.stat-label { font-size: .78rem; color: var(--bs-secondary-color); text-transform: uppercase; letter-spacing: .02em; }
.stat-value { font-size: 1.4rem; font-weight: 600; line-height: 1.2; }

.table-scroll { max-height: 420px; overflow-y: auto; }

.sms-preview {
    white-space: pre-wrap;
    word-break: break-word;
    background: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    padding: .6rem .75rem;
    font-family: var(--bs-font-monospace);
    font-size: .9rem;
}

.sms-inline {
    white-space: pre-wrap;
    word-break: break-word;
    font-size: .85rem;
    font-family: inherit;
}

.progress { height: 1.5rem; }

.steps .badge { font-weight: 500; }
