.elementor-1104 .elementor-element.elementor-element-7dfde67{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2ab702b *//***********************************************
   REVIVY STYLE — IPHONE GARANTIE & REPARATIE
***********************************************/
.rv-garantie-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-garantie-header {
  margin-bottom: 26px;
}

.rv-garantie-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-garantie-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #111827;
}

.rv-garantie-header p.rv-garantie-intro {
  font-size: 16px;
  line-height: 1.55;
  color: #374151;
}

/* ---------------------------
   CONTENT BLOCKS
----------------------------*/
.rv-garantie-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-garantie-section-block h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  color: #2563EB; /* Revivy blauw */
}

.rv-garantie-section-block p {
  font-size: 15px;
  line-height: 1.55;
  color: #374151;
  margin: 0 0 10px;
}

.rv-garantie-section-block ul {
  margin: 6px 0 10px 18px;
  padding: 0;
}

.rv-garantie-section-block ul li {
  font-size: 15px;
  color: #374151;
  margin-bottom: 6px;
  line-height: 1.45;
}

/* Kleine "pseudo-tabel" */
.rv-garantie-table {
  margin: 10px 0 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.rv-garantie-table-row {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 2.2fr;
  gap: 0;
  font-size: 14px;
}

.rv-garantie-table-row-header {
  background: #f3f4f6;
  font-weight: 600;
}

.rv-garantie-table-row div {
  padding: 8px 10px;
  border-bottom: 1px solid #e5e7eb;
}

.rv-garantie-table-row:last-child div {
  border-bottom: none;
}

/* Steps */
.rv-garantie-steps {
  margin-top: 8px;
}

.rv-garantie-step {
  margin-bottom: 12px;
}

.rv-garantie-step h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #111827;
}

.rv-garantie-step p {
  margin: 0 0 6px;
}

/* Info highlight (bijv. “Belangrijk”) */
.rv-garantie-highlight {
  margin-top: 8px;
  border-radius: 10px;
  border: 1px solid #fee2e2;
  background: #fef2f2;
  padding: 8px 10px;
  font-size: 14px;
  color: #991b1b;
}

/* ---------------------------
   RESPONSIVE
----------------------------*/
@media (max-width: 640px) {

  .rv-garantie-header h2 {
    font-size: 24px;
  }

  .rv-garantie-section-block {
    padding: 18px 16px;
  }

  .rv-garantie-section-block h3 {
    font-size: 18px;
  }

  .rv-garantie-table-row {
    grid-template-columns: 1fr 1fr 1.5fr;
  }

  .rv-garantie-step h4 {
    font-size: 15px;
  }
}/* End custom CSS */