/* Accessibility fixes - Iberia Data Provider */

/* Fix 4: Contrast - ensure sufficient color contrast */
.elementor-button {
    background-color: #054CD7 !important;
}

/* Fix footer link contrast */
footer a, 
.elementor-element-348b5551 a {
    color: #054CD7 !important;
}

/* Fix 8: Remove redundant underline on footer link */
footer span[style*="underline"] {
    text-decoration: none !important;
}

/* Fix 6: Add visible skip-link target */
.skip-link.screen-reader-text:focus {
    clip: auto !important;
    height: auto !important;
    width: auto !important;
    padding: 10px 20px !important;
    background: #054CD7 !important;
    color: #fff !important;
    z-index: 100000 !important;
}