/* ============================================================================
   A5 – Enfold-Override (H2/H3 sichtbar machen)
   ============================================================================ */

.vera-a5-preview h2.vera-a5-headline,
.avia-section .vera-a5-preview h2.vera-a5-headline {
    color: #dfe8ec !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

/* Abschnittstitel (Werkdaten, A4 – Synthese) */
.vera-a5-preview h3,
.avia-section .vera-a5-preview h3 {
    color: #b9cbd3 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

/* Labels */
.vera-a5-preview p strong {
    color: #c3d3d8 !important;
}

/* Synthese-Body */
.vera-a5-synthese {
    background: #181818;
    border: 1px solid #333;
    padding: 18px;
    border-radius: 6px;
    margin-top: 10px;
    color: #ddd !important;
}
