.elementor-24576 .elementor-element.elementor-element-7ed955b{--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;}/* Start custom CSS for html, class: .elementor-element-592894f *//* === Sectietitel prijzenblok === */
.tct-pricing h2 {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0A1A3A !important;         /* Donkerblauw titel */
    margin-bottom: 10px;
    border-bottom: 4px solid #42A54A;  /* Groene underline */
    display: inline-block;
    padding-bottom: 4px;
}

/* Tekst onder de titel */
.tct-pricing p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 1.55;
    color: #1b1b1b;
}

/* === Prijstabel Taxi Centrale Tilburg === */
.tct-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 18px;
    font-family: 'Inter', sans-serif;
    background: #ffffff;
}

/* Tabel-header: donkerblauwe balk met witte tekst */
.tct-table thead th {
    background-color: #0A1A3A !important;  /* Donkerblauw header */
    color: #ffffff !important;             /* Witte tekst */
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 3px solid #42A54A !important; /* Groene lijn onder header */
}

/* Cellen */
.tct-table td {
    padding: 14px;
    font-size: 16px;
    color: #1b1b1b;
    border-bottom: 1px solid #d6d6d6;
}

/* Rijen om-en-om iets lichter voor leesbaarheid (optioneel) */
.tct-table tbody tr:nth-child(even) {
    background: #f7f9fb;
}

/* Mobiel */
@media (max-width: 768px) {
    .tct-pricing h2 {
        font-size: 25px;
    }
    .tct-table td,
    .tct-table thead th {
        font-size: 14px;
        padding: 10px;
    }
}/* End custom CSS */