/**
 * Bloc dépliable "Conditions particulières" (.form-terms) — global, utilisable
 * dans tout formulaire Contact Form 7 du site. Cf. js/form-terms.js pour le
 * comportement (toggle is-open).
 */
.form-terms {
    margin-top: 8px;
}

.form-terms__trigger {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-width: 0;
    padding: 2px 6px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f5f5f5;
    color: #6b7280;
    font-size: 8px;
    line-height: 1;
    cursor: pointer;
}

.form-terms__trigger:hover {
    background: #ececec;
}

.form-terms__content {
    margin-top: 6px;
}

.form-terms__content p {
    font-size: 11px;
    line-height: 1.4;
    color: #6b7280;
}
