.features-details {
  max-width: 980px;
  margin: 20px auto 0;
  padding: 0 20px;
}

.features-details summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  list-style: none;
}

.features-details summary::-webkit-details-marker {
  display: none;
}

.features-details summary::after {
  content: "+";
  float: right;
  font-size: 20px;
  line-height: 1;
}

.features-details[open] summary::after {
  content: "−";
}

.features-full {
  padding: 20px 4px 0;
}

.features-full h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  color: #222;
}

.features-full ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-full li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: #555;
}

.features-full li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #222;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

.feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 20px 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.icon svg {
  width: 100%;
  height: 100%;
  stroke: #222;
  stroke-width: 1.8;
  fill: none;
}

.feature h3 {
  font-size: 16px;
  margin: 0 0 4px;
  color: #222;
}

.feature p {
  font-size: 14px;
  margin: 0;
  color: #666;
  line-height: 1.4;
}

.features-link {
  font-weight: 600;
  text-decoration: none;
  color: #222;
}

.features-link:hover {
  text-decoration: underline;
}

/* mobiel */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

.icon i {
  font-size: 22px;
  color: #222;
}

.area-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px 70px;
}

.area-intro {
  margin-bottom: 40px;
}

.area-intro h1 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #222;
}

.area-intro p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  max-width: 760px;
}

.area-section {
  margin-top: 38px;
}

.area-section h2 {
  font-size: 24px;
  margin-bottom: 18px;
  color: #222;
}

.area-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 22px 22px;
  margin-bottom: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.area-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.4;
}

.area-card h3 a {
  color: #222;
  text-decoration: none;
}

.area-card h3 a:hover {
  text-decoration: underline;
}

.area-card p {
  margin: 0;
  color: #666;
  line-height: 1.7;
  font-size: 15px;
}

@media (max-width: 768px) {
  .area-page {
    padding: 30px 16px 50px;
  }

  .area-intro h1 {
    font-size: 28px;
  }

  .area-section h2 {
    font-size: 22px;
  }

  .area-card {
    padding: 18px 18px;
  }
}
.area-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 70px;
}

.area-hero {
  margin-bottom: 40px;
}

.area-hero h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #222;
}

.area-hero p {
  color: #666;
  max-width: 700px;
  line-height: 1.7;
}

.area-section {
  margin-top: 40px;
}

.area-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #222;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.area-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid #eee;
  border-radius: 14px;
  text-decoration: none;
  background: #fff;
  transition: all 0.2s ease;
}

.area-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.area-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.area-icon i {
  font-size: 22px;
  color: #222;
}

.area-card h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #222;
}

.area-card p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

@media (max-width: 768px) {
  .area-grid {
    grid-template-columns: 1fr;
  }
}
/* Kader rondom Instagram feed */
#sb_instagram {
    position: relative;
    background: #fff;
    border: 1px solid #e8e5df;
    border-radius: 16px;
    padding: 70px 28px 28px !important;
    margin: 50px auto !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    max-width: 1100px;
}

/* Instagram volgknop bovenaan */
#sb_instagram .sbi_follow_btn {
    position: absolute !important;
    top: -22px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
}

/* Knop mooier rond */
#sb_instagram .sbi_follow_btn a {
    background: #f7f4ef !important;
    color: #7a1a1a !important;
    border: 1px solid #d8cfc2 !important;
    border-radius: 40px !important;
    padding: 10px 20px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    font-weight: 600;
    font-size: 14px;
}
.sjorydet-cta {
    text-align: center;
    margin: 40px 0 55px;
}

.sjorydet-knop,
.sjorydet-knop:visited,
.sjorydet-knop:hover,
.sjorydet-knop:active {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: transparent;
    color: #10b981 !important;

    border: 2px solid #10b981;
    border-radius: 8px;

    padding: 12px 26px;

    font-size: 17px;
    font-weight: 600;

    text-decoration: none !important;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.sjorydet-knop:hover {
    background: #10b981;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Footer socials: stabiel naast elkaar */
#footer-widgets #vantage-social-media-2 {
  text-align: center;
}

#footer-widgets #vantage-social-media-2 .widget-title {
  margin-bottom: 12px;
}

#footer-widgets #vantage-social-media-2 a.social-media-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  width: 28px;
  height: 28px;
  margin: 0 5px !important;
  padding: 0 !important;
  vertical-align: middle;
  text-decoration: none;
}

/* FontAwesome in footer opnieuw afdwingen */
#footer-widgets #vantage-social-media-2 a.social-media-icon span.fa {
  display: inline-block !important;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  text-rendering: auto;
}

/* Als een andere plugin de FA content overschrijft */
#footer-widgets #vantage-social-media-2 .fa-facebook:before {
  content: "\f09a" !important;
}

#footer-widgets #vantage-social-media-2 .fa-instagram:before {
  content: "\f16d" !important;
}

/* SiteOrigin attribution weg */
#site-info,
#theme-attribution {
  display: none !important;
}