/* Bandeau d'information programmable — page d'accueil (entre <header> et #page) */
/* Les couleurs (fond + texte) sont injectées dynamiquement via wp_add_inline_style(). */

.bs-info-banner {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
}

/* Contenu saisi via l'éditeur TinyMCE (le texte est enveloppé dans des <p>). */
.bs-info-banner p {
    margin: 0;
}

.bs-info-banner p + p {
    margin-top: 4px;
}

/* Les liens héritent de la couleur du texte du bandeau (injectée dynamiquement). */
.bs-info-banner a {
    color: inherit;
    text-decoration: underline;
}
