.elementor-668 .elementor-element.elementor-element-a477f04{--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-668 .elementor-element.elementor-element-a477f04:not(.elementor-motion-effects-element-type-background), .elementor-668 .elementor-element.elementor-element-a477f04 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F4F6;}.elementor-668 .elementor-element.elementor-element-a477f04.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-668 .elementor-element.elementor-element-a477f04{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7fcfd6b *//***********************************************
   REVIVY STYLE — BATTERIJBELEID SECTIE
***********************************************/
.rv-battery-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 16px 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
}

/* ---------------------------
   HEADER BLOK
----------------------------*/
.rv-battery-header {
  margin-bottom: 26px;
}

.rv-battery-label {
  display: inline-block;
  background: #2563EB; /* Revivy blauw */
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.rv-battery-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #111827;
}

.rv-battery-header p.rv-battery-intro {
  font-size: 16px;
  line-height: 1.55;
  color: #374151;
}

/* ---------------------------
   CONTENT BLOCKS
----------------------------*/
.rv-battery-section-block {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 22px 24px;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
}

.rv-battery-section-block h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  color: #2563EB; /* Revivy blauw */
}

.rv-battery-section-block p {
  font-size: 15px;
  line-height: 1.55;
  color: #374151;
}

.rv-battery-section-block ul {
  margin: 8px 0 12px 0;
  padding-left: 20px;
}

.rv-battery-section-block ul li {
  font-size: 15px;
  color: #374151;
  margin-bottom: 6px;
  line-height: 1.45;
}

/* ---------------------------
   TIP BLOCK (GEEL)
----------------------------*/
.rv-battery-tip {
  background: #fef9c3;
  border: 1px solid #facc15;
  box-shadow: 0 4px 14px rgba(250, 204, 21, 0.25);
}

.rv-battery-tip h3 {
  color: #92400e !important;
}

.rv-battery-tip p {
  color: #854d0e;
}

/* ---------------------------
   FAQ BLOCK
----------------------------*/
.rv-battery-faq-item {
  margin-bottom: 16px;
}

.rv-battery-faq-item h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #111827;
}

.rv-battery-faq-item p {
  font-size: 15px;
  color: #374151;
  margin: 0;
}

/* ---------------------------
   RESPONSIVE
----------------------------*/
@media (max-width: 640px) {

  .rv-battery-header h2 {
    font-size: 24px;
  }

  .rv-battery-section-block {
    padding: 18px 16px;
  }

  .rv-battery-section-block h3 {
    font-size: 18px;
  }

  .rv-battery-faq-item h4 {
    font-size: 16px;
  }
}/* End custom CSS */