/* ========================================
   VACATURE SPACING FIX
   Vermindert ruimte tussen tekstblokken
   Search & Solve - Custom CSS
   ======================================== */

/* Desktop only - behoud mobile styling */
@media (min-width: 769px) {
    
    /* Hoofdfix: Verminder flexible section spacing */
    .sas-flexible-section {
        padding: 1rem 1.5rem !important;        /* Was 2rem - nu 16px boven/onder */
        margin-bottom: 0.5rem !important;       /* Was 1.5rem - nu 8px tussen secties */
    }
    
    /* Meer ruimte onder oranje headers */
    .sas-flexible-label {
        margin-bottom: 0.75rem !important;      /* 12px onder header */
        margin-top: 0 !important;               /* Geen extra ruimte boven */
    }
    
    /* Tekst paragrafen binnen secties */
    .sas-flexible-text p {
        margin-bottom: 0.5rem !important;       /* Minder ruimte tussen paragrafen */
    }
    
    /* Lijsten binnen secties */
    .sas-flexible-text ul {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .sas-flexible-text ul li {
        margin-bottom: 0.25rem !important;      /* Compactere lijstitems */
    }
}

/* ========================================
   FINETUNING OPTIES (uitgecommentarieerd)
   ======================================== */

/* NOG COMPACTER? Uncomment onderstaande regel en comment regel 11 uit:
.sas-flexible-section {
    padding: 0.75rem 1.5rem !important;
}
*/

/* MEER RUIMTE? Uncomment onderstaande regel en comment regel 11 uit:
.sas-flexible-section {
    padding: 1.25rem 1.5rem !important;
}
*/
