.elementor-344 .elementor-element.elementor-element-5d317b7{--display:flex;}.elementor-344 .elementor-element.elementor-element-d3c9296{--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;}.elementor-344 .elementor-element.elementor-element-324cd4e{--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;}.elementor-344 .elementor-element.elementor-element-e7186cd{--display:flex;}.elementor-344 .elementor-element.elementor-element-a7836cc .eael-img-accordion {height:560px;}.elementor-344 .elementor-element.elementor-element-a7836cc .eael-img-accordion{border-radius:4px;}.elementor-344 .elementor-element.elementor-element-a7836cc .eael-img-accordion a:first-child{border-radius:4px 0 0 4px;}.elementor-344 .elementor-element.elementor-element-a7836cc .eael-img-accordion a:last-child{border-radius:0 4px 4px 0;}.elementor-344 .elementor-element.elementor-element-a7836cc .eael-img-accordion .eael-image-accordion-hover:before{background-color:rgba(0, 0, 0, .3);}.elementor-344 .elementor-element.elementor-element-a7836cc .eael-img-accordion .eael-image-accordion-hover:hover::before{background-color:rgba(0, 0, 0, .5);}.elementor-344 .elementor-element.elementor-element-a7836cc .eael-img-accordion .eael-image-accordion-hover.overlay-active:hover::before{background-color:rgba(0, 0, 0, .5);}.elementor-344 .elementor-element.elementor-element-a7836cc .eael-img-accordion .eael-image-accordion-hover.overlay-active:before{background-color:rgba(0, 0, 0, .5);}.elementor-344 .elementor-element.elementor-element-a7836cc .eael-img-accordion .overlay .img-accordion-title{color:#fff !important;}.elementor-344 .elementor-element.elementor-element-a7836cc .eael-img-accordion .overlay p{color:#fff;}.elementor-344 .elementor-element.elementor-element-fd0fa0a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a2ecbc0 *//* SECTION BACKGROUND */
.nood-overons {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

/* MAIN CONTAINER */
.nood-container {
    max-width: 900px;
    padding: 50px;
    background: rgba(10, 0, 0, 0.55);
    border-radius: 18px;


}

/* TITLE */
.nood-title {
    text-align: center;
    font-size: 44px;
    margin-bottom: 30px;
    color: #fff;

    /* softer neon text glow in #7d0c0c */
    text-shadow:
        0 0 10px rgba(125, 12, 12, 0.45),
        0 0 22px rgba(125, 12, 12, 0.25);
}

/* PARAGRAPHS */
.nood-text {
    color: #e8e8e8;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 22px;
}

/* STRONG text */
.nood-text strong {
    color: #7d0c0c;
    font-weight: 600;

    text-shadow:
        0 0 6px rgba(125, 12, 12, 0.4),
        0 0 14px rgba(125, 12, 12, 0.20);
}

/* MOBILE RESPONSIVE */
@media (max-width: 600px) {
    .nood-container {
        padding: 28px;
        margin: 10px;
        border-radius: 14px;
    }

    .nood-title {
        font-size: 32px;
        margin-bottom: 22px;
    }

    .nood-text {
        font-size: 16px;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b35bf4f *//* Huisregels Sectie Styling */
.rules-section {
  background: #000;
  padding: 60px 20px;
  text-align: left;
  max-width: 900px;
  margin: auto;
  color: #fff;
  font-size: 18px;
}

.rules-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 40px;
  color: #ffffff;
  text-shadow: 0 0 8px #7d0c0c;
}

.rule {
  display: flex;
  align-items: start;
  gap: 15px;
  padding: 20px;
  margin-bottom: 15px;
  border: 2px solid #7d0c0c;
  border-radius: 8px;
  transition: 0.2s;
  background: rgba(0,0,0,0.6);
}

.rule:hover {
  background: #111;
  border-color: #a00000;
}

.rule strong {
  color: #ffffff;
}

.icon {
  font-size: 28px !important;
  line-height: 1;
  color: #7d0c0c !important;
}

/* Support for image icons inside rule blocks */
.rule-icon {
  width: 55px;
  height: 55px;
  object-fit: contain;
  flex-shrink: 0; /* prevents image from stretching */
  filter: drop-shadow(0 0 4px #7d0c0c);
}

/* Align text nicely when an image is used */
.rule-text {
  flex: 1;
  line-height: 1.4;
}

/* Mobile improvements for image version */
@media (max-width: 600px) {
  .rule-icon {
    width: 45px;
    height: 45px;
  }
}/* End custom CSS */