.elementor-63226 .elementor-element.elementor-element-5f971ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-3fea6e2 *//* ================================
   🖤 MOEVS HTML SITEMAP STYLE — FULL WIDTH
   ================================ */

/* ⚪ Wrapper */
.sitemap-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 60px 80px;
  box-sizing: border-box;
}

/* 🏷️ Hoofdtitel */
.sitemap-wrapper h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.5px;
  color: #000;
  margin-bottom: 70px;
  border-bottom: 3px solid #ED5454;
  display: inline-block;
  padding-bottom: 12px;
}

/* 📁 Categorieblokken */
.sitemap-section {
  margin-bottom: 50px;
  border-left: 5px solid #ED5454;
  padding-left: 30px;
}

/* 🧭 Hoofdcategorieën */
.sitemap-wrapper h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 60px 0 24px;
  position: relative;
}

.sitemap-wrapper h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #ED5454;
  border-radius: 2px;
}

/* 🗂 Subcategorieblokken */
.sitemap-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}

.sitemap-section h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 12px 0 8px;
}

/* 🔗 Links */
.sitemap-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap-section li {
  margin: 6px 0;
}
/* ✅ Links altijd zwart, ook na klik of bezoek */
.sitemap-section a,
.sitemap-section a:visited,
.sitemap-section a:active,
.sitemap-section a:focus {
  font-family: 'Montserrat', sans-serif !important;
  color: #000 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  padding-left: 4px !important;
}

/* ✅ Hover rood */
.sitemap-section a:hover {
  color: #ED5454 !important;
  text-decoration: underline !important;
}


/* 💠 Divider */
.sitemap-divider {
  height: 2px;
  background: rgba(0,0,0,0.08);
  margin: 50px 0;
  border-radius: 1px;
}

/* 📱 Responsive Design */
@media (max-width: 768px) {
  .sitemap-wrapper {
    padding: 40px 24px;
  }

  .sitemap-wrapper h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .sitemap-wrapper h2 {
    font-size: 22px;
    margin: 40px 0 16px;
  }

  .sitemap-section h2 {
    font-size: 20px;
  }

  .sitemap-section {
    padding-left: 20px;
    border-left-width: 4px;
  }
}/* End custom CSS */