.elementor-25083 .elementor-element.elementor-element-412b4d5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-280ff51 *//* ========== TABEL TAXI TARIJVEN ========== */
.tct-price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  margin: 22px 0 40px 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

/* HEADERBALK PRIJS-TABEL – DONKERBLAUW + WITTE LETTERS */
.tct-price-table thead tr {
  background-color: #0A1A3A !important;   /* donkerblauw */
}

.tct-price-table thead th,
.tct-price-table thead tr th {
  color: #ffffff !important;              /* echt wit */
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  text-shadow: none !important;
  border-bottom: 3px solid #42a54a;       /* groene lijn eronder */
  padding: 12px 16px;
}

/* CELLEN */
.tct-price-table td {
  padding: 16px 22px;
  border-bottom: 1px solid #E5E7EB;
}

/* ZEBRA EFFECT */
.tct-price-table tbody tr:nth-child(odd) {
  background: #F7F9FC;
}

.tct-price-table tbody tr:nth-child(even) {
  background: #FFFFFF;
}

/* HOVER EFFECT */
.tct-price-table tbody tr:hover {
  background: #EDF4FF;
  transition: 0.25s;
}

/* PRIJS MARKEREN */
.tct-price-table .tct-price {
  font-weight: 700;
  color: #42a54a;      /* groen */
  font-size: 17px;
}

/* MOBIEL OPTIMALISATIE (optioneel tweede kolom verbergen) */
@media (max-width: 650px) {
  .tct-price-table th:nth-child(2),
  .tct-price-table td:nth-child(2) {
    /* display: none;  // alleen gebruiken als je echt een kolom wil verbergen */
  }
}/* End custom CSS */