/* ============================================================
   Curiositeas — component layer
   Auto-enqueued by inc/enqueue.php right after concept.css.
   ============================================================ */

/* ---------- footer link lists ----------
   The footer columns print their nav menus with items_wrap '%3$s',
   so the <li> items land inside .footer__col without a <ul> wrapper
   and the browser renders default list markers (visible as black
   bullets under "Categorieën" and "Service"). Kill the markers and
   the indent for every list in the footer; the spacing between the
   items comes from .footer__col a (padding:5px 0) and is untouched. */
.footer ul,
.footer ol{list-style:none;margin:0;padding:0}
.footer li{display:block;list-style:none;margin-left:0;padding-left:0}
.footer li::marker{content:""}
