/* ==========================================================================
   reCAPTCHA NOTICE - Aviso legal de Google reCAPTCHA
   --------------------------------------------------------------------------
   Google exige mostrar este aviso cuando el badge flotante esta oculto
   (ver recaptcha-badge.css). Se utiliza en:
     - Formulario de contacto (custom-contact.css, fondo oscuro)
     - Formulario de newsletter del footer (custom-footer.css, fondo claro)
   Este archivo define los estilos BASE compartidos. Cada contexto puede
   sobreescribir el color del texto para adaptarlo a su fondo.
   ========================================================================== */

.recaptcha-notice {
    margin: 8px 0 16px 0;
    font-family: "Inter", sans-serif;
    font-size: 0.6875rem; /* 11px */
    line-height: 1.125rem; /* 18px */
    font-weight: 400;
    color: #606060; /* Gris medio por defecto (fondo claro) */
}

.recaptcha-notice a {
    color: inherit;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.recaptcha-notice a:hover {
    color: #00A8B5;
    text-decoration: underline;
}

/* ----------------------------------------------------------------------------
   Desktop Grande (>1920px)
   ---------------------------------------------------------------------------- */

@media (min-width: 1921px) {
    .recaptcha-notice {
        font-size: 0.75rem; /* 12px */
        line-height: 1.25rem;
    }
}

/* ----------------------------------------------------------------------------
   Tablet y Movil (<992px)
   ---------------------------------------------------------------------------- */

@media (max-width: 991px) {
    .recaptcha-notice {
        font-size: 0.6875rem; /* 11px */
        line-height: 1.0625rem;
        margin: 6px 0 12px 0;
    }
}
