/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2026 | 10:02:25 */
/* WP7 - 2.4.7 Focus visibile globale (solo tastiera) */
.elementor-toc__toggle-button:focus-visible,
.share-icon:focus-visible,
.wpforms-page-button:focus-visible,
a:focus-visible, button:focus-visible, [role="button"]:focus-visible {
  outline: 2px solid #015220 !important;
  outline-offset: 2px !important;
}

/* WP8 - 2.5.8 Toggle TOC 14x16 -> 24x24 */
.elementor-toc__toggle-button {
  min-width: 24px !important;
  min-height: 24px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* WP4.1 - 1.4.3 Badge NEW: bianco su #EA753C = 2,95:1 -> #B54708 = 5,43:1 */
.new-tip {
  background-color: #b54708 !important;
}

/* WP3b - 1.4.3 testo dropzone upload: #777 = 4,48:1 -> #6b6b6b = 5,33:1 */
.wpforms-form .dz-message .modern-title,
.wpforms-form .dz-message .modern-title span {
  color: #6b6b6b !important;
}
/* WP4.3 - 1.4.3 link ricette viola: #8D6B92 = 4,52:1 (margine nullo) -> #7A5C80 = 5,72:1 su bianco.
   Selettori ricavati dal render: .text-container a (archivi), widget Elementor 2dfa455 e 478a793 (home),
   .add-link e .reset-button (step del form) - stesso token viola. */
.text-container a,
.elementor-element-2dfa455 .elementor-heading-title a,
.elementor-element-478a793 .elementor-heading-title a,
.add-link,
.reset-button {
  color: #7a5c80 !important;
}


/* WP1 - 2.5.8 (RACCOMANDATO, WCAG 2.2) link legali footer: area cliccabile
   da 18px a >=24px. !important necessario: iubenda inietta stili inline. */
footer a.iubenda-cs-preferences-link,
footer a[href*="iubenda.com"],
footer a[href*="privacy-policy"] {
  display: inline-block !important;
  min-height: 24px !important;
  line-height: 24px !important;
  padding: 2px 6px !important;
}
