/* ==========================================
   FILE:  assets/css/footer.css   (Child Theme: TDR)
   SCOPO: Override finale footer (SVG SX/DX, COMBO, mobile)
   NOTE:  Versione UNMINIFIED — WIP documentale
   ========================================== */

/*
 Theme Name: TDR
 Template: inspiro
 Version: 3.1.88
*/

/* ================================
   [BLOCCO 1] Footer: scale definitive SX/DX/COMBO
   ================================ */
.site-info.myfooter{
  --svg-sx: 1.02rem !important;   /* SX −~1pt */
  --svg-dx: 1.26rem !important;   /* DX leggermente ↑ */
  --svg-combo: 2.20rem !important;/* COMBO ok */
}

.site-info.myfooter .footer-left :is(img,svg){
  height:var(--svg-sx) !important; width:auto !important; vertical-align:-0.125em !important;
}
.site-info.myfooter .footer-webmaster :is(img,svg){
  height:var(--svg-dx) !important; width:auto !important; vertical-align:-0.125em !important;
}
.site-info.myfooter .footer-combo{ display:none !important; }
.site-info.myfooter .footer-combo :is(img,svg){
  height:var(--svg-combo) !important; width:auto !important; vertical-align:-0.125em !important;
}
.site-info.myfooter .footer-combo a{
  display:inline-flex !important; align-items:center !important; text-decoration:none !important;
}

/* slot destro: nascondi se vuoto */
.site-info.myfooter .footer-right:empty{ display:none !important; }

/* ≤720px: SOLO combinato al centro */
@media (max-width:720px){
  .site-info.myfooter{ justify-content:center !important; gap:4px 14px !important; }
  .site-info.myfooter .footer-left,
  .site-info.myfooter .footer-webmaster{ display:none !important; }
  .site-info.myfooter .footer-combo{
    display:flex !important; flex:1 1 100% !important; order:1 !important;
    justify-content:center !important; text-align:center !important;
  }
  .site-info.myfooter .footer-right{
    order:2 !important; flex:1 1 100% !important; justify-content:center !important; text-align:center !important;
  }
}

/* ================================
   [BLOCCO 99] NOTE
   - Tutte le regole footer vivono qui.
   - Non lasciare duplicati in style.css o logo.css.
   ================================ */
