/* Frontend styles – wit blok + nette inputs (mobielvriendelijk) */
.elj-form-wrap{background:#fff;padding:22px;border-radius:16px;box-shadow:0 6px 18px rgba(0,0,0,.06);max-width:1100px;margin:0 auto}
.elj-calendar.white{background:#fff;margin-bottom:8px}
.elj-calendar{user-select:none}
.elj-cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.elj-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}
.elj-dow{font-weight:600;text-align:center;opacity:.7}
.elj-day{padding:10px 0;text-align:center;border-radius:10px;cursor:pointer;border:1px solid #eaeaea}
.elj-day.free{background:#e9f8ee;border-color:#b9ebc6}  /* groen */
.elj-day.busy{background:#ffe9e9;border-color:#ffc7c7}  /* rood */
.elj-day.selected{outline:2px solid #333}
.elj-legend-front{margin:8px 0 14px;display:flex;gap:10px;flex-wrap:wrap}
.elj-legend-front .lg{padding:4px 8px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:12px}
.elj-legend-front .free{background:#e9f8ee}
.elj-legend-front .busy{background:#ffe9e9}
.elj-form .elj-row{display:flex;gap:12px;flex-wrap:wrap}
.elj-form .elj-col{flex:1;min-width:220px}
.elj-form label{display:block;margin-bottom:6px;font-weight:600}
.elj-form input{width:100%;padding:12px 14px;border:1px solid #d9d9d9;border-radius:10px;background:#fff}
.elj-form input:focus{outline:none;border-color:#333;box-shadow:0 0 0 2px rgba(0,0,0,.06)}
.elj-btn{margin-top:10px;display:inline-block;background:#111;color:#fff;border:none;border-radius:999px;padding:12px 18px;cursor:pointer}
.elj-msg{margin-top:10px}
@media (max-width:640px){
  .elj-cal-grid{gap:4px}
  .elj-day{padding:8px 0}
  .elj-form .elj-col{min-width:calc(50% - 6px)}
}
