/**
Theme Name: Geprop
Author: HES
Author URI: http://wpastra.com/about/
Description: Geprop Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: geprop
Template: astra
*/
/* =====================================================
   CORRECCIONES DE ACCESIBILIDAD - CONTRASTE WCAG AA
   ===================================================== */

/* 1. Textos pequeños grises en tarjetas - ratio insuficiente sobre blanco */
.he-precio-secundario {
    color: #595959 !important; /* ratio 7.0:1 sobre blanco ✅ */
}
.he-card-direccion {
    color: #595959 !important; /* ratio 7.0:1 sobre blanco ✅ */
}

/* 2. Color teal #19b394 sobre fondo blanco = ratio ~2.9:1 ❌ 
   Nuevo: #147a63 = ratio 5.2:1 ✅ */
.uagb-heading-text {
    color: #147a63;
}
h2.uagb-heading-text,
h3.uagb-heading-text,
h4.uagb-heading-text {
    color: #147a63;
}

/* 3. Enlace política de privacidad - mejorar visibilidad */
a[href*="politica-privacidad"],
a[href*="politica_privacidad"] {
    text-decoration: underline !important;
    color: #ffffff !important;
}

/* 4. Descarga gratuita tag - teal sobre fondo teal claro */
.uagb-block-9d0746a9 .uagb-heading-text,
.uagb-block-9d0746a9 p.uagb-heading-text {
    color: #0a5c4e !important; /* ratio 7.1:1 ✅ */
}
