/*
 Theme Name:   Astra Child
 Theme URI:    https://learn.partners
 Description:  Child‑theme voor Astra door RoH
 Author:       Learn.Partners by RoH
 Template:     astra
 Version:      1.0.0
 */

/* Hier kun je later je eigen CSS zetten */
/* === LP Footer – match Astra typografie === */
.lp-footer{
  text-align:center;
  font-family:inherit;        /* neem Astra body font over */
  font-size:inherit;          /* neem Astra body size over */
  line-height:1.6;
  color:inherit;              /* gebruik huidige tekstkleur */
  margin:0;
}
.lp-footer .lp-row{ margin: .25rem 0; }     /* subtiele verticale spacing */
.lp-footer .lp-italic{ font-style: italic; }
.lp-footer .lp-link{
  text-decoration:none;
  color:inherit;              /* geen afwijkende linkkleur */
}
.lp-footer strong{ font-weight:600; }       /* zoals Astra semi-bold */
.lp-footer em{ font-style:italic; }
/* === LP Footer – consistent met Astra === */
.lp-footer{
  text-align:center;
  font-family:inherit;
  font-size:inherit;
  line-height:1.6;
  color:inherit;
  margin:0;
}
.lp-footer .lp-row{ margin:.25rem 0; }
.lp-footer .lp-site{ font-weight:600; }       /* bovenste regel vet zoals je voorbeeld */
.lp-footer .lp-italic{ font-style:italic; }
.lp-footer .lp-link{
  text-decoration:none !important;
  color:inherit !important;                   /* nooit blauw; volgt bodykleur */
}
.lp-footer strong{ font-weight:600; }
.lp-footer em{ font-style:italic; }

/* ===== LP Footer – typografie fix (forceer gelijkheid) ===== */
.lp-footer{
  text-align:center;
  font-family:inherit !important;
  font-size:inherit !important;
  line-height:1.6;
  color:inherit;
  font-weight:400;                 /* basis */
  margin:0;
}
.lp-footer .lp-row{ 
  margin:.25rem 0; 
  font-size:1em !important;        /* alle regels zelfde maat */
  font-weight:400 !important;       /* alle regels zelfde gewicht */
  letter-spacing:inherit !important;
  word-spacing:inherit !important;
}
.lp-footer .lp-row *{
  font-family:inherit !important;
  font-size:1em !important;
  font-weight:inherit !important;
  color:inherit !important;
}
.lp-footer .lp-site{ 
  font-weight:600 !important;       /* alleen de 1e regel vet */
}
.lp-footer .lp-italic{ font-style:italic !important; }
.lp-footer .lp-link{ text-decoration:none !important; color:inherit !important; }
.lp-footer strong{ font-weight:600 !important; }
.lp-footer em{ font-style:italic !important; }

