.row-flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.text-tight {
    margin: 0;
}

.text-tight-top {
    margin-top: 0;
}

.text-muted-sm {
    font-size: 0.82rem;
}

.text-muted-md {
    font-size: 0.84rem;
}

.text-muted-lg {
    font-size: 0.86rem;
}

.section-gap-sm {
    margin-top: 12px;
}

.section-gap-md {
    margin-top: 16px;
}

.grid-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.grid-lookup {
    display: grid;
    grid-template-columns: 1fr auto;
}

.flex-wrap-gap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.flex-space {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.align-center {
    align-self: center;
}

.pad-16-center {
    padding: 16px;
    text-align: center;
}

.pad-12 {
    padding: 12px;
}

.pad-18 {
    padding: 18px;
}

.pad-22 {
    padding: 22px;
}

.pad-34-30 {
    padding: 34px 30px;
}

.max-520 {
    max-width: 520px;
}

.text-center {
    text-align: center;
}

.hero-note {
    margin: 0;
}

.hero-note-gap {
    margin-bottom: 8px;
}

.hero-note-top {
    margin-top: 10px;
}

.hero-heading-tight {
    margin: 0 0 8px;
}

.hero-heading-topless {
    margin: 0;
}

.hero-subtext {
    margin: 0;
}

.title-main {
    margin: 0 0 8px;
    color: #1e3c72;
}

.title-main-tight {
    margin: 0;
}

.subtext {
    color: #6b7a90;
}

.subtext-sm {
    font-size: 0.82rem;
}

.subtext-md {
    font-size: 0.84rem;
}

.subtext-lg {
    font-size: 0.86rem;
}

.note-12 {
    margin-top: 12px;
}

.note-10 {
    margin-bottom: 10px;
}

.note-8 {
    margin-bottom: 8px;
}

.note-6 {
    margin-bottom: 6px;
}

.note-4 {
    margin-top: 4px;
}

.note-8-top {
    margin-top: 8px;
}

.link-primary {
    color: #1e3c72;
    font-weight: 700;
}

.block-qr {
    margin-bottom: 12px;
    font-weight: 700;
}

.block-qr-top {
    margin-top: 10px;
    font-size: 0.84rem;
}

.panel-top-12 {
    margin-top: 12px;
}

.panel-top-18 {
    margin-top: 18px;
}

.panel-top-16 {
    margin-top: 16px;
}

.panel-top-14 {
    margin-top: 14px;
}

.panel-mb-0 {
    margin-bottom: 0;
}

.result-gap {
    margin-top: 14px;
}

.status-note {
    margin-top: 12px;
}

.status-note-sm {
    margin-top: 10px;
}

.status-note-tight {
    margin-bottom: 12px;
}

.status-card {
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8fbff;
    border: 1px solid #e3ebf3;
}

.status-heading {
    font-weight: 700;
    margin-bottom: 6px;
}

.status-heading-center {
    font-weight: 700;
    margin-bottom: 6px;
    text-align: center;
}

.status-list-gap {
    margin-top: 12px;
}

.badge-inline {
    margin-top: 4px;
}

.modal-shell {
    text-align: left;
}

.modal-pad {
    padding: 34px 30px;
}

.modal-summary-card {
    display: grid;
    gap: 10px;
    background: #f8fbff;
    border: 1px solid #e7eef6;
    border-radius: 10px;
    padding: 14px 16px;
    color: #334155;
    font-size: 0.92rem;
}

.modal-actions-center {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 22px;
}

.modal-icon-success {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #d4edda;
    color: #155724;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 18px;
}

.modal-icon-warn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff3cd;
    color: #8a6d3b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 18px;
}
