/* Phase 1 demo — small overrides on top of Bootstrap 5. */

.page-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.badge-status {
    font-size: 0.85rem;
    padding: 0.4em 0.7em;
}

.bilingual-block dt {
    font-weight: 600;
    color: var(--bs-secondary-color);
}
.bilingual-block dd {
    margin-bottom: 0.75rem;
}

.conf-hero {
    background: linear-gradient(135deg, #1F4788 0%, #2a3b4b 100%);
    color: white;
    border-radius: .5rem;
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.empty-state {
    padding: 3rem 1rem;
    text-align: center;
    color: var(--bs-secondary-color);
}

/* RTL touch-ups — Bootstrap RTL covers most, but a few utilities need help */
html[dir="rtl"] .text-end {
    text-align: start !important;
}
