.elementor-3283 .elementor-element.elementor-element-e49a7d1{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-5102ae4 *//* START CSS CODE OOGOEFENINGEN PAGINA (v2 - Groter Lettertype) */

/* --- Kleur- en Fontvariabelen (consistent met Zeker Zicht) --- */
:root {
    --primary-color: #114b78; /* Donkerblauw */
    --accent-color: #18dbdb;  /* Cyaan */
    --light-bg: #f4f4f4;      /* Lichtgrijze achtergrond */
    --warning-bg: #fffbe6;    /* Lichtgeel voor waarschuwing */
    --warning-border: #f9a825; /* Donkergeel/Oranje voor waarschuwing */
    --dark-text: #333333;
    --body-text-color: #4a4a4a;
    --heading-font: 'Montserrat', sans-serif;
    --body-font: 'Open Sans', sans-serif;
}

/* --- Algemene Pagina Opmaak --- */
.exercise-guide-page {
    font-family: var(--body-font) !important;
    color: var(--body-text-color) !important;
    line-height: 1.7 !important;
    max-width: 800px;
    margin: 0 auto;
    /* --- AANPASSING: Groter basis lettertype --- */
    font-size: 18px !important; 
}

.exercise-guide-page h1,
.exercise-guide-page h2,
.exercise-guide-page h3,
.exercise-guide-page h4 {
    font-family: var(--heading-font) !important;
    color: var(--primary-color) !important;
}

.exercise-guide-page h1 {
    text-align: center;
    font-size: 2.5rem !important;
    border-bottom: 2px solid var(--light-bg);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.exercise-guide-page h2 {
    font-size: 2rem !important;
    margin-top: 40px;
    margin-bottom: 20px;
}

.exercise-guide-page h3 {
    font-size: 1.5rem !important;
    margin-top: 30px;
    margin-bottom: 15px;
}

.exercise-guide-page .intro-text {
    /* --- AANPASSING: Groter lettertype --- */
    font-size: 19px !important; 
    text-align: center;
    margin-bottom: 40px;
    color: #555 !important;
}

/* --- Stappenplan Lijst --- */
.step-list {
    list-style: none;
    counter-reset: step-counter;
    padding-left: 0;
    margin-top: 20px;
}

.step-list li {
    counter-increment: step-counter;
    margin-bottom: 20px;
    position: relative;
    padding-left: 55px; /* Ruimte voor het nummer */
    /* --- AANPASSING: Groter lettertype --- */
    font-size: 18px !important; 
    min-height: 40px; /* Zorgt voor uitlijning */
}

.step-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: var(--heading-font);
    border-radius: 50%;
}

/* --- Trainingsschema Lijst --- */
.schedule-list,
.follow-up-list {
    list-style-type: '✓ ';
    padding-left: 25px;
    /* --- AANPASSING: Groter lettertype --- */
    font-size: 18px !important; 
}
.schedule-list li,
.follow-up-list li {
    padding-left: 10px;
    margin-bottom: 10px;
}

/* --- Waarschuwingsbox --- */
.warning-box {
    background-color: var(--warning-bg);
    border: 1px solid var(--warning-border);
    border-left-width: 5px;
    padding: 20px 25px;
    margin-top: 30px;
    border-radius: 8px;
}

.warning-box h4 {
    margin-top: 0;
    font-size: 1.3rem !important;
    color: #c07d00 !important;
}
.warning-box p {
    /* --- AANPASSING: Groter lettertype --- */
    font-size: 18px !important; 
    margin-bottom: 10px;
}
.warning-box p:last-child {
    margin-bottom: 0;
}

/* --- Opvolging & CTA --- */
.follow-up-plan {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid var(--light-bg);
}

.final-cta {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background-color: var(--light-bg);
    border-radius: 8px;
}

.final-cta h3 {
    margin-top: 0;
}

/* --- AANPASSING: Vaste lettergrootte --- */
.final-cta p {
    font-size: 18px !important;
}

.final-cta .btn {
    display: inline-block;
    background-color: var(--accent-color);
    color: #333; /* Donkere tekst voor cyaan knop */
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    font-size: 17px !important; /* Vaste grootte */
}

.final-cta .btn:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* --- Mobiele Aanpassingen --- */
@media (max-width: 768px) {
    .exercise-guide-page h1 {
        font-size: 2rem !important;
    }
    .exercise-guide-page h2 {
        font-size: 1.7rem !important;
    }
    .step-list li {
        /* --- AANPASSING: Groter lettertype --- */
        font-size: 17px !important; 
        padding-left: 50px;
    }
    .step-list li::before {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
    .warning-box p,
    .schedule-list,
    .follow-up-list,
    .final-cta p,
    .exercise-guide-page .intro-text {
        /* --- AANPASSING: Groter lettertype --- */
        font-size: 17px !important;
    }
}
/* EINDE CSS CODE *//* End custom CSS */