.ehbo-portal{max-width:1180px;margin:32px auto;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17212b}.ehbo-portal *{box-sizing:border-box}.ehbo-hero{background:linear-gradient(135deg,var(--ehbo-primary),var(--ehbo-dark));color:#fff;border-radius:22px;padding:38px 42px;display:flex;justify-content:space-between;align-items:center;gap:24px;box-shadow:0 14px 38px rgba(0,63,115,.18)}.ehbo-hero h1{color:#fff;margin:4px 0 6px;font-size:clamp(30px,5vw,48px)}.ehbo-hero p{margin:0;opacity:.9}.ehbo-kicker{color:var(--ehbo-yellow);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.ehbo-tabs{display:flex;gap:6px;overflow:auto;background:#fff;padding:12px;border-radius:16px;margin:-12px 24px 28px;position:relative;box-shadow:0 8px 24px rgba(0,0,0,.08)}.ehbo-tabs a{white-space:nowrap;text-decoration:none;color:#41505d;padding:11px 16px;border-radius:10px;font-weight:700}.ehbo-tabs a.active,.ehbo-tabs a:hover{background:#eaf4fb;color:var(--ehbo-primary)}.ehbo-content{background:#f6f9fb;border-radius:20px;padding:30px}.ehbo-grid{display:grid;gap:20px}.ehbo-grid-3{grid-template-columns:repeat(3,1fr)}.ehbo-card,.ehbo-form,.ehbo-event,.ehbo-doc,.ehbo-notice,.ehbo-empty{background:#fff;border-radius:16px;padding:24px;box-shadow:0 5px 18px rgba(0,55,95,.07);border:1px solid #e8eef3}.ehbo-card strong{display:block;font-size:26px;color:var(--ehbo-primary);margin:8px 0}.ehbo-card small{color:#667683}.ehbo-label{text-transform:uppercase;font-size:12px;letter-spacing:.08em;font-weight:800;color:#71808c}.ehbo-two{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;margin-top:30px}.ehbo-two h2,.ehbo-section-head h2{color:var(--ehbo-primary);margin-top:0}.ehbo-notice{margin-bottom:14px}.ehbo-notice.urgent{border-left:5px solid var(--ehbo-yellow)}.ehbo-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.ehbo-section-head p{margin:0;color:#667683}.ehbo-list,.ehbo-docs{display:grid;gap:16px}.ehbo-event{display:grid;grid-template-columns:72px 1fr auto;gap:20px;align-items:center}.ehbo-date{background:var(--ehbo-primary);color:#fff;border-radius:13px;text-align:center;padding:10px}.ehbo-date strong{display:block;font-size:26px;line-height:1}.ehbo-date span{text-transform:uppercase;font-size:12px}.ehbo-event h3,.ehbo-doc h3{margin:0 0 6px;color:var(--ehbo-primary)}.ehbo-event p{margin:0 0 8px;color:#566773}.ehbo-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--ehbo-primary);color:#fff!important;text-decoration:none!important;font-weight:800;padding:12px 18px;cursor:pointer}.ehbo-btn:hover{background:var(--ehbo-dark)}.ehbo-btn-light{background:#fff;color:var(--ehbo-primary)!important}.ehbo-btn-outline{background:transparent;color:var(--ehbo-primary)!important;border:2px solid var(--ehbo-primary)}.ehbo-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:20px}.ehbo-form label{display:grid;gap:7px;font-weight:700}.ehbo-form input,.ehbo-form select,.ehbo-form textarea,.ehbo-login input{width:100%;border:1px solid #ccd7df;border-radius:10px;padding:12px 13px;background:#fff}.ehbo-span-2{grid-column:span 2}.ehbo-margin-top{margin-top:22px}.ehbo-doc{display:flex;justify-content:space-between;align-items:center;gap:20px}.ehbo-badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#edf3f7;font-size:12px;font-weight:800;text-transform:capitalize}.ehbo-table-wrap{overflow:auto;margin-top:22px}.ehbo-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}.ehbo-table th,.ehbo-table td{text-align:left;padding:14px;border-bottom:1px solid #e6edf2}.ehbo-login{max-width:520px;margin:60px auto;padding:34px;background:#fff;border-top:7px solid var(--ehbo-yellow);border-radius:18px;box-shadow:0 12px 35px rgba(0,55,95,.14)}.ehbo-login h2{color:var(--ehbo-primary);font-size:32px}.ehbo-login .login-submit input{background:var(--ehbo-primary);color:#fff;border:0;font-weight:800;cursor:pointer}.ehbo-admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:24px 0}.ehbo-admin-card{background:#fff;border-left:6px solid #005AA3;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,.07)}.ehbo-admin-card strong{display:block;font-size:30px;color:#005AA3}.ehbo-admin-card span{color:#596773}@media(max-width:800px){.ehbo-grid-3,.ehbo-two,.ehbo-form-grid{grid-template-columns:1fr}.ehbo-span-2{grid-column:auto}.ehbo-event{grid-template-columns:58px 1fr}.ehbo-event-action{grid-column:1/-1}.ehbo-hero{padding:28px;align-items:flex-start;flex-direction:column}.ehbo-content{padding:18px}.ehbo-tabs{margin:-8px 10px 20px}.ehbo-doc{align-items:flex-start;flex-direction:column}.ehbo-admin-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.ehbo-admin-grid{grid-template-columns:1fr}.ehbo-portal{margin:12px auto}.ehbo-content{border-radius:14px}.ehbo-hero{border-radius:14px}}

/* v1.1.2 – verbeterde mobiele portalweergave */
.ehbo-portal-head{
  background:linear-gradient(135deg,var(--ehbo-primary),var(--ehbo-dark));
  color:#fff;
  border-radius:22px;
  padding:32px 38px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  box-shadow:0 14px 38px rgba(0,63,115,.18);
}
.ehbo-portal-head span{
  display:block;
  color:var(--ehbo-yellow);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ehbo-portal-head h1{
  color:#fff;
  margin:4px 0 0;
  font-size:clamp(30px,5vw,46px);
  line-height:1.05;
}
.ehbo-portal-head form{margin:0;flex:0 0 auto}
.ehbo-portal-head .ehbo-btn-outline{
  border-color:#fff;
  color:#fff!important;
}
.ehbo-portal-head .ehbo-btn-outline:hover{
  background:#fff;
  color:var(--ehbo-primary)!important;
}

@media(max-width:800px){
  .ehbo-portal{
    width:100%;
    margin:16px auto;
    padding:0 14px;
  }
  .ehbo-portal-head{
    border-radius:16px;
    padding:22px 20px;
    gap:14px;
    align-items:center;
  }
  .ehbo-portal-head h1{
    font-size:34px;
    word-break:break-word;
  }
  .ehbo-portal-head .ehbo-btn{
    min-height:44px;
    padding:10px 14px;
    white-space:nowrap;
  }
  .ehbo-tabs{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    overflow:visible;
    margin:14px 0 18px;
    padding:10px;
    border-radius:16px;
  }
  .ehbo-tabs a{
    display:flex;
    min-width:0;
    min-height:48px;
    align-items:center;
    justify-content:center;
    padding:10px 8px;
    text-align:center;
    line-height:1.2;
    white-space:normal;
    border:1px solid #e5edf3;
    background:#f8fafc;
  }
  .ehbo-tabs a.active{
    border-color:#cbe2f2;
    background:#eaf4fb;
  }
  .ehbo-content{
    padding:14px;
    border-radius:16px;
  }
  .ehbo-card,.ehbo-form,.ehbo-event,.ehbo-doc,.ehbo-notice,.ehbo-empty{
    padding:19px;
    border-radius:14px;
  }
  .ehbo-card strong{
    font-size:24px;
    overflow-wrap:anywhere;
  }
  .ehbo-two{
    gap:20px;
    margin-top:22px;
  }
  .ehbo-two h2,.ehbo-section-head h2{
    font-size:24px;
  }
  .ehbo-section-head{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .ehbo-table-wrap{
    margin-left:-4px;
    margin-right:-4px;
  }
}

@media(max-width:420px){
  .ehbo-portal{padding:0 10px;margin:10px auto}
  .ehbo-portal-head{padding:18px 16px}
  .ehbo-portal-head h1{font-size:29px}
  .ehbo-portal-head span{font-size:11px}
  .ehbo-portal-head .ehbo-btn{font-size:14px;padding:9px 11px}
  .ehbo-tabs{gap:6px;padding:8px}
  .ehbo-tabs a{font-size:14px;min-height:46px}
  .ehbo-content{padding:10px}
  .ehbo-grid{gap:12px}
  .ehbo-card,.ehbo-form,.ehbo-event,.ehbo-doc,.ehbo-notice,.ehbo-empty{padding:16px}
}

/* v1.5.0 – mobiele kaarten, persoonlijk rooster en bekwaamheidsprofiel */
.ehbo-qualification-grid,.ehbo-schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ehbo-qualification-card,.ehbo-schedule-card{background:#fff;border:1px solid #e5edf3;border-radius:16px;padding:20px;box-shadow:0 5px 18px rgba(0,55,95,.07)}.ehbo-qualification-card h3,.ehbo-schedule-card h3{color:var(--ehbo-primary);margin:7px 0 14px}.ehbo-qualification-card p,.ehbo-schedule-card p{margin:7px 0;color:#465866}.ehbo-qualification-card.is-expired{border-left:5px solid #b42318}.ehbo-qualification-card .ehbo-btn{margin-top:8px}
@media(max-width:800px){.ehbo-qualification-grid,.ehbo-schedule-grid{grid-template-columns:1fr}.ehbo-table-wrap{overflow:visible}.ehbo-table,.ehbo-table tbody,.ehbo-table tr,.ehbo-table td{display:block;width:100%}.ehbo-table thead{display:none}.ehbo-table{background:transparent}.ehbo-table tr{background:#fff;border:1px solid #e5edf3;border-radius:14px;padding:14px;margin:0 0 14px;box-shadow:0 4px 14px rgba(0,55,95,.06)}.ehbo-table td{display:grid;grid-template-columns:minmax(92px,38%) 1fr;gap:10px;padding:9px 4px;border:0;overflow-wrap:anywhere}.ehbo-table td:before{font-weight:800;color:#536675}.ehbo-table td:nth-child(1):before{content:'Kies'}.ehbo-table td:nth-child(2):before{content:'Datum'}.ehbo-table td:nth-child(3):before{content:'Tijd'}.ehbo-table td:nth-child(4):before{content:'Locatie'}.ehbo-table td:nth-child(5):before{content:'Bezetting'}.ehbo-table td:nth-child(6):before{content:'Uw status'}.ehbo-table input[type=checkbox]{width:22px;height:22px}.ehbo-notice{overflow-wrap:anywhere}.ehbo-notice img,.ehbo-notice iframe,.ehbo-notice table{max-width:100%;height:auto}.ehbo-event-body{min-width:0}.ehbo-event-body form .ehbo-btn{width:100%;margin-top:4px}}

/* v1.6.0 – vernieuwd ledenportal met kaarten, nieuwsfeed en donkere modus */
.ehbo-portal{--ehbo-surface:#fff;--ehbo-surface-soft:#f6f9fb;--ehbo-text:#17212b;--ehbo-muted:#667683;--ehbo-border:#e4ebf1;--ehbo-shadow:0 8px 28px rgba(0,55,95,.08);color:var(--ehbo-text);width:min(1180px,100%);overflow:hidden}
.ehbo-portal img,.ehbo-portal video,.ehbo-portal iframe,.ehbo-portal table{max-width:100%}
.ehbo-head-actions{display:flex;align-items:center;gap:10px}.ehbo-head-actions form{margin:0}.ehbo-icon-btn{width:46px;height:46px;border-radius:12px;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.12);color:#fff;display:grid;place-items:center;cursor:pointer;font-size:20px}.ehbo-icon-btn:hover{background:rgba(255,255,255,.22)}
.ehbo-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:visible}.ehbo-tabs a{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;text-align:center;white-space:normal;line-height:1.2}.ehbo-tab-icon{font-size:17px}.ehbo-nav-count{position:absolute;top:5px;right:5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#d92d20;color:#fff;display:grid;place-items:center;font-size:11px}
.ehbo-dashboard-intro{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.ehbo-dashboard-intro h2{font-size:clamp(26px,4vw,38px);margin:5px 0;color:var(--ehbo-primary)}.ehbo-dashboard-intro p{margin:0;color:var(--ehbo-muted)}.ehbo-status-pill{white-space:nowrap;background:#e7f8ee;color:#12733d;padding:9px 14px;border-radius:999px;font-weight:800}
.ehbo-dashboard-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:32px}.ehbo-dashboard-tile{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;background:var(--ehbo-surface);border:1px solid var(--ehbo-border);border-radius:18px;padding:20px;text-decoration:none!important;color:var(--ehbo-text)!important;box-shadow:var(--ehbo-shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ehbo-dashboard-tile:hover{transform:translateY(-2px);border-color:var(--ehbo-primary);box-shadow:0 12px 32px rgba(0,55,95,.13)}.ehbo-dashboard-icon{width:48px;height:48px;border-radius:14px;background:#eaf4fb;display:grid;place-items:center;font-size:24px}.ehbo-dashboard-tile strong{display:block;color:var(--ehbo-primary);font-size:17px;margin-bottom:4px}.ehbo-dashboard-tile small{display:block;color:var(--ehbo-muted);line-height:1.35}.ehbo-tile-arrow{font-size:30px;color:var(--ehbo-primary)}
.ehbo-dashboard-columns{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:26px}.ehbo-dashboard-columns section{min-width:0}.ehbo-text-link{font-weight:800;color:var(--ehbo-primary)!important;text-decoration:none!important;white-space:nowrap}
.ehbo-schedule-grid{grid-template-columns:1fr}.ehbo-schedule-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:17px}.ehbo-card-date{width:58px;min-height:62px;border-radius:13px;background:var(--ehbo-primary);color:#fff;text-align:center;padding:8px}.ehbo-card-date strong{display:block;font-size:24px;line-height:1}.ehbo-card-date span{font-size:11px;text-transform:uppercase}.ehbo-card-main{min-width:0}.ehbo-card-main h3{margin:3px 0 8px}.ehbo-meta-row{display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--ehbo-muted);font-size:13px}
.ehbo-news-feed{display:grid;gap:16px}.ehbo-news-card{background:var(--ehbo-surface);border:1px solid var(--ehbo-border);border-radius:17px;padding:22px;box-shadow:var(--ehbo-shadow);overflow-wrap:anywhere}.ehbo-news-card.urgent{border-left:6px solid var(--ehbo-yellow)}.ehbo-news-card h3{margin:8px 0 10px;color:var(--ehbo-primary)}.ehbo-news-meta{display:flex;justify-content:space-between;gap:12px;color:var(--ehbo-muted);font-size:12px;font-weight:700}.ehbo-urgent-label{background:#fff1c2;color:#694d00;padding:4px 8px;border-radius:999px}.ehbo-news-content>:last-child{margin-bottom:0}
.ehbo-subsection{margin-top:30px}.ehbo-subsection>h3{font-size:20px;color:var(--ehbo-primary);margin:0 0 14px}.ehbo-event-card{background:var(--ehbo-surface);border:1px solid var(--ehbo-border);border-radius:18px;padding:22px;box-shadow:var(--ehbo-shadow)}.ehbo-event-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.ehbo-event-card h3{margin:5px 0;color:var(--ehbo-primary);font-size:22px}.ehbo-deadline{font-size:12px;font-weight:800;background:#eef4f8;padding:7px 10px;border-radius:999px;white-space:nowrap}.ehbo-event-description{color:var(--ehbo-muted);overflow-wrap:anywhere}.ehbo-slot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.ehbo-slot-card{position:relative;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:12px;border:2px solid var(--ehbo-border);border-radius:15px;padding:14px;cursor:pointer;background:var(--ehbo-surface);min-width:0}.ehbo-slot-card:hover,.ehbo-slot-card.is-selected{border-color:var(--ehbo-primary);background:#f2f8fc}.ehbo-slot-card.is-full{opacity:.65;cursor:not-allowed}.ehbo-slot-card>input{position:absolute;opacity:0;pointer-events:none}.ehbo-slot-check{width:22px;height:22px;border:2px solid #a9bac6;border-radius:6px;display:grid;place-items:center}.ehbo-slot-card.is-selected .ehbo-slot-check{background:var(--ehbo-primary);border-color:var(--ehbo-primary)}.ehbo-slot-card.is-selected .ehbo-slot-check:after{content:'✓';color:#fff;font-weight:900;font-size:14px}.ehbo-slot-date{text-align:center;min-width:50px}.ehbo-slot-date strong{display:block;color:var(--ehbo-primary);font-size:23px;line-height:1}.ehbo-slot-date small{font-size:10px;text-transform:uppercase;color:var(--ehbo-muted)}.ehbo-slot-info{min-width:0}.ehbo-slot-info strong,.ehbo-slot-info small{display:block}.ehbo-slot-info small{color:var(--ehbo-muted);margin-top:3px;overflow-wrap:anywhere}.ehbo-slot-status{font-size:12px;font-weight:800;color:var(--ehbo-primary)}
.ehbo-notification-list{display:grid;gap:13px}.ehbo-notification-item{display:grid;grid-template-columns:auto 1fr;gap:15px;align-items:flex-start;background:var(--ehbo-surface);border:1px solid var(--ehbo-border);border-left:5px solid #2e90fa;border-radius:15px;padding:18px;box-shadow:var(--ehbo-shadow)}.ehbo-notification-item.is-warning{border-left-color:#f5b700}.ehbo-notification-item.is-danger{border-left-color:#d92d20}.ehbo-notification-icon{width:42px;height:42px;border-radius:12px;background:#eef4f8;display:grid;place-items:center;font-size:21px}.ehbo-notification-item h3{margin:0 0 5px;color:var(--ehbo-primary)}.ehbo-notification-item p{margin:0;color:var(--ehbo-muted)}.ehbo-empty-success{border-left:5px solid #12b76a}
.ehbo-member-card-wrap{max-width:720px;margin:0 auto}.ehbo-member-card{background:linear-gradient(145deg,#003f73,#0067ad);color:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px rgba(0,54,95,.25)}.ehbo-member-card-top{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:4px solid var(--ehbo-yellow)}.ehbo-member-card-top span{font-size:11px;letter-spacing:.1em}.ehbo-member-card-top strong{display:block;font-size:24px}.ehbo-member-card-cross{font-size:38px!important;color:var(--ehbo-yellow)}.ehbo-member-card-body{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;padding:30px}.ehbo-member-avatar{width:105px;height:105px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.15);border:3px solid rgba(255,255,255,.8);font-size:38px;font-weight:900}.ehbo-member-card .ehbo-label{color:#c9e7f8}.ehbo-member-card h3{font-size:29px;margin:5px 0 18px;color:#fff}.ehbo-member-card-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.ehbo-member-card-details p{margin:0;background:rgba(255,255,255,.1);border-radius:11px;padding:10px 12px}.ehbo-member-card-details span,.ehbo-member-card-details strong{display:block}.ehbo-member-card-details span{font-size:10px;text-transform:uppercase;opacity:.75}.ehbo-member-card-footer{display:flex;justify-content:space-between;padding:15px 28px;background:rgba(0,0,0,.15);font-size:12px}.ehbo-card-note{text-align:center;color:var(--ehbo-muted);font-size:13px;margin-top:16px}
.ehbo-claim-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ehbo-claim-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;background:var(--ehbo-surface);border:1px solid var(--ehbo-border);border-radius:15px;padding:18px;box-shadow:var(--ehbo-shadow)}.ehbo-claim-card h3{margin:5px 0;color:var(--ehbo-primary)}.ehbo-claim-amount{font-size:22px;color:var(--ehbo-primary)}

/* Donkere modus blijft bewust beperkt tot het ledenportal. */
.ehbo-portal.ehbo-dark{--ehbo-surface:#17222c;--ehbo-surface-soft:#101820;--ehbo-text:#f1f5f8;--ehbo-muted:#aebdca;--ehbo-border:#30404d;--ehbo-shadow:0 8px 28px rgba(0,0,0,.28);color:var(--ehbo-text)}.ehbo-portal.ehbo-dark .ehbo-content{background:var(--ehbo-surface-soft)}.ehbo-portal.ehbo-dark .ehbo-tabs{background:#17222c}.ehbo-portal.ehbo-dark .ehbo-tabs a{color:#c9d5df;background:#1d2a35;border-color:#30404d}.ehbo-portal.ehbo-dark .ehbo-tabs a.active,.ehbo-portal.ehbo-dark .ehbo-tabs a:hover{background:#25455c;color:#fff}.ehbo-portal.ehbo-dark .ehbo-dashboard-intro h2,.ehbo-portal.ehbo-dark .ehbo-section-head h2,.ehbo-portal.ehbo-dark .ehbo-event-card h3,.ehbo-portal.ehbo-dark .ehbo-news-card h3,.ehbo-portal.ehbo-dark .ehbo-notification-item h3,.ehbo-portal.ehbo-dark .ehbo-card-main h3,.ehbo-portal.ehbo-dark .ehbo-claim-card h3{color:#8ed1ff}.ehbo-portal.ehbo-dark .ehbo-dashboard-icon,.ehbo-portal.ehbo-dark .ehbo-notification-icon{background:#263947}.ehbo-portal.ehbo-dark .ehbo-slot-card.is-selected{background:#203847}.ehbo-portal.ehbo-dark .ehbo-form input,.ehbo-portal.ehbo-dark .ehbo-form select,.ehbo-portal.ehbo-dark .ehbo-form textarea{background:#101820;color:#fff;border-color:#40515e}.ehbo-portal.ehbo-dark .ehbo-badge,.ehbo-portal.ehbo-dark .ehbo-deadline{background:#2b3b47;color:#e9f2f7}.ehbo-portal.ehbo-dark .ehbo-status-pill{background:#173c2a;color:#8ce6b3}

@media(max-width:1000px){.ehbo-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.ehbo-dashboard-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}.ehbo-dashboard-columns{grid-template-columns:1fr}.ehbo-slot-grid{grid-template-columns:1fr}}
@media(max-width:700px){body{overflow-x:hidden}.ehbo-portal{padding:0 10px;margin:10px auto}.ehbo-portal-head{padding:19px 16px;align-items:center}.ehbo-portal-head h1{font-size:28px}.ehbo-head-actions{gap:7px}.ehbo-icon-btn{width:42px;height:42px}.ehbo-head-actions .ehbo-btn{font-size:13px;padding:9px 11px}.ehbo-tabs{grid-template-columns:repeat(2,minmax(0,1fr));margin:12px 0 16px;padding:8px}.ehbo-tabs a{min-height:50px;padding:9px 6px;font-size:13px}.ehbo-content{padding:12px}.ehbo-dashboard-intro{align-items:flex-start;flex-direction:column}.ehbo-dashboard-tiles{grid-template-columns:1fr;gap:11px}.ehbo-dashboard-tile{padding:15px}.ehbo-schedule-card{grid-template-columns:auto minmax(0,1fr);align-items:start}.ehbo-schedule-card>.ehbo-badge{grid-column:2}.ehbo-event-card{padding:17px}.ehbo-event-card-head{flex-direction:column}.ehbo-deadline{white-space:normal}.ehbo-slot-card{grid-template-columns:auto auto minmax(0,1fr)}.ehbo-slot-status{grid-column:3}.ehbo-doc{width:100%}.ehbo-claim-grid{grid-template-columns:1fr}.ehbo-member-card-body{grid-template-columns:1fr;text-align:center;padding:24px 18px}.ehbo-member-avatar{margin:0 auto}.ehbo-member-card-details{text-align:left}.ehbo-member-card-top{padding:20px}.ehbo-member-card-top strong{font-size:20px}}
@media(max-width:420px){.ehbo-tabs{grid-template-columns:1fr 1fr}.ehbo-tab-icon{display:none}.ehbo-member-card-details{grid-template-columns:1fr}.ehbo-slot-card{grid-template-columns:auto minmax(0,1fr)}.ehbo-slot-date{grid-column:2;text-align:left}.ehbo-slot-info{grid-column:2}.ehbo-slot-status{grid-column:2}.ehbo-dashboard-tile{grid-template-columns:auto minmax(0,1fr) auto}.ehbo-dashboard-icon{width:42px;height:42px}.ehbo-content{overflow:hidden}}

/* SVJ Ledenportal 2.0 — uniforme appstructuur */
.ehbo-portal{max-width:1280px;--ehbo-app-bg:#f3f7fa;--ehbo-nav-width:230px}
.ehbo-app-shell{display:grid;grid-template-columns:var(--ehbo-nav-width) minmax(0,1fr);gap:18px;align-items:start;margin-top:18px}
.ehbo-app-nav{position:sticky;top:28px;min-width:0}
.ehbo-tabs{display:grid;grid-template-columns:1fr;gap:5px;overflow:visible;margin:0;padding:10px;background:var(--ehbo-surface,#fff);border:1px solid var(--ehbo-border,#dfe8ee);border-radius:18px;box-shadow:var(--ehbo-shadow,0 8px 28px rgba(0,63,115,.08))}
.ehbo-tabs a{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:46px;padding:10px 12px;border:1px solid transparent;border-radius:11px;white-space:normal;font-size:14px}
.ehbo-tabs a.active{background:#eaf4fb;border-color:#c9e2f2;box-shadow:none}
.ehbo-tab-icon{font-size:18px;text-align:center}
.ehbo-content{min-width:0;border-radius:18px;background:var(--ehbo-app-bg);padding:26px}
.ehbo-panel{background:var(--ehbo-surface,#fff);border:1px solid var(--ehbo-border,#dfe8ee);border-radius:18px;padding:22px;box-shadow:var(--ehbo-shadow,0 8px 28px rgba(0,63,115,.07));min-width:0}
.ehbo-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin:20px 0 24px}
.ehbo-stat-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;background:var(--ehbo-surface,#fff);border:1px solid var(--ehbo-border,#dfe8ee);border-radius:16px;padding:16px;text-decoration:none!important;color:var(--ehbo-text,#17212b)!important;box-shadow:var(--ehbo-shadow,0 8px 24px rgba(0,63,115,.06));transition:transform .18s ease,box-shadow .18s ease}
.ehbo-stat-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,63,115,.12)}
.ehbo-stat-card strong,.ehbo-stat-card small{display:block}.ehbo-stat-card strong{font-size:27px;color:var(--ehbo-primary);line-height:1}.ehbo-stat-card small{margin-top:4px;color:var(--ehbo-muted,#667683);font-weight:700}.ehbo-stat-icon{width:42px;height:42px;display:grid;place-items:center;background:#edf6fb;border-radius:12px;font-size:20px}
.ehbo-next-activity{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;background:linear-gradient(135deg,#f6fbfe,#fff);border:1px solid var(--ehbo-border,#dfe8ee);border-radius:16px;padding:18px}.ehbo-next-activity h3{margin:4px 0 6px;color:var(--ehbo-primary);font-size:21px}.ehbo-next-activity p{margin:0;color:var(--ehbo-muted,#667683)}.ehbo-next-date{width:62px;height:68px;border-radius:14px;background:var(--ehbo-primary);color:#fff;display:grid;place-content:center;text-align:center}.ehbo-next-date strong{font-size:27px;line-height:1}.ehbo-next-date span{text-transform:uppercase;font-size:11px;font-weight:800;margin-top:4px}
.ehbo-calendar{background:var(--ehbo-surface,#fff);border:1px solid var(--ehbo-border,#dfe8ee);border-radius:18px;padding:20px;box-shadow:var(--ehbo-shadow,0 8px 28px rgba(0,63,115,.07));overflow:hidden}.ehbo-calendar-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.ehbo-calendar-head h3{margin:3px 0 0;color:var(--ehbo-primary);font-size:23px}.ehbo-calendar-legend{display:flex;gap:13px;color:var(--ehbo-muted,#667683);font-size:12px;font-weight:700}.ehbo-calendar-legend span{display:flex;align-items:center;gap:5px}.ehbo-calendar-legend i{width:9px;height:9px;border-radius:50%;background:var(--ehbo-primary)}.ehbo-calendar-legend i.training{background:#c56700}.ehbo-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.ehbo-calendar-weekday{text-align:center;color:var(--ehbo-muted,#667683);font-size:11px;text-transform:uppercase;padding:5px}.ehbo-calendar-day{min-height:92px;border:1px solid var(--ehbo-border,#dfe8ee);border-radius:10px;padding:8px;background:var(--ehbo-surface,#fff);min-width:0}.ehbo-calendar-day>span:first-child{display:grid;place-items:center;width:25px;height:25px;font-size:12px;font-weight:800}.ehbo-calendar-day.is-today{border-color:var(--ehbo-primary);box-shadow:inset 0 0 0 1px var(--ehbo-primary)}.ehbo-calendar-day.is-today>span:first-child{background:var(--ehbo-primary);color:#fff;border-radius:50%}.ehbo-calendar-day.is-empty{background:transparent;border-style:dashed;opacity:.4}.ehbo-calendar-event{display:block;margin-top:4px;padding:4px 5px;border-radius:6px;background:#e8f4fb;color:var(--ehbo-primary);font-size:9px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ehbo-calendar-event.training{background:#fff0df;color:#8a4800}
.ehbo-schedule-grid{position:relative}.ehbo-schedule-card{transition:transform .18s ease,border-color .18s ease}.ehbo-schedule-card:hover{transform:translateY(-1px);border-color:#b7d6e9}
.ehbo-portal.ehbo-dark{--ehbo-app-bg:#0f171e}.ehbo-portal.ehbo-dark .ehbo-stat-icon{background:#263947}.ehbo-portal.ehbo-dark .ehbo-next-activity{background:#17252f}.ehbo-portal.ehbo-dark .ehbo-calendar-event{background:#203e50;color:#a7dcff}.ehbo-portal.ehbo-dark .ehbo-calendar-event.training{background:#4a3520;color:#ffd59c}

@media(max-width:1050px){.ehbo-app-shell{grid-template-columns:1fr}.ehbo-app-nav{position:static}.ehbo-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}.ehbo-tabs a{grid-template-columns:1fr;justify-items:center;text-align:center;gap:3px;padding:9px 5px;font-size:11px}.ehbo-tabs .ehbo-nav-count{position:absolute;margin:0 0 25px 25px}.ehbo-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.ehbo-portal{padding:0 8px 82px;margin:8px auto}.ehbo-app-shell{display:block;margin-top:12px}.ehbo-app-nav{position:fixed;z-index:9999;left:8px;right:8px;bottom:8px;top:auto}.ehbo-tabs{grid-template-columns:repeat(5,minmax(0,1fr));padding:6px;gap:2px;border-radius:18px;margin:0;box-shadow:0 12px 34px rgba(0,0,0,.2)}.ehbo-tabs a{display:none;min-height:54px;padding:6px 2px;font-size:10px;line-height:1.05}.ehbo-tabs a[href*="dashboard"],.ehbo-tabs a[href*="diensten"],.ehbo-tabs a[href*="oefenavonden"],.ehbo-tabs a[href*="rooster"],.ehbo-tabs a[href*="profiel"]{display:grid}.ehbo-tabs a.active{display:grid}.ehbo-tab-icon{display:block!important;font-size:19px}.ehbo-content{padding:14px;border-radius:16px}.ehbo-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ehbo-stat-card{grid-template-columns:auto minmax(0,1fr);padding:13px;gap:9px}.ehbo-stat-card>span:last-child{display:none}.ehbo-stat-card strong{font-size:23px}.ehbo-stat-icon{width:38px;height:38px}.ehbo-panel{padding:16px}.ehbo-next-activity{grid-template-columns:auto minmax(0,1fr)}.ehbo-next-activity>.ehbo-badge{grid-column:2}.ehbo-calendar{padding:12px;margin-left:-2px;margin-right:-2px}.ehbo-calendar-head{align-items:flex-start;flex-direction:column}.ehbo-calendar-grid{gap:3px}.ehbo-calendar-day{min-height:58px;padding:4px;border-radius:7px}.ehbo-calendar-event{font-size:0;width:7px;height:7px;border-radius:50%;padding:0;display:inline-block;margin:4px 2px 0 0}.ehbo-calendar-weekday{font-size:9px;padding:2px}.ehbo-calendar-day>span:first-child{width:22px;height:22px;font-size:10px}.ehbo-dashboard-intro{margin-bottom:14px}}
@media(max-width:420px){.ehbo-stat-grid{grid-template-columns:1fr 1fr}.ehbo-stat-card small{font-size:11px}.ehbo-tabs a{font-size:9px}}

/* SVJ Ledenportal 2.1 — planning, filters en agenda-export */
.ehbo-schedule-title{align-items:center}.ehbo-schedule-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin:0 0 20px;padding:14px;background:var(--ehbo-surface,#fff);border:1px solid var(--ehbo-border,#dfe8ee);border-radius:16px}.ehbo-view-switch{display:inline-flex;gap:4px;padding:4px;background:#edf3f7;border-radius:12px}.ehbo-view-switch a{padding:9px 14px;border-radius:9px;text-decoration:none!important;color:#4e606d;font-weight:800;font-size:13px}.ehbo-view-switch a.active{background:#fff;color:var(--ehbo-primary);box-shadow:0 3px 10px rgba(0,63,115,.1)}.ehbo-schedule-filters{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.ehbo-schedule-filters label{display:grid;gap:5px;font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:var(--ehbo-muted,#667683)}.ehbo-schedule-filters select{min-width:145px;padding:9px 34px 9px 10px;border:1px solid var(--ehbo-border,#ccd7df);border-radius:9px;background:var(--ehbo-surface,#fff);color:var(--ehbo-text,#17212b)}.ehbo-schedule-filters .ehbo-btn{padding:10px 14px}.ehbo-calendar-controls{display:flex;align-items:center;gap:5px}.ehbo-calendar-controls a{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border:1px solid var(--ehbo-border,#dfe8ee);border-radius:9px;background:var(--ehbo-surface,#fff);text-decoration:none!important;color:var(--ehbo-primary);font-weight:900}.ehbo-calendar-controls a.today{font-size:12px;min-width:auto}.ehbo-calendar-event{border:0;width:100%;text-align:left;cursor:pointer}.ehbo-calendar-event.is-pending{box-shadow:inset 3px 0 0 #d98a00}.ehbo-calendar-popover{position:fixed;z-index:10001;max-width:280px;padding:12px 14px;border-radius:12px;background:#17212b;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.25);pointer-events:none}.ehbo-calendar-popover strong,.ehbo-calendar-popover span{display:block}.ehbo-calendar-popover span{margin-top:4px;font-size:12px;opacity:.82}.ehbo-week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.ehbo-week-day{min-width:0;border:1px solid var(--ehbo-border,#dfe8ee);border-radius:12px;overflow:hidden;background:var(--ehbo-surface,#fff)}.ehbo-week-day>header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#f6f9fb;border-bottom:1px solid var(--ehbo-border,#dfe8ee)}.ehbo-week-day>header span{font-size:11px;text-transform:uppercase;font-weight:800;color:var(--ehbo-muted,#667683)}.ehbo-week-day>header strong{font-size:18px;color:var(--ehbo-primary)}.ehbo-week-day.is-today{border-color:var(--ehbo-primary);box-shadow:inset 0 0 0 1px var(--ehbo-primary)}.ehbo-week-events{display:grid;gap:7px;padding:8px;min-height:150px}.ehbo-week-event{display:grid;gap:3px;padding:9px;border-radius:9px;background:#e8f4fb;border-left:4px solid var(--ehbo-primary)}.ehbo-week-event.training{background:#fff0df;border-left-color:#c56700}.ehbo-week-event strong{font-size:11px}.ehbo-week-event span{font-size:12px;font-weight:800;line-height:1.25}.ehbo-week-event small{font-size:10px;color:var(--ehbo-muted,#667683)}.ehbo-week-empty{font-size:11px;color:var(--ehbo-muted,#667683);text-align:center;padding-top:20px}.ehbo-schedule-help{margin-top:18px;padding:15px 17px;border-radius:13px;background:#eaf4fb;border:1px solid #c9e2f2}.ehbo-schedule-help strong{color:var(--ehbo-primary)}.ehbo-schedule-help p{margin:4px 0 0;color:#566773;font-size:13px}.ehbo-badge-confirmed{background:#e4f7eb;color:#16703a}.ehbo-badge-pending{background:#fff1d8;color:#8a5500}.ehbo-badge-reserve{background:#f0e9ff;color:#6041a4}.ehbo-schedule-card.is-confirmed{border-left:4px solid #2b9a56}.ehbo-schedule-card.is-pending{border-left:4px solid #d98a00}.ehbo-schedule-card.is-reserve{border-left:4px solid #7656b5}.ehbo-portal.ehbo-dark .ehbo-view-switch{background:#101820}.ehbo-portal.ehbo-dark .ehbo-view-switch a.active,.ehbo-portal.ehbo-dark .ehbo-calendar-controls a{background:#22313c;color:#a7dcff}.ehbo-portal.ehbo-dark .ehbo-week-day>header{background:#17252f}.ehbo-portal.ehbo-dark .ehbo-schedule-help{background:#172c38;border-color:#31566c}.ehbo-portal.ehbo-dark .ehbo-schedule-help p{color:#b7c6cf}
@media(max-width:1050px){.ehbo-schedule-toolbar{align-items:stretch;flex-direction:column}.ehbo-week-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ehbo-week-day:last-child{grid-column:span 2}}
@media(max-width:700px){.ehbo-schedule-title{align-items:flex-start;flex-direction:column}.ehbo-schedule-title .ehbo-btn{width:100%}.ehbo-view-switch{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.ehbo-view-switch a{text-align:center}.ehbo-schedule-filters{display:grid;grid-template-columns:1fr 1fr;width:100%}.ehbo-schedule-filters label,.ehbo-schedule-filters select{width:100%;min-width:0}.ehbo-schedule-filters .ehbo-btn{grid-column:1/-1}.ehbo-schedule-filters .ehbo-text-link{text-align:center;grid-column:1/-1}.ehbo-calendar-head{position:relative}.ehbo-calendar-controls{width:100%;justify-content:space-between}.ehbo-calendar-legend{width:100%;justify-content:flex-start}.ehbo-week-grid{grid-template-columns:1fr}.ehbo-week-day:last-child{grid-column:auto}.ehbo-week-events{min-height:0}.ehbo-week-empty{padding:10px}.ehbo-calendar-popover{display:none!important}}

/* v2.1.1 – duidelijke kalenderdetails en positiebehoud */
#ehbo-rooster-calendar{scroll-margin-top:24px}
.ehbo-calendar-modal[hidden]{display:none!important}.ehbo-calendar-modal{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:18px}.ehbo-calendar-modal-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(9,20,29,.62);cursor:pointer}.ehbo-calendar-modal-card{position:relative;z-index:1;width:min(460px,100%);padding:26px;border-radius:20px;background:var(--ehbo-surface,#fff);color:var(--ehbo-text,#17212b);box-shadow:0 24px 70px rgba(0,0,0,.32)}.ehbo-calendar-modal-close{position:absolute;right:12px;top:10px;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:#edf3f7;color:#263844;font-size:25px;cursor:pointer}.ehbo-calendar-modal-type{display:inline-flex;margin:0 45px 8px 0;padding:6px 10px;border-radius:999px;background:#e8f4fb;color:var(--ehbo-primary);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.ehbo-calendar-modal-card h3{margin:0 45px 18px 0;color:var(--ehbo-primary);font-size:24px;line-height:1.2}.ehbo-calendar-modal-card dl{display:grid;gap:0;margin:0 0 20px}.ehbo-calendar-modal-card dl>div{display:grid;grid-template-columns:85px minmax(0,1fr);gap:12px;padding:11px 0;border-bottom:1px solid var(--ehbo-border,#dfe8ee)}.ehbo-calendar-modal-card dt{font-size:12px;font-weight:800;color:var(--ehbo-muted,#667683)}.ehbo-calendar-modal-card dd{margin:0;font-weight:750}.ehbo-portal.ehbo-dark .ehbo-calendar-modal-close{background:#263947;color:#fff}.ehbo-portal.ehbo-dark .ehbo-calendar-modal-type{background:#203e50;color:#a7dcff}
@media(max-width:700px){#ehbo-rooster-calendar{scroll-margin-top:12px}.ehbo-calendar-modal{align-items:end;padding:0}.ehbo-calendar-modal-card{width:100%;max-height:88vh;overflow:auto;border-radius:22px 22px 0 0;padding:24px 20px calc(24px + env(safe-area-inset-bottom))}.ehbo-calendar-event{min-width:10px;min-height:10px}.ehbo-calendar-modal-card h3{font-size:21px}}

/* 2.2 ledenpas, profielfoto en certificaten */
.ehbo-member-card-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.75fr);gap:24px;align-items:start}.ehbo-member-card-body{grid-template-columns:auto minmax(0,1fr) auto}.ehbo-member-avatar{overflow:hidden}.ehbo-member-avatar img,.ehbo-profile-photo-preview img{width:100%;height:100%;object-fit:cover}.ehbo-member-qr{background:#fff;border-radius:14px;padding:10px;text-align:center;color:#243746;box-shadow:0 6px 18px rgba(0,0,0,.12)}.ehbo-member-qr svg{display:block;width:116px;height:116px}.ehbo-member-qr small{display:block;margin-top:5px;font-size:11px}.ehbo-pass-info{background:var(--ehbo-surface,#fff);border:1px solid var(--ehbo-border,#dce6ee);border-radius:20px;padding:22px}.ehbo-pass-info h3{margin-top:0}.ehbo-pass-status{display:flex;gap:12px;align-items:flex-start;background:#eefaf2;border-radius:14px;padding:14px;margin:18px 0}.ehbo-pass-status small{display:block;color:#557064;margin-top:3px}.ehbo-status-dot{width:12px;height:12px;border-radius:50%;background:#22a55b;box-shadow:0 0 0 5px rgba(34,165,91,.15);margin-top:4px}.ehbo-profile-photo-panel{display:flex;gap:20px;align-items:center;padding:20px;border:1px solid var(--ehbo-border,#dce6ee);border-radius:18px;margin-bottom:22px;background:var(--ehbo-surface-soft,#f6f9fb)}.ehbo-profile-photo-preview{width:104px;height:104px;border-radius:50%;flex:0 0 104px;background:linear-gradient(135deg,#005aa3,#003f73);color:#fff;display:grid;place-items:center;font-size:34px;font-weight:800;overflow:hidden}.ehbo-profile-photo-panel p{margin:5px 0 12px}.ehbo-inline-check{display:block;margin-top:10px;font-weight:400}.ehbo-certificate-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.ehbo-certificate-summary>div{background:var(--ehbo-surface,#fff);border:1px solid var(--ehbo-border,#dce6ee);border-radius:16px;padding:18px;text-align:center}.ehbo-certificate-summary strong{display:block;font-size:30px}.ehbo-certificate-summary span{font-size:13px;color:var(--ehbo-muted,#637381)}.ehbo-certificate-grid{display:grid;gap:16px}.ehbo-certificate-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;background:var(--ehbo-surface,#fff);border:1px solid var(--ehbo-border,#dce6ee);border-left:5px solid #22a55b;border-radius:18px;padding:20px}.ehbo-certificate-card.is-warning{border-left-color:#e7a515}.ehbo-certificate-card.is-danger{border-left-color:#d64545}.ehbo-certificate-icon{width:48px;height:48px;border-radius:14px;background:var(--ehbo-surface-soft,#eef4f8);display:grid;place-items:center;font-size:24px}.ehbo-certificate-card h3{margin:4px 0 12px}.ehbo-certificate-card dl{display:flex;flex-wrap:wrap;gap:14px 24px;margin:0 0 14px}.ehbo-certificate-card dl div{min-width:130px}.ehbo-certificate-card dt{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--ehbo-muted,#637381)}.ehbo-certificate-card dd{margin:3px 0 0;font-weight:700}.ehbo-certificate-card .ehbo-btn{margin-top:14px;margin-left:10px}
@media(max-width:900px){.ehbo-member-card-layout{grid-template-columns:1fr}.ehbo-member-card-body{grid-template-columns:auto 1fr}.ehbo-member-qr{grid-column:1/-1;justify-self:center}.ehbo-certificate-summary{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:620px){.ehbo-profile-photo-panel{align-items:flex-start;flex-direction:column}.ehbo-certificate-summary{grid-template-columns:1fr}.ehbo-certificate-card{grid-template-columns:1fr}.ehbo-member-card-body{grid-template-columns:1fr;text-align:center}.ehbo-member-avatar{margin:auto}.ehbo-member-card-details{text-align:left}.ehbo-member-qr{grid-column:auto}.ehbo-certificate-card .ehbo-btn{margin-left:0;display:flex}}

/* 2.2.1 — mobiele Meer-navigatie en vaste snelkoppelingen */
.ehbo-more-button{display:none;position:relative;border:1px solid transparent;background:transparent;color:var(--ehbo-muted,#617281);font:inherit;font-weight:800;cursor:pointer}
.ehbo-more-overlay,.ehbo-more-menu{display:none}
.ehbo-quick-access,.ehbo-profile-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0 22px}
.ehbo-quick-access a,.ehbo-profile-links a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px;border:1px solid var(--ehbo-border,#dfe8ee);border-radius:16px;background:var(--ehbo-surface,#fff);box-shadow:var(--ehbo-shadow,0 8px 28px rgba(0,63,115,.08));color:var(--ehbo-text,#172033)!important;text-decoration:none!important}
.ehbo-quick-access a>span:first-child,.ehbo-profile-links a>span:first-child{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#edf7fc;font-size:23px}
.ehbo-quick-access strong,.ehbo-profile-links strong{display:block;color:var(--ehbo-primary,#005aa3)}
.ehbo-quick-access small,.ehbo-profile-links small{display:block;margin-top:2px;color:var(--ehbo-muted,#667683);font-size:12px}
.ehbo-profile-links{grid-template-columns:repeat(3,minmax(0,1fr))}
.ehbo-portal.ehbo-dark .ehbo-quick-access a,.ehbo-portal.ehbo-dark .ehbo-profile-links a{background:#17222c;border-color:#30404d;color:#f1f5f8!important}
.ehbo-portal.ehbo-dark .ehbo-quick-access a>span:first-child,.ehbo-portal.ehbo-dark .ehbo-profile-links a>span:first-child{background:#263947}
@media(max-width:700px){
  .ehbo-tabs a[href*="profiel"]{display:none}
  .ehbo-tabs .ehbo-more-button{display:grid;grid-template-columns:1fr;justify-items:center;align-items:center;gap:3px;min-height:54px;padding:6px 2px;border-radius:11px;font-size:10px;line-height:1.05}
  .ehbo-tabs .ehbo-more-button.is-active{background:#eaf4fb;border-color:#c9e2f2;color:var(--ehbo-primary,#005aa3)}
  .ehbo-more-overlay{display:block;position:fixed;z-index:10000;inset:0;background:rgba(9,24,36,.48);backdrop-filter:blur(2px)}
  .ehbo-more-menu{display:block;position:fixed;z-index:10001;left:8px;right:8px;bottom:8px;max-height:min(76vh,650px);overflow:auto;padding:20px 16px calc(18px + env(safe-area-inset-bottom));border:1px solid var(--ehbo-border,#dfe8ee);border-radius:24px;background:var(--ehbo-surface,#fff);box-shadow:0 24px 70px rgba(0,0,0,.3)}
  .ehbo-more-menu[hidden],.ehbo-more-overlay[hidden]{display:none}
  .ehbo-more-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.ehbo-more-head h2{margin:0;color:var(--ehbo-primary,#005aa3)}
  .ehbo-more-close{width:42px;height:42px;border:0;border-radius:50%;background:#edf3f7;font-size:28px;line-height:1;cursor:pointer}
  .ehbo-more-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .ehbo-more-grid a{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-height:72px;padding:13px;border:1px solid var(--ehbo-border,#dfe8ee);border-radius:15px;background:var(--ehbo-surface-soft,#f7fafc);color:var(--ehbo-text,#172033)!important;text-decoration:none!important}
  .ehbo-more-grid a>span:first-child{font-size:24px}.ehbo-more-grid a strong{font-size:13px}.ehbo-more-grid a.active{border-color:#7ab8dd;background:#eaf4fb}
  .ehbo-more-count{position:absolute;top:7px;right:7px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#d92d20;color:#fff;display:grid;place-items:center;font-size:11px}
  .ehbo-more-logout{margin-top:14px}.ehbo-more-logout .ehbo-btn{width:100%}
  .ehbo-quick-access,.ehbo-profile-links{grid-template-columns:1fr;margin:14px 0 18px}
  .ehbo-profile-links a{padding:14px}
  .ehbo-portal.ehbo-dark .ehbo-more-menu{background:#17222c;border-color:#30404d}.ehbo-portal.ehbo-dark .ehbo-more-close{background:#263947;color:#fff}.ehbo-portal.ehbo-dark .ehbo-more-grid a{background:#101820;border-color:#30404d;color:#f1f5f8!important}.ehbo-portal.ehbo-dark .ehbo-more-grid a.active{background:#25455c}
}

/* 2.3 – notificatiecentrum, nieuwsfeed en PWA */
.ehbo-notification-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:0 0 18px;padding:10px;border:1px solid var(--ehbo-border,#dfe8ee);border-radius:16px;background:var(--ehbo-surface,#fff)}
.ehbo-notification-toolbar nav{display:flex;flex-wrap:wrap;gap:6px}.ehbo-notification-toolbar nav a{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border-radius:11px;color:var(--ehbo-muted,#667683);font-weight:800;text-decoration:none}.ehbo-notification-toolbar nav a.active{background:#e8f4fb;color:var(--ehbo-primary,#005aa3)}.ehbo-notification-toolbar nav span{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:#d92d20;color:#fff;font-size:11px}
.ehbo-notification-item.is-unread{border-left-width:5px;box-shadow:0 8px 25px rgba(0,90,163,.10)}.ehbo-notification-item.is-read{opacity:.76}.ehbo-notification-title{display:flex;align-items:center;gap:9px}.ehbo-notification-title h3{margin:0}.ehbo-notification-title>span,.ehbo-new-label{display:inline-flex;padding:4px 8px;border-radius:999px;background:#dff1ff;color:#005a93;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.ehbo-notification-actions{display:flex;align-items:center;gap:16px;margin-top:9px}.ehbo-notification-actions form,.ehbo-notification-toolbar form,.ehbo-inline-action{margin:0}
.ehbo-text-button{appearance:none;border:0;background:none;padding:0;color:var(--ehbo-primary,#005aa3);font:inherit;font-size:13px;font-weight:800;text-decoration:underline;cursor:pointer}
.ehbo-news-card.is-unread{border-left:5px solid var(--ehbo-primary,#005aa3)}.ehbo-news-card.is-read{opacity:.82}.ehbo-news-excerpt{color:var(--ehbo-muted,#667683);line-height:1.6}.ehbo-news-details{margin-top:12px}.ehbo-news-details summary{cursor:pointer;color:var(--ehbo-primary,#005aa3);font-weight:800}.ehbo-news-details[open] summary{margin-bottom:12px}.ehbo-inline-action{margin-top:13px}
.ehbo-pwa-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;margin-top:22px;padding:20px;border-radius:18px;background:linear-gradient(135deg,#005a9f,#003f73);color:#fff}.ehbo-pwa-card>span{font-size:32px}.ehbo-pwa-card h3{margin:0 0 5px;color:#fff}.ehbo-pwa-card p{margin:0;opacity:.9}.ehbo-pwa-card .ehbo-btn{background:#fff;color:#005a9f}
.ehbo-portal.ehbo-dark .ehbo-notification-toolbar{background:#17222c;border-color:#30404d}.ehbo-portal.ehbo-dark .ehbo-notification-toolbar nav a.active{background:#25455c;color:#d9efff}.ehbo-portal.ehbo-dark .ehbo-notification-title>span,.ehbo-portal.ehbo-dark .ehbo-new-label{background:#25455c;color:#d9efff}
@media(max-width:700px){.ehbo-notification-toolbar{align-items:stretch;flex-direction:column}.ehbo-notification-toolbar nav{display:grid;grid-template-columns:repeat(3,1fr)}.ehbo-notification-toolbar nav a{justify-content:center;text-align:center;padding:9px 7px;font-size:12px}.ehbo-pwa-card{grid-template-columns:auto 1fr}.ehbo-pwa-card .ehbo-btn{grid-column:1/-1;width:100%}.ehbo-section-head [data-ehbo-enable-notifications]{width:100%;margin-top:12px}}

/* v2.3.3 — app-installatie op dashboard en standalone app-weergave */
.ehbo-dashboard-pwa{margin:0 0 24px}.ehbo-pwa-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.ehbo-pwa-card small{display:block;margin-top:7px;opacity:.82}.ehbo-btn-light{background:rgba(255,255,255,.14)!important;color:#fff!important;border:1px solid rgba(255,255,255,.5)!important}
.ehbo-app-consent[hidden]{display:none!important}.ehbo-app-consent{position:fixed;z-index:100000;inset:0;display:grid;place-items:center;padding:18px;background:rgba(3,22,36,.64);backdrop-filter:blur(6px)}.ehbo-app-consent-card{position:relative;width:min(460px,100%);padding:30px;border-radius:24px;background:var(--ehbo-surface,#fff);color:var(--ehbo-text,#15232e);box-shadow:0 24px 70px rgba(0,0,0,.32);text-align:center}.ehbo-app-consent-card h2{margin:10px 0 8px;color:var(--ehbo-primary,#005aa3)}.ehbo-app-consent-card p{margin:0 0 22px;color:var(--ehbo-muted,#667683);line-height:1.55}.ehbo-app-consent-icon{font-size:42px}.ehbo-app-consent-close{position:absolute;right:13px;top:11px;width:38px;height:38px;border:0;border-radius:50%;background:var(--ehbo-surface-soft,#eef4f7);font-size:25px;cursor:pointer}.ehbo-app-consent-actions{display:grid;gap:10px}.ehbo-app-consent-actions .ehbo-btn,.ehbo-app-consent-actions .ehbo-text-button{width:100%;justify-content:center}
body.ehbo-standalone-app #masthead,body.ehbo-standalone-app .site-header,body.ehbo-standalone-app .main-header,body.ehbo-standalone-app .header-wrapper,body.ehbo-standalone-app header.wp-block-template-part,body.ehbo-standalone-app #site-header,body.ehbo-standalone-app .elementor-location-header,body.ehbo-standalone-app #colophon,body.ehbo-standalone-app .site-footer,body.ehbo-standalone-app footer.wp-block-template-part,body.ehbo-standalone-app .elementor-location-footer{display:none!important}body.ehbo-standalone-app{margin:0!important;padding:0!important;background:var(--ehbo-surface-soft,#f3f7f9)!important}body.ehbo-standalone-app .site,body.ehbo-standalone-app .site-content,body.ehbo-standalone-app .content-area,body.ehbo-standalone-app main,body.ehbo-standalone-app .wp-site-blocks{margin:0!important;padding:0!important;max-width:none!important;width:100%!important}body.ehbo-standalone-app .ehbo-portal{max-width:none;margin:0 auto;min-height:100vh;padding-top:max(10px,env(safe-area-inset-top));padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right))}body.ehbo-standalone-app .ehbo-dashboard-pwa{display:none}
@media(max-width:700px){.ehbo-dashboard-pwa{grid-template-columns:auto minmax(0,1fr);padding:17px}.ehbo-pwa-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr}.ehbo-pwa-actions .ehbo-btn{width:100%}.ehbo-app-consent{align-items:end;padding:10px}.ehbo-app-consent-card{border-radius:24px 24px 18px 18px;padding:28px 20px 20px}body.ehbo-standalone-app .ehbo-portal{padding-bottom:calc(84px + env(safe-area-inset-bottom))}}

/* Frontend beheer 2.4 */
.ehbo-manage-nav{display:flex;gap:8px;overflow-x:auto;padding:4px 0 12px;margin-bottom:18px;scrollbar-width:thin}
.ehbo-manage-nav a{display:flex;align-items:center;gap:7px;white-space:nowrap;padding:10px 14px;border:1px solid var(--ehbo-border,#dbe3ea);border-radius:12px;background:var(--ehbo-card,#fff);text-decoration:none;color:inherit;font-weight:700}
.ehbo-manage-nav a.active{background:var(--ehbo-primary);color:#fff;border-color:var(--ehbo-primary)}
.ehbo-manage-list{display:grid;gap:14px;margin-top:16px}
.ehbo-manage-list>.ehbo-card{display:flex;align-items:center;justify-content:space-between;gap:18px}
.ehbo-manage-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ehbo-manage-form{display:grid;gap:16px;margin:14px 0 22px;padding:20px}
.ehbo-manage-form label:not(.ehbo-check){display:grid;gap:7px;font-weight:700}
.ehbo-manage-form input,.ehbo-manage-form textarea,.ehbo-manage-form select,.ehbo-status-form select,.ehbo-role-grid input{width:100%;max-width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid var(--ehbo-border,#cbd5df);border-radius:10px;background:var(--ehbo-card,#fff);color:inherit}
.ehbo-manage-slots{display:grid;gap:10px}
.ehbo-manage-slot{display:grid;grid-template-columns:1.15fr .8fr .8fr .7fr 1.5fr;gap:8px}
.ehbo-status-form{display:flex;align-items:center;gap:10px;min-width:310px}
.ehbo-role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:16px 0}
.ehbo-permission-list{display:grid;gap:8px;margin-top:12px}
.ehbo-check{display:flex!important;align-items:flex-start;gap:9px;font-weight:600!important}
.ehbo-check input{width:auto!important;margin-top:3px}
@media(max-width:780px){.ehbo-manage-list>.ehbo-card{align-items:stretch;flex-direction:column}.ehbo-status-form{min-width:0;width:100%;flex-direction:column;align-items:stretch}.ehbo-manage-slot{grid-template-columns:1fr 1fr}.ehbo-manage-slot input:nth-child(5){grid-column:1/-1}.ehbo-role-grid{grid-template-columns:1fr}.ehbo-manage-actions .ehbo-btn{width:100%;text-align:center}.ehbo-manage-nav{margin-left:-4px;margin-right:-4px}}


/* v2.5 — mobile app polish, consistente centrering en contentmedia */
*,*::before,*::after{box-sizing:border-box}
.ehbo-portal,.ehbo-login-box{width:100%;max-width:1180px;margin-left:auto!important;margin-right:auto!important}
.ehbo-login-box{max-width:620px;padding:30px}
.ehbo-login-title{margin:0 0 26px!important;color:var(--ehbo-text,#151527);font-size:clamp(30px,6vw,46px);line-height:1.08;letter-spacing:-.035em}
.ehbo-login-title span{color:var(--ehbo-primary,#005aa3)}
.ehbo-login-box>p{margin:0 0 26px;line-height:1.55}
.ehbo-login-box .ehbo-form{gap:18px}
.ehbo-login-box .ehbo-form label{gap:9px}
.ehbo-login-box .ehbo-form button[type=submit]{margin-top:10px;align-self:flex-start;min-width:150px;justify-content:center}
.ehbo-content,.ehbo-dashboard-intro,.ehbo-section-head,.ehbo-panel,.ehbo-card{min-width:0}
.ehbo-news-card{overflow:hidden;padding:0!important}
.ehbo-news-card-body{padding:20px}
.ehbo-news-image{display:block;width:100%;max-height:420px;object-fit:cover;background:#edf3f7}
.ehbo-news-content img{max-width:100%;height:auto;border-radius:12px;margin:10px 0}
.ehbo-current-image{display:grid;gap:10px}.ehbo-current-image img{width:min(320px,100%);height:auto;border-radius:14px;border:1px solid var(--ehbo-border,#dfe8ee)}
.ehbo-btn-danger{background:#b42318!important;border-color:#b42318!important;color:#fff!important}
.ehbo-delete-signup-form{margin:0}.ehbo-delete-signup-form .ehbo-btn{white-space:nowrap}
.ehbo-dashboard-intro>.ehbo-kicker:empty,.ehbo-schedule-title .ehbo-kicker:empty{display:none}
@media(max-width:700px){
 body .ehbo-portal{width:100%!important;max-width:100%!important;margin:0 auto!important;padding-left:12px!important;padding-right:12px!important}
 .ehbo-content{width:100%;margin:0 auto;padding:14px 10px}
 .ehbo-portal-head{width:100%;margin-left:auto;margin-right:auto}
 .ehbo-login-box{width:calc(100% - 24px);margin:18px auto!important;padding:24px 20px;border-radius:22px}
 .ehbo-login-title{margin-bottom:22px!important}
 .ehbo-login-box .ehbo-form button[type=submit]{width:auto;margin-top:14px}
 .ehbo-app-nav{left:12px;right:12px}
 .ehbo-dashboard-intro,.ehbo-section-head{width:100%}
 .ehbo-news-card-body{padding:16px}
 .ehbo-manage-list>.ehbo-card{padding:16px}
 .ehbo-delete-signup-form,.ehbo-delete-signup-form .ehbo-btn{width:100%}
}

/* v2.5.2 — gerichte mobiele UI-correcties na volledige controle */
.ehbo-portal{
  --ehbo-page-gutter:12px;
  --ehbo-section-gap:20px;
  --ehbo-card-gap:12px;
  --ehbo-card-padding:18px;
  width:min(1180px,100%);
  margin:18px auto;
  padding:0 14px;
  overflow:visible;
}
.ehbo-portal-head{
  width:100%;
  margin:0 0 14px;
  padding:24px 26px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
}
.ehbo-portal-head>div:first-child{min-width:0}
.ehbo-portal-head h1{
  margin:3px 0 0;
  font-size:clamp(28px,4vw,42px);
  line-height:1.05;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  word-break:normal;
  overflow-wrap:normal;
}
.ehbo-head-actions{flex:0 0 auto;justify-content:flex-end}
.ehbo-content{
  width:100%;
  margin:0;
  padding:22px;
  border-radius:18px;
}
.ehbo-section-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px;
}
.ehbo-section-head h1,.ehbo-section-head h2,.ehbo-section-head h3{
  margin:0 0 6px;
  line-height:1.18;
  overflow-wrap:normal;
}
.ehbo-section-head h2{font-size:28px}
.ehbo-section-head h3{font-size:21px}
.ehbo-section-head p{margin:0;line-height:1.5}
.ehbo-card,.ehbo-form,.ehbo-event,.ehbo-doc,.ehbo-notice,.ehbo-empty,
.ehbo-event-card,.ehbo-schedule-card,.ehbo-qualification-card,.ehbo-certificate-card,.ehbo-claim-card{padding:18px}
.ehbo-grid,.ehbo-list,.ehbo-docs,.ehbo-news-feed,.ehbo-notification-list,
.ehbo-schedule-grid,.ehbo-certificate-grid,.ehbo-qualification-grid,.ehbo-claim-grid,.ehbo-manage-list{gap:12px}
.ehbo-btn{min-height:42px;padding:10px 15px;line-height:1.2}
.ehbo-form input,.ehbo-form select,.ehbo-form textarea,.ehbo-login-box input{font-size:16px}
.ehbo-dashboard-intro{margin:0 0 18px}
.ehbo-dashboard-intro h2{font-size:26px;line-height:1.2}
.ehbo-schedule-toolbar{margin-bottom:16px}
.ehbo-schedule-filters{margin-bottom:0}
.ehbo-login-box{width:min(620px,calc(100% - 28px));margin:24px auto!important;padding:30px!important}
.ehbo-login-title{font-size:clamp(30px,6vw,42px)}

@media(max-width:800px){
  .ehbo-portal{margin:0 auto;padding:10px 10px calc(90px + env(safe-area-inset-bottom))}
  .ehbo-portal-head{padding:18px 16px;grid-template-columns:minmax(0,1fr) auto;gap:10px;border-radius:16px}
  .ehbo-portal-head span{font-size:11px}
  .ehbo-portal-head h1{font-size:28px;max-width:100%}
  .ehbo-head-actions{gap:7px}
  .ehbo-icon-btn{width:40px;height:40px;border-radius:10px}
  .ehbo-head-actions .ehbo-btn{min-height:40px;padding:8px 10px;font-size:13px}
  .ehbo-content{padding:18px 16px;border-radius:16px}
  .ehbo-section-head{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}
  .ehbo-section-head h2{font-size:26px}
  .ehbo-section-head h3{font-size:20px}
  .ehbo-section-head>.ehbo-btn,.ehbo-section-head>a.ehbo-btn{width:100%;margin:0}
  .ehbo-dashboard-intro{gap:12px;margin-bottom:16px}
  .ehbo-dashboard-intro h2{font-size:24px}
  .ehbo-schedule-toolbar{padding:12px;gap:12px}
  .ehbo-schedule-filters{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}
  .ehbo-schedule-filters label,.ehbo-schedule-filters select{width:100%;min-width:0}
  .ehbo-schedule-filters .ehbo-btn,.ehbo-schedule-filters .ehbo-text-link{grid-column:1/-1}
  .ehbo-card,.ehbo-form,.ehbo-event,.ehbo-doc,.ehbo-notice,.ehbo-empty,
  .ehbo-event-card,.ehbo-schedule-card,.ehbo-qualification-card,.ehbo-certificate-card,.ehbo-claim-card{padding:16px}
  .ehbo-login-box{margin:18px auto!important;padding:24px 20px!important}
  .ehbo-login-box .ehbo-form button[type=submit]{margin-top:14px!important}
}

@media(max-width:480px){
  .ehbo-portal{padding-left:8px;padding-right:8px}
  .ehbo-portal-head{padding:16px 14px}
  .ehbo-portal-head h1{font-size:26px}
  .ehbo-head-actions .ehbo-btn{padding:8px 9px;font-size:12px}
  .ehbo-content{padding:16px 14px}
  .ehbo-section-head h2{font-size:25px}
  .ehbo-dashboard-intro h2{font-size:23px}
  .ehbo-app-nav{left:8px;right:8px}
}

/* v2.5.3 — uniforme pagina-intro en compacte verticale ritmiek */
.ehbo-portal .ehbo-section-head{
  margin:0 0 18px!important;
  padding:0!important;
  gap:14px!important;
}
.ehbo-portal .ehbo-section-head>div{
  min-width:0;
  display:grid;
  gap:6px;
  align-content:start;
}
.ehbo-portal .ehbo-section-head h1,
.ehbo-portal .ehbo-section-head h2,
.ehbo-portal .ehbo-section-head h3{
  margin:0!important;
  padding:0!important;
  line-height:1.12!important;
  letter-spacing:-.025em;
}
.ehbo-portal .ehbo-section-head h2{
  font-size:clamp(26px,3.2vw,34px)!important;
}
.ehbo-portal .ehbo-section-head h3{
  font-size:clamp(20px,2.5vw,24px)!important;
}
.ehbo-portal .ehbo-section-head p{
  margin:0!important;
  padding:0!important;
  font-size:16px!important;
  line-height:1.45!important;
  color:var(--ehbo-muted,#667683)!important;
  max-width:720px;
}
.ehbo-portal .ehbo-schedule-title{
  align-items:flex-start!important;
}
.ehbo-portal .ehbo-schedule-title>.ehbo-btn{
  margin-top:0!important;
}

@media(max-width:800px){
  .ehbo-portal .ehbo-content{
    padding-top:16px!important;
  }
  .ehbo-portal .ehbo-section-head{
    margin-bottom:16px!important;
    gap:12px!important;
  }
  .ehbo-portal .ehbo-section-head>div{
    gap:5px;
  }
  .ehbo-portal .ehbo-section-head h2{
    font-size:28px!important;
    line-height:1.08!important;
  }
  .ehbo-portal .ehbo-section-head h3{
    font-size:21px!important;
  }
  .ehbo-portal .ehbo-section-head p{
    font-size:15px!important;
    line-height:1.42!important;
  }
  .ehbo-portal .ehbo-schedule-title>.ehbo-btn{
    min-height:44px;
    padding:10px 14px;
  }
}

@media(max-width:480px){
  .ehbo-portal .ehbo-content{
    padding:14px 14px 16px!important;
  }
  .ehbo-portal .ehbo-section-head h2{
    font-size:27px!important;
  }
  .ehbo-portal .ehbo-section-head p{
    font-size:15px!important;
  }
}

/* Sprint 2.6 stap 6 — overzichtelijke responsive inschrijvingen */
.ehbo-portal .ehbo-signup-section{
  margin-top:24px;
}
.ehbo-portal .ehbo-new-signups,
.ehbo-portal .ehbo-activity-signup-list,
.ehbo-portal .ehbo-signup-tools{
  display:grid;
  gap:16px;
}
.ehbo-portal .ehbo-signup-card{
  display:grid;
  gap:14px;
}
.ehbo-portal .ehbo-signup-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.ehbo-portal .ehbo-signup-card-head h3{
  margin:4px 0 0;
}
.ehbo-portal .ehbo-status-badge{
  flex:0 0 auto;
  white-space:nowrap;
}
.ehbo-portal .ehbo-signup-meta{
  display:grid;
  gap:6px;
}
.ehbo-portal .ehbo-signup-meta p{
  margin:0;
}
.ehbo-portal .ehbo-signup-quick-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ehbo-portal .ehbo-signup-details{
  border-top:1px solid var(--ehbo-border,#dfe7ec);
  padding-top:12px;
}
.ehbo-portal .ehbo-signup-details summary{
  cursor:pointer;
  font-weight:700;
}
.ehbo-portal .ehbo-signup-details form{
  margin-top:14px;
}
.ehbo-portal .ehbo-signup-filters{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:2px 0 10px;
  -webkit-overflow-scrolling:touch;
}
.ehbo-portal .ehbo-signup-filters a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:9px 14px;
  border:1px solid var(--ehbo-border,#dfe7ec);
  border-radius:14px;
  background:#fff;
  color:inherit;
  font-weight:700;
  text-decoration:none;
}
.ehbo-portal .ehbo-signup-filters a.active{
  border-color:var(--ehbo-primary,#005aa3);
  color:var(--ehbo-primary,#005aa3);
}
.ehbo-portal .ehbo-activity-signup-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.ehbo-portal .ehbo-activity-signup-card h3{
  margin:4px 0 6px;
}
.ehbo-portal .ehbo-activity-signup-card p{
  margin:0;
}
.ehbo-portal .ehbo-activity-counts{
  margin-top:6px!important;
  color:var(--ehbo-muted,#667683);
}
.ehbo-portal .ehbo-signup-tools{
  margin-top:24px;
}
.ehbo-portal .ehbo-stacked-manage-form{
  display:grid;
  gap:14px;
}
.ehbo-portal .ehbo-stacked-manage-form label,
.ehbo-portal .ehbo-stacked-manage-form select,
.ehbo-portal .ehbo-stacked-manage-form textarea,
.ehbo-portal .ehbo-stacked-manage-form .ehbo-btn{
  width:100%;
  max-width:none;
}

@media(min-width:900px){
  .ehbo-portal .ehbo-new-signups{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ehbo-portal .ehbo-signup-tools{
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:start;
  }
}

@media(max-width:800px){
  .ehbo-portal .ehbo-signup-card-head,
  .ehbo-portal .ehbo-activity-signup-card{
    align-items:stretch;
    flex-direction:column;
  }
  .ehbo-portal .ehbo-status-badge{
    align-self:flex-start;
  }
  .ehbo-portal .ehbo-signup-quick-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .ehbo-portal .ehbo-signup-quick-actions .ehbo-btn,
  .ehbo-portal .ehbo-activity-signup-card .ehbo-btn{
    width:100%;
    max-width:none;
  }
  .ehbo-portal .ehbo-signup-details form,
  .ehbo-portal .ehbo-signup-details label,
  .ehbo-portal .ehbo-signup-details select,
  .ehbo-portal .ehbo-signup-details textarea,
  .ehbo-portal .ehbo-signup-details .ehbo-btn{
    width:100%;
    max-width:none;
  }
}

/* Sprint 2.6 stap 8: aanklikbare beheer-overzichten */
.ehbo-dashboard-link-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;gap:6px;transition:transform .15s ease,box-shadow .15s ease}
.ehbo-dashboard-link-card:hover,.ehbo-dashboard-link-card:focus{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.1)}
.ehbo-dashboard-link-card strong{font-size:2rem;line-height:1}
.ehbo-dashboard-link-card .ehbo-text-link{margin-top:auto}
.ehbo-admin-card{text-decoration:none;color:inherit}
.ehbo-admin-card:hover,.ehbo-admin-card:focus{box-shadow:0 5px 16px rgba(0,0,0,.12)}

/* Sprint 2.9 stap 2: nieuws en mededelingenbeheer */
.ehbo-manage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ehbo-filter-form{display:flex;align-items:end;gap:12px;margin:18px 0}
.ehbo-filter-form label{flex:1;margin:0}
.ehbo-communication-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}
.ehbo-alert{padding:13px 16px;border-radius:10px;margin:14px 0;font-weight:600}
.ehbo-alert-success{background:#eaf7ef;border:1px solid #acd9bb}
.ehbo-alert-error{background:#fff0f0;border:1px solid #e4b2b2}
@media (max-width:720px){
  .ehbo-manage-grid{grid-template-columns:1fr}
  .ehbo-filter-form{display:grid;grid-template-columns:1fr;align-items:stretch}
  .ehbo-filter-form .ehbo-btn{width:100%}
  .ehbo-communication-card-head{display:block}
  .ehbo-communication-card-head small{display:block;margin-top:8px}
}

/* Sprint 2.9 stap 2 fix 1: uitgelichte afbeelding communicatie */
.ehbo-communication-thumb{display:block;width:100%;max-height:260px;object-fit:cover;border-radius:12px;margin:0 0 16px}.ehbo-current-image img{display:block;width:100%;max-width:420px;max-height:260px;object-fit:cover;border-radius:12px;margin-bottom:10px}

/* Sprint 2.9 stap 4 – ledenweergave communicatie en documenten */
.ehbo-library-toolbar{display:grid;grid-template-columns:minmax(220px,2fr) minmax(180px,1fr) auto auto;gap:14px;align-items:end;margin:0 0 22px;padding:18px;border:1px solid var(--ehbo-border,#dfe5ea);border-radius:16px;background:var(--ehbo-surface,#fff)}
.ehbo-library-toolbar label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:.88rem}
.ehbo-library-toolbar input[type="search"],.ehbo-library-toolbar select{width:100%;min-height:44px}
.ehbo-library-favorite-filter{flex-direction:row!important;align-items:center;min-height:44px;margin:0!important;padding:0 6px;font-weight:600!important}
.ehbo-library-document{align-items:center;gap:18px}
.ehbo-library-document-main{min-width:0;flex:1}
.ehbo-library-document-main h3{margin:8px 0 6px}
.ehbo-library-document-main p{margin:0 0 8px}
.ehbo-library-document-main small{display:block;overflow-wrap:anywhere;color:var(--ehbo-muted,#667085)}
.ehbo-library-document-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--ehbo-muted,#667085);font-size:.82rem}
.ehbo-library-document-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.ehbo-library-document-actions form{margin:0}
.ehbo-favorite-button{display:inline-grid;place-items:center;width:44px;height:44px;border:1px solid var(--ehbo-border,#d0d5dd);border-radius:12px;background:transparent;color:inherit;font-size:1.55rem;line-height:1;cursor:pointer}
.ehbo-favorite-button:hover,.ehbo-favorite-button.is-active{background:rgba(0,90,163,.08);border-color:var(--ehbo-primary,#005aa3);color:var(--ehbo-primary,#005aa3)}
@media (max-width:760px){.ehbo-library-toolbar{grid-template-columns:1fr;align-items:stretch}.ehbo-library-toolbar .ehbo-btn{width:100%}.ehbo-library-document{align-items:flex-start;flex-direction:column}.ehbo-library-document-actions{width:100%}.ehbo-library-document-actions .ehbo-btn{flex:1;text-align:center}}

/* Sprint 3.0 stap 3: centrale branding */
.ehbo-portal{background:var(--ehbo-bg,#f4f7fa);color:var(--ehbo-text,#17212b)}
.ehbo-portal .ehbo-btn:not(.ehbo-btn-outline):not(.ehbo-btn-light):not(.ehbo-btn-danger){background:var(--ehbo-button,var(--ehbo-primary,#005aa3));border-color:var(--ehbo-button,var(--ehbo-primary,#005aa3))}
.ehbo-portal .ehbo-text-link,.ehbo-portal .ehbo-tabs a.active,.ehbo-portal .ehbo-manage-nav a.active{color:var(--ehbo-primary,#005aa3)}
.ehbo-portal-brand{display:flex;align-items:center;gap:12px}.ehbo-portal-brand img{display:block;max-width:150px;max-height:52px;object-fit:contain}.ehbo-portal-brand h1{margin:0}.ehbo-portal-brand span{display:block}
.ehbo-brand-preview{display:block;margin-top:10px;padding:10px;border:1px solid #d8e0e7;border-radius:10px;background:#fff}.ehbo-brand-preview img{display:block;max-width:220px;max-height:80px;object-fit:contain}.ehbo-brand-preview-small img{max-width:64px;max-height:64px}
.ehbo-portal-footer{margin-top:28px;padding:18px 0 6px;border-top:1px solid rgba(0,0,0,.08);font-size:.9rem;opacity:.8}.ehbo-portal-footer p:last-child{margin-bottom:0}
@media(max-width:700px){.ehbo-portal-brand img{max-width:105px;max-height:42px}.ehbo-portal-brand h1{font-size:1.25rem}}


/* v3.0.0-fix1 — rustige beheer-navigatie met herkenbare icoontjes */
.ehbo-manage-nav a{position:relative;flex:0 0 auto;min-height:48px;padding:9px 13px;background:var(--ehbo-card,#fff);color:var(--ehbo-text,#17212b);border-color:var(--ehbo-border,#dbe3ea);box-shadow:none;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}
.ehbo-manage-nav a:hover{background:#f3f8fb;border-color:#bfd7e6;color:var(--ehbo-primary,#005aa3)}
.ehbo-manage-nav a.active{background:#f2f8fc!important;color:var(--ehbo-primary,#005aa3)!important;border-color:#b9d8ea!important;box-shadow:inset 0 -3px 0 var(--ehbo-primary,#005aa3)!important}
.ehbo-manage-nav-icon{display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;border-radius:8px;background:#edf4f8;font-size:15px;line-height:1;overflow:hidden}
.ehbo-manage-nav a.active .ehbo-manage-nav-icon{background:#dceef8}
.ehbo-manage-nav-label{display:block;min-width:0}
.ehbo-portal.ehbo-dark .ehbo-manage-nav a{background:#17222c;color:#dce6ee;border-color:#30404d}
.ehbo-portal.ehbo-dark .ehbo-manage-nav a:hover,.ehbo-portal.ehbo-dark .ehbo-manage-nav a.active{background:#20313e!important;color:#d9efff!important;border-color:#456276!important}
.ehbo-portal.ehbo-dark .ehbo-manage-nav-icon{background:#263947}
@media(max-width:780px){.ehbo-manage-nav a{padding:8px 11px;min-height:46px}.ehbo-manage-nav-icon{width:25px;height:25px;flex-basis:25px;font-size:14px}.ehbo-manage-nav a.active{box-shadow:inset 0 -3px 0 var(--ehbo-primary,#005aa3)!important}}

/* v4.2.5: alle zichtbare portals gebruiken de actieve tenantbranding. */
.ehbo-portal{--ehbo-app-bg:var(--ehbo-bg,#f4f7fa);font-family:var(--ehbo-font,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)}
.ehbo-portal .ehbo-btn{border-radius:var(--ehbo-button-radius,10px)}
.ehbo-portal .ehbo-pwa-card{background:linear-gradient(135deg,var(--ehbo-primary,#005aa3),var(--ehbo-dark,#003f73))}
.ehbo-portal .ehbo-member-card{background:linear-gradient(145deg,var(--ehbo-dark,#003f73),var(--ehbo-primary,#005aa3))}

/* v4.3.2: rustige kalenderupdates en melding bij uitgestelde live synchronisatie. */
.ehbo-calendar.is-loading{opacity:.58;pointer-events:none;transition:opacity .16s ease}
.ehbo-live-update{position:fixed;z-index:100050;right:24px;bottom:24px;display:flex;align-items:center;gap:18px;max-width:min(520px,calc(100vw - 32px));padding:14px 16px;border:1px solid rgba(0,0,0,.12);border-radius:14px;background:var(--ehbo-card,#fff);color:var(--ehbo-text,#17212b);box-shadow:0 14px 45px rgba(5,26,44,.22)}
.ehbo-live-update span{display:grid;gap:2px}.ehbo-live-update strong,.ehbo-live-update small{display:block}.ehbo-live-update small{opacity:.72}
.ehbo-portal.ehbo-dark .ehbo-live-update{border-color:#3b4b58;background:#17222c;color:#eef5fa}
@media(max-width:600px){.ehbo-live-update{right:16px;bottom:16px;left:16px;flex-direction:column;align-items:stretch}.ehbo-live-update .ehbo-btn{width:100%}}
