/* ============================================================
   EasyAutoVerkoop — 06b-footer.css — site footer
   Versie 1.0.0 · 2026-09-14
   Footer-markup komt uit een GB Pro Element (footer-hook); classes
   toekennen zoals hieronder.
   ============================================================ */

.Eav-footer {
  padding-block: var(--eav-space-2xl) var(--eav-space-l);
  background-color: var(--eav-clr-bg-alt);
  color: var(--eav-clr-text);
}
.Eav-footer-grid {
  display: grid;
  gap: var(--eav-space-l);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
}
.Eav-footer .Eav-footer-title {
  font-size: var(--eav-fs-400);
  font-weight: 700;
  margin-block-end: var(--eav-space-xs);
}
.Eav-footer ul { display: grid; gap: var(--eav-space-2xs); margin: 0; padding: 0; list-style: none; }
.Eav-footer a { color: var(--eav-clr-text); text-decoration: none; }
.Eav-footer a:hover { text-decoration: underline; }
.Eav-footer-bottom {
  margin-block-start: var(--eav-space-l);
  padding-block-start: var(--eav-space-s);
  border-block-start: 1px solid var(--eav-clr-border);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--eav-space-s);
}
