/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2026 | 14:32:07 */
/* Accessibilite FR - CSS (Primo Round, 16/07/2026)
   WP6 focus visibile - WP10 target size (racc. 2.5.8) - WP4 contrasti */

/* WP6 - indicatore di focus visibile uniforme (solo tastiera) */
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
select:focus-visible,
.elementor-button:focus-visible,
.wpv-submit-trigger:focus-visible {
  outline: 2px solid #13253B !important;
  outline-offset: 2px !important;
}

/* WP10 - target size >=24px (raccomandazione WCAG 2.2 / SC 2.5.8) */
.elementor-location-footer a[href*="iubenda"],
.elementor-location-footer .iubenda-cs-preferences-link,
footer a[href*="iubenda"],
footer .iubenda-cs-preferences-link,
.elementor-location-footer a[href*="privacy"],
.elementor-location-header .btn.btn-primary {
  display: inline-block !important;
  min-height: 24px !important;
  line-height: 24px !important;
  padding: 2px 6px !important;
}

/* WP4.1 - fascia CTA pre-footer su foto (contenitore 6005886f, template footer):
   text-shadow scura -> contrasto misurato da 3,3-3,7 a >=4,5 senza cambiare la grafica */
.elementor-element-6005886f h2,
.elementor-element-6005886f p,
.elementor-element-6005886f .tw-data-text,
.elementor-element-6005886f .elementor-button-text {
  text-shadow: 0 1px 4px rgba(0,0,0,0.9), 0 0 10px rgba(0,0,0,0.65) !important;
}

/* WP4.2 - placeholder ricerca archivi (era #8F8980 = 2,2-2,9:1) */
input.js-wpv-filter-trigger-delayed::placeholder {
  color: #444444 !important;
  opacity: 1 !important;
}

/* WP4.3 - CTA "Connectez-vous" nel corpo di biochimie-de-la-joie (page-id-55):
   era viola #563C62 su foto scura (~1:1). Bianco + ombra come la fascia. */
body.page-id-55 .elementor-shortcode a.btn.btn-primary {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.9), 0 0 10px rgba(0,0,0,0.7) !important;
}