/*
 Theme Name:     Divi Child
 Theme URI:      https://example.com/
 Description:    Tema child per Divi con viewport personalizzato
 Author:         FanaticoWeb
 Template:       Divi
 Version:        1.0.0
*/


/* ACCESSIBILITY – screen reader only */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}



/* Fix Lighthouse: immagini lazy-load Seraphinite */
img.lzl {
  width: auto !important;
  height: auto !important;
  aspect-ratio: auto !important;
}

/* Evita overflow anomali segnalati come API obsolete */
img,
video,
canvas {
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
