/* Redactionele homepage-blokken. Opmaak hoort hier, niet in een gegenereerd
   Elementor-CSS-bestand dat aan element-ID's hangt. */

.fb-keuze {
  --fb-groen: #5EAD39;
  --fb-donker: #243F2F;
  --fb-grijs: #6b6b6b;
  --fb-lijn: #e4e7e4;

  max-width: none;
  margin: 0 auto;
  padding: 0 50px;
}

.fb-keuze__kop {
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.63px;
  color: var(--fb-donker);
  text-align: center;
}

.fb-keuze__intro {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--fb-grijs);
  text-align: center;
}

.fb-keuze__kaarten {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

@media (max-width: 880px) {
  .fb-keuze__kaarten { grid-template-columns: 1fr; }
  .fb-keuze__kop { font-size: 26px; letter-spacing: -0.9px; }
}

.fb-keuze__kaart {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--fb-lijn);
  border-radius: 20px;
}

.fb-keuze__beeld {
  line-height: 0;
  background: #f6f8f5;
}

.fb-keuze__beeld img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.fb-keuze__inhoud {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 26px 28px 28px;
}

.fb-keuze__titel {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--fb-donker);
}

.fb-keuze__onder {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--fb-groen);
}

.fb-keuze__uitleg {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--fb-donker);
}

.fb-keuze__merken {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--fb-grijs);
}

.fb-keuze__merken a {
  color: var(--fb-donker);
  text-decoration: underline;
}

.fb-keuze__merken a:hover { color: var(--fb-groen); }

.fb-keuze__link {
  margin-top: 8px;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 700;
  color: var(--fb-donker);
  text-decoration: none;
  border-bottom: 2px solid var(--fb-groen);
  padding-bottom: 2px;
}

.fb-keuze__link:hover { color: var(--fb-groen); }

/* Ruimte rond het blok regelt de Elementor-sectie (50/30/24px); op mobiel dezelfde zijmarge als de rest. */
@media (max-width: 767px) {
  .fb-keuze { padding: 0 20px; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fb-keuze { padding: 0 30px; }
}
