
    /* ── WRAPPER ── */
    .av-wrap { font-family:'Segoe UI',system-ui,sans-serif; width:100%; }

    /* ── FILTERS ── */
    .av-filter-wrap { background:#fff; border-bottom:1px solid rgba(0,0,0,.08); padding:1rem 2rem; }
    .av-filter-balk { display:flex; gap:12px; flex-wrap:wrap; align-items:flex-end; max-width:100%; }
    .av-filter-groep { flex:1; min-width:160px; display:flex; flex-direction:column; gap:5px; }
    .av-filter-label { font-size:11px; font-weight:600; color:#888; text-transform:uppercase; letter-spacing:.5px; }
    .av-select { padding:9px 12px; border:1px solid rgba(0,0,0,.12); border-radius:8px; background:#fafafa; font-family:inherit; font-size:14px; color:#1a1a1a; cursor:pointer; width:100%; }
    .av-select:focus { outline:none; border-color:#c8973a; }
    .av-reset-btn { padding:9px 20px; background:#8B5E3C; color:#fff; border:none; border-radius:8px; font-family:inherit; font-size:13px; font-weight:600; cursor:pointer; white-space:nowrap; }
    .av-reset-btn:hover { background:#3d2008; }

    /* ── TELLING ── */
    .av-telling { text-align:center; font-size:14px; color:#888; margin:1rem 0; }
    .av-telling strong { color:#8B5E3C; font-size:17px; }

    /* ── GRID ── */
    .av-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:1.5rem; padding:0 2rem 2.5rem; }

    /* ── KAART ── */
    .av-kaart { background:#fff; border-radius:12px; border:1px solid rgba(0,0,0,.08); overflow:hidden; display:flex; flex-direction:column; box-shadow:0 2px 10px rgba(0,0,0,.05); transition:transform .2s,box-shadow .2s,border-color .2s; }
    .av-kaart:hover { transform:translateY(-4px); box-shadow:0 10px 28px rgba(61,32,8,.12); border-color:rgba(200,151,58,.4); }

    /* ── BANNER ── */
    .av-banner { min-height:130px; position:relative; overflow:hidden; display:flex; align-items:flex-end; }
    .av-banner-pat { position:absolute; inset:0; width:100%; height:100%; opacity:.18; }
    .av-fte { position:absolute; top:10px; left:10px; background:rgba(0,0,0,.4); color:#e8c99a; font-size:11px; font-weight:600; padding:3px 10px; border-radius:12px; }
    .av-school-ic { position:absolute; top:10px; right:10px; width:28px; height:28px; background:rgba(255,255,255,.92); border-radius:50%; display:flex; align-items:center; justify-content:center; }
    .av-banner-info { position:relative; z-index:1; padding:10px 14px; }
    .av-banner-info h3 { font-size:15px; font-weight:700; color:#f5e6cc; line-height:1.35; margin:0; }
    .av-banner-info p  { font-size:11px; color:rgba(245,230,204,.75); margin:3px 0 0; }

    /* ── BODY ── */
    .av-body { padding:14px; flex:1; }
    .av-body p { font-size:13px; color:#555; line-height:1.65; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; margin:0; }

    /* ── META ── */
    .av-meta { padding:10px 14px; border-top:1px solid rgba(0,0,0,.07); display:flex; gap:12px; flex-wrap:wrap; }
    .av-meta-chip { display:flex; align-items:center; gap:7px; }
    .av-meta-ic { width:24px; height:24px; border-radius:6px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
    .av-ml { font-size:10px; color:#aaa; display:block; }
    .av-mv { font-size:12px; font-weight:600; color:#1a1a1a; display:block; }

    /* ── KNOPPEN ── */
    .av-footer { padding:10px 14px; display:flex; gap:8px; }
    .av-lees-btn { flex:1; padding:9px; background:#f8f5f0; border:1px solid rgba(0,0,0,.1); border-radius:7px; font-family:inherit; font-size:12px; font-weight:600; color:#1a1a1a; cursor:pointer; transition:all .2s; }
    .av-lees-btn:hover { background:#f0e8d8; border-color:#c8973a; }
    .av-soll-btn { flex:1; padding:9px; border:none; border-radius:7px; font-family:inherit; font-size:12px; font-weight:600; color:#fff; cursor:pointer; transition:opacity .2s,transform .15s; }
    .av-soll-btn:hover { opacity:.88; transform:translateY(-1px); }

    /* ── LEEG ── */
    .av-leeg { text-align:center; padding:3rem 2rem; color:#888; }

    /* ── MODAL ── */
    .av-modal-bg { display:none; position:fixed; inset:0; background:rgba(0,0,0,.55); z-index:99999; align-items:flex-start; justify-content:center; padding:20px; overflow-y:auto; }
    .av-modal-bg.av-open { display:flex; }
    .av-modal-box { background:#fff; border-radius:14px; width:100%; max-width:580px; overflow:hidden; box-shadow:0 20px 60px rgba(0,0,0,.25); margin:auto; }
    .av-modal-hdr { padding:1.25rem 1.5rem; display:flex; align-items:center; justify-content:space-between; transition:background .3s; }
    .av-modal-hdr h2 { font-size:17px; font-weight:700; color:#e8c99a; margin:0; }
    .av-modal-hdr p  { font-size:12px; color:rgba(232,201,154,.7); margin:3px 0 0; }
    .av-modal-sluit { background:rgba(255,255,255,.15); border:none; color:#e8c99a; width:30px; height:30px; border-radius:50%; font-size:18px; cursor:pointer; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
    .av-modal-sluit:hover { background:rgba(255,255,255,.25); }
    .av-modal-body { padding:1.5rem; max-height:72vh; overflow-y:auto; }

    /* ── DETAIL ── */
    .av-detail-sec { margin-bottom:1rem; padding-bottom:1rem; border-bottom:1px solid rgba(0,0,0,.08); }
    .av-detail-sec:last-child { border-bottom:none; margin-bottom:0; }
    .av-detail-sec h4 { font-size:11px; font-weight:700; color:#8B5E3C; text-transform:uppercase; letter-spacing:.5px; margin-bottom:.5rem; }
    .av-detail-sec p  { font-size:14px; color:#555; line-height:1.75; margin:0; }
    .av-detail-sec ul { padding-left:1.25rem; margin:0; }
    .av-detail-sec li { font-size:13px; color:#555; line-height:1.8; }

    /* ── FORMULIER ── */
    .av-form { background:#faf7f2; border-radius:10px; padding:1.25rem; }
    .av-form-sectie { margin-bottom:1rem; }
    .av-form-sectie-titel { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1px; padding-bottom:.5rem; margin-bottom:.875rem; border-bottom-width:2px; border-bottom-style:solid; }
    .av-rij { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:10px; }
    .av-rij.av-enkel { grid-template-columns:1fr; }
    .av-fld { display:flex; flex-direction:column; gap:4px; }
    .av-fld label { font-size:11px; font-weight:600; color:#666; text-transform:uppercase; letter-spacing:.4px; }
    .av-fld input,.av-fld select,.av-fld textarea { padding:9px 11px; border:1.5px solid rgba(0,0,0,.1); border-radius:7px; background:#fff; color:#1a1a1a; font-family:inherit; font-size:13px; width:100%; transition:border-color .2s; box-sizing:border-box; }
    .av-fld input:focus,.av-fld select:focus,.av-fld textarea:focus { outline:none; border-color:#c8973a; }
    .av-fld textarea { min-height:100px; resize:vertical; }
    .av-select-w { position:relative; }
    .av-select-w select { padding-right:32px; cursor:pointer; appearance:none; -webkit-appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%238B5E3C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 10px center; }

    /* Upload */
    .av-upload-dz { border:1.5px dashed rgba(0,0,0,.15); border-radius:8px; padding:.875rem; text-align:center; cursor:pointer; transition:all .2s; background:#fff; display:flex; align-items:center; justify-content:center; min-height:58px; }
    .av-upload-dz:hover { background:#fdf8f2; }
    .av-upload-dz.av-heeft-bestand { border-style:solid; border-color:#2d5a27; background:#f0f8ec; }
    .av-upload-ph { display:flex; flex-direction:column; align-items:center; gap:4px; font-size:12px; pointer-events:none; }
    .av-upload-nm { display:none; align-items:center; gap:8px; width:100%; justify-content:center; }
    .av-bst-nm { font-size:12px; font-weight:500; color:#2d5a27; max-width:200px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
    .av-del-btn { background:none; border:none; color:#c0392b; cursor:pointer; font-size:16px; padding:0 4px; flex-shrink:0; }

    /* Privacy + submit */
    .av-priv { display:flex; gap:8px; align-items:flex-start; margin-top:10px; }
    .av-priv input { margin-top:2px; flex-shrink:0; }
    .av-priv label { font-size:12px; color:#555; line-height:1.55; cursor:pointer; }
    .av-fout { color:#c0392b; font-size:12px; margin-top:6px; display:none; font-weight:500; }
    .av-verzend-knop { width:100%; margin-top:12px; padding:13px; border:none; border-radius:8px; font-family:inherit; font-size:14px; font-weight:700; cursor:pointer; color:#fff; transition:opacity .2s,transform .15s; }
    .av-verzend-knop:hover { opacity:.88; transform:translateY(-1px); }
    .av-verzend-knop:disabled { opacity:.6; transform:none; cursor:not-allowed; }

    /* Succes */
    .av-succes { text-align:center; padding:2.5rem 1.5rem; }
    .av-succes-ic { width:60px; height:60px; background:#e8f5e1; border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 1rem; }
    .av-succes h3 { font-size:18px; color:#3d2008; margin-bottom:.5rem; }
    .av-succes p  { font-size:14px; color:#555; line-height:1.7; margin-bottom:.5rem; }

    @media(max-width:600px){
        .av-grid { grid-template-columns:1fr; padding:0 1rem 2rem; }
        .av-filter-wrap { padding:1rem; }
        .av-rij { grid-template-columns:1fr; }
    }
    