/* Botones amarillos → texto negro */
.btn-main span,
.btn-main {
    color: #000 !important;
}
/* Ajustes checkbox política de privacidad en contacto */

.field-set label {
    align-items: flex-start;
}

/* Bloque específico del checkbox de privacidad */
#privacy {
    /* Forzar que se vea como checkbox estándar en móviles */
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-right: 8px;
    flex-shrink: 0;
}

.field-set label span {
    display: block;
    font-size: 0.9rem;
    line-height: 1.3;
    word-break: break-word;
}
