/* ── Bloc theme/carte — carte simple à contenu libre ─────────────────────── */

.carte-bioetlocal {
    padding: 24px;
    border-radius: 12px;
    height: 100%;
}

.carte-bioetlocal h1,
.carte-bioetlocal h2,
.carte-bioetlocal h3,
.carte-bioetlocal h4,
.carte-bioetlocal h5,
.carte-bioetlocal h6,
.carte-bioetlocal p,
.carte-bioetlocal li {
    color: inherit;
}

.carte-bioetlocal > *:last-child {
    margin-bottom: 0;
}

/* ── Styles (mêmes couleurs que theme/chiffre-cle) ───────────────────────── */

.carte-bioetlocal.is-style-vert {
    background-color: #009C50;
    color: #ffffff;
}

.carte-bioetlocal.is-style-rose {
    background-color: #D2097A;
    color: #ffffff;
}

.carte-bioetlocal.is-style-blanc {
    background-color: #ffffff;
    color: #000000;
}
