:root{
  --hp-cream:#fbf4e7;
  --hp-cream-2:#fffaf1;
  --hp-yellow:#f4bd26;
  --hp-gold:#dca42b;
  --hp-orange:#e88932;
  --hp-red:#c8423d;
  --hp-green:#42b395;
  --hp-body-bg:#42b395;--hp-body-bg-image:none;--hp-body-bg-repeat:no-repeat;--hp-body-bg-position:center top;--hp-body-bg-size:cover;--hp-body-bg-attachment:scroll;
  --hp-body-font:"Open Sans",Arial,sans-serif;
  --hp-body-size:14px;
  --hp-body-weight:500;
  --hp-heading-color:#c8423d;
  --hp-heading-font:"Tekton Pro Cond","Tekton Pro","Trebuchet MS","Segoe UI",Arial,sans-serif;
  --hp-heading-size:30px;
  --hp-heading-weight:500;
  --hp-heading-line:30px;
  --hp-heading-height:40.8px;
  --hp-blue:#52abc7;
  --hp-text:#4a3325;
  --hp-muted:#786558;
  --hp-white:#fff;
  --hp-border:#eadcc6;
  --hp-shadow:0 14px 34px rgba(82,55,32,.12);
  --hp-radius:22px;
  --font-head:"Tekton Pro Cond","Tekton Pro","Trebuchet MS","Segoe UI",Arial,sans-serif;
  --font-body:"Open Sans","Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background-color:var(--hp-body-bg);background-image:var(--hp-body-bg-image);background-repeat:var(--hp-body-bg-repeat);background-position:var(--hp-body-bg-position);background-size:var(--hp-body-bg-size);background-attachment:var(--hp-body-bg-attachment);color:var(--hp-text);font-family:var(--hp-body-font);font-size:var(--hp-body-size);font-weight:var(--hp-body-weight);line-height:1.65}
a{color:var(--hp-red);text-decoration:none}a:hover{text-decoration:underline}.skip{position:absolute;left:-9999px}.skip:focus{left:20px;top:20px;z-index:9999;background:#fff;padding:12px;border-radius:10px}.container{width:min(1140px,92vw);margin:0 auto}.topbar{background:var(--hp-yellow);color:#fff;font-weight:700;font-size:15px;padding:8px 0;text-shadow:0 1px 1px rgba(0,0,0,.12)}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,250,241,.96);box-shadow:0 8px 30px rgba(88,57,34,.12);backdrop-filter:blur(8px)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:88px}.brand{display:flex;align-items:center;gap:14px;color:var(--hp-text);font:800 27px/1 var(--font-head);white-space:nowrap}.brand:hover{text-decoration:none}.brand-logo{max-height:72px;max-width:230px;width:auto;display:block}.brand-mark{display:grid;place-items:center;width:60px;height:60px;border-radius:50%;background:var(--hp-red);color:#fff;border:6px solid var(--hp-yellow);font-weight:900}.nav-toggle{display:none;border:0;background:var(--hp-red);color:#fff;border-radius:999px;padding:10px 14px;font-size:22px}.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:0}.main-menu,.main-menu ul{margin:0;padding:0;list-style:none}.main-menu{display:flex;align-items:center;gap:2px}.main-menu>li{position:relative}.main-menu a,.menu-dropdown-toggle{display:flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--hp-text);font-weight:800;font-size:15px;padding:16px 12px;border-radius:18px;cursor:pointer;font-family:var(--font-head)}.main-menu a:hover,.menu-dropdown-toggle:hover{background:#fff0cc;text-decoration:none;color:var(--hp-red)}.sub-menu{position:absolute;left:0;top:100%;min-width:250px;background:#fff;border:1px solid var(--hp-border);border-radius:18px;box-shadow:var(--hp-shadow);padding:10px!important;display:none}.has-children:hover>.sub-menu,.has-children.open>.sub-menu{display:block}.sub-menu a,.sub-menu .menu-dropdown-toggle{display:block;width:100%;text-align:left;padding:10px 12px;border-radius:12px;font-weight:700;color:var(--hp-text)}
h1,h2,h3,h4{font-family:var(--hp-heading-font);font-size:var(--hp-heading-size);font-weight:var(--hp-heading-weight);line-height:var(--hp-heading-line);min-height:var(--hp-heading-height);color:var(--hp-heading-color);margin:0 0 .65em;letter-spacing:.01em}h1,h2,h3{font-size:var(--hp-heading-size);color:var(--hp-heading-color)}.content h1,.content h2,.content h3,.content h4,.section-title h2,.side-menu h2{font-family:var(--hp-heading-font);font-size:var(--hp-heading-size);font-weight:var(--hp-heading-weight);line-height:var(--hp-heading-line);min-height:var(--hp-heading-height);color:var(--hp-heading-color)}.lead{font-size:clamp(18px,2.2vw,22px);color:var(--hp-muted)}.hero,.page-hero{background:radial-gradient(circle at top left,#fff7df 0,#fbeed1 42%,#f7dfb4 100%);background-size:cover;background-position:center;padding:72px 0 56px;position:relative;overflow:hidden}.hero:before,.page-hero:before{content:"";position:absolute;right:-90px;top:-90px;width:320px;height:320px;border-radius:50%;background:rgba(244,189,38,.28)}.hero:after{content:"";position:absolute;left:-50px;bottom:-80px;width:220px;height:220px;border-radius:50%;background:rgba(82,171,199,.18)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.25fr .75fr;gap:44px;align-items:center}.eyebrow{display:inline-block;margin-bottom:18px;background:#fff;border:1px solid var(--hp-border);border-radius:999px;padding:8px 16px;color:var(--hp-green);font-weight:800}.cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--hp-red);color:#fff!important;padding:12px 20px;font-weight:800;font-family:var(--font-head);box-shadow:0 8px 18px rgba(200,66,61,.2);cursor:pointer}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-alt{background:var(--hp-green)}.btn-small{padding:8px 12px;font-size:14px}.hero-card,.card,.admin-card{background:#fff;border:1px solid var(--hp-border);border-radius:var(--hp-radius);box-shadow:var(--hp-shadow);padding:26px}.hero-card ul{padding-left:22px;margin:0}.section{padding:58px 0}.section-soft{background:#fff7e5}.section-title{text-align:center;margin-bottom:28px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{font-family:var(--hp-body-font);font-size:var(--hp-body-size);font-weight:var(--hp-body-weight);transition:transform .2s ease}.card:hover{transform:translateY(-3px)}.icon{font-size:38px;width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:#fff1c9;margin-bottom:16px}.location-list{display:flex;flex-wrap:wrap;gap:12px}.location-pill{display:inline-flex;background:#fff;border:2px solid #f0d69d;border-radius:999px;padding:10px 15px;color:var(--hp-text);font-weight:800}.location-pill:hover{background:var(--hp-yellow);color:#fff;text-decoration:none}.page-with-menu{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}.content{max-width:900px;font-family:var(--hp-body-font);font-size:var(--hp-body-size);font-weight:var(--hp-body-weight)}.content img{max-width:100%;height:auto;border-radius:16px}.content p:first-child{margin-top:0}.side-menu{background:#fff;border:1px solid var(--hp-border);border-radius:var(--hp-radius);box-shadow:var(--hp-shadow);padding:22px;position:sticky;top:125px}.side-menu h2{font-size:22px}.side-menu-list,.side-menu-list ul{list-style:none;margin:0;padding:0}.side-menu-list a{display:block;padding:10px 0;border-bottom:1px solid #f1e5d4;color:var(--hp-text);font-weight:700}.site-footer{background:#5a3b2a;color:#fff;margin-top:50px;padding:46px 0 0}.site-footer h3,.site-footer h4{color:#fff}.site-footer a{display:block;color:#fff;margin:6px 0}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr;gap:34px}.footer-bottom{text-align:center;background:#42291d;margin-top:35px;padding:14px;color:#f7e7d1}
/* Admin */
.admin-body{background:#f5efe3}.admin-layout{display:grid;grid-template-columns:270px 1fr;min-height:100vh}.admin-sidebar{background:#5a3b2a;color:#fff;padding:26px 22px;position:sticky;top:0;height:100vh;overflow:auto}.admin-sidebar h2{color:#fff;font-size:24px}.admin-sidebar p{color:#f4dfc8}.admin-sidebar a{display:block;color:#fff;padding:11px 14px;margin:4px 0;border-radius:14px;font-weight:700}.admin-sidebar a:hover{background:rgba(255,255,255,.12);text-decoration:none}.admin-main{padding:34px;max-width:1280px;width:100%}.admin-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.form{display:grid;gap:18px}.form label{display:grid;gap:7px;font-weight:800;color:var(--hp-text)}.input,.form input[type=text],.form input[type=email],.form input[type=password],.form input[type=file],.form select,.form textarea,select,textarea{width:100%;border:1px solid var(--hp-border);border-radius:14px;background:#fff;padding:12px 14px;font:inherit;color:var(--hp-text)}.form textarea{min-height:120px}.notice{background:#e9f7df;border:1px solid #b9dc9a;color:#36551d;border-radius:16px;padding:14px 16px;margin:0 0 20px}.notice.error{background:#fff1ef;border-color:#e5aca8;color:#8b2520}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--hp-shadow)}.table th,.table td{padding:13px 15px;border-bottom:1px solid #f0e5d8;text-align:left}.table th{background:#fff4d5;color:var(--hp-text)}.actions a{margin-right:10px;font-weight:700}.help-text,.muted{color:var(--hp-muted);font-size:14px}.checkline{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:8px!important;font-weight:600!important}.image-preview img{max-width:360px;max-height:190px;border-radius:16px;border:1px solid var(--hp-border);display:block;margin:8px 0}.logo-preview-box{background:#fff;border:1px solid var(--hp-border);border-radius:16px;padding:18px;display:inline-flex;align-items:center;margin-bottom:10px}.logo-preview-box img{max-width:260px;max-height:110px}.wysiwyg-hidden{display:none!important}.wysiwyg-editor{background:#fff;border-radius:0 0 14px 14px;margin-bottom:22px}.ql-container{height:190px!important;overflow:auto}.wysiwyg-large .ql-container{height:360px!important}.ql-toolbar.ql-snow{border-radius:14px 14px 0 0;background:#fffaf1}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.media-card{background:#fffaf1;border:1px solid var(--hp-border);border-radius:18px;padding:16px}.media-thumb{height:150px;background:#fff;border:1px solid var(--hp-border);border-radius:14px;display:grid;place-items:center;overflow:hidden}.media-thumb img{width:100%;height:100%;object-fit:cover}.media-file-icon{display:grid;place-items:center;width:74px;height:74px;border-radius:18px;background:var(--hp-red);color:#fff;font-weight:900}.media-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.link-danger{border:0;background:transparent;color:var(--hp-red);font-weight:800;cursor:pointer;padding:8px}.media-url{font-size:12px}
@media (max-width:960px){.nav-toggle{display:inline-flex}.main-nav{position:absolute;left:0;right:0;top:100%;background:#fffaf1;border-top:1px solid var(--hp-border);padding:14px 4vw;display:none}.main-nav.open{display:block}.main-menu{display:block}.main-menu a,.menu-dropdown-toggle{width:100%;justify-content:space-between}.sub-menu{position:static;box-shadow:none;border:0;background:#fff7e5;margin:0 0 8px 12px}.hero-grid,.grid-3,.footer-grid,.page-with-menu{grid-template-columns:1fr}.side-menu{position:static}.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto}.admin-main{padding:22px}.admin-top{display:block}.brand-logo{max-height:58px;max-width:190px}}
@media (max-width:560px){h1,h2,h3,h4,.content h1,.content h2,.content h3,.content h4,.section-title h2,.side-menu h2{font-size:var(--hp-heading-size);line-height:var(--hp-heading-line);min-height:var(--hp-heading-height)}.hero,.page-hero{padding:48px 0 36px}.nav-wrap{min-height:74px}.section{padding:38px 0}.hero-card,.card,.admin-card{padding:20px}}

/* Style settings dashboard */
.style-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.style-grid .full{grid-column:1/-1}.color-row{display:flex;align-items:center;gap:10px}.color-row input[type=color]{width:54px;height:44px;border:0;background:transparent;padding:0}.style-preview{background:#fff;border:1px solid var(--hp-border);border-radius:18px;padding:22px;margin-top:12px}.style-preview h2{margin-bottom:10px}.code-textarea{font-family:Consolas,Monaco,monospace!important;min-height:220px!important}@media(max-width:760px){.style-grid{grid-template-columns:1fr}}

/* v28 Home blok zoals originele website */
.hp-home-visual{background:var(--hp-green);overflow:hidden}.hp-home-photo{height:315px;background-image:url('/uploads/legacy/images/2020/01/homepage.jpg');background-size:cover;background-position:center top;background-repeat:no-repeat}.hp-home-green{background-color:#d8ead0;background-image:url('/uploads/legacy/images/2019/10/bg-groen.jpg');background-size:auto;background-position:center top;background-repeat:repeat;min-height:300px;padding:0 0 68px}.home-nearby-panel{position:relative;z-index:2;background:#fff;border-radius:6px;box-shadow:0 12px 18px -6px rgba(0,0,0,.30);margin:-34px auto 42px;max-width:1080px;overflow:hidden}.home-nearby-panel h1{text-align:center;color:var(--hp-green);font-family:var(--hp-heading-font);font-size:30px;font-weight:500;line-height:34px;min-height:0;margin:0;padding:12px 20px 8px;border-bottom:1px solid #eee;text-shadow:0 1px 1px rgba(255,255,255,.75)}.nearby-services{display:grid;grid-template-columns:1.05fr 1.05fr .85fr .85fr .85fr;align-items:center;gap:18px;padding:10px 30px 28px}.nearby-service{display:flex;align-items:center;gap:15px;color:#45505a;text-decoration:none;min-width:0}.nearby-service:hover{text-decoration:none;transform:translateY(-1px)}.nearby-service img{width:42px;height:46px;object-fit:contain;flex:0 0 auto}.nearby-service strong{display:block;font-family:var(--hp-heading-font);font-size:22px;line-height:24px;font-weight:500;color:#4c535d}.nearby-service small{display:block;font-family:var(--hp-heading-font);font-size:17px;line-height:18px;color:#4c535d}.nearby-button{display:flex;align-items:center;justify-content:center;min-height:55px;border-radius:4px;color:#fff!important;font-family:var(--hp-heading-font);font-size:22px;font-weight:500;line-height:24px;text-align:center;padding:12px 22px;text-decoration:none;box-shadow:none}.nearby-button:hover{text-decoration:none;filter:brightness(.96);transform:translateY(-1px)}.nearby-button-purple{background:#a1258c}.nearby-button-green{background:#42b395}.home-crown-links{display:grid;grid-template-columns:repeat(5,1fr);gap:44px;max-width:1100px;margin:0 auto;text-align:center}.home-crown-links a{display:flex;flex-direction:column;align-items:center;gap:22px;color:#fff;text-decoration:none}.home-crown-links img{width:108px;height:111px;object-fit:contain;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18))}.home-crown-links span{font-family:var(--hp-heading-font);font-size:30px;font-weight:500;line-height:31px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.35)}.home-crown-links a:hover{text-decoration:none;transform:translateY(-2px)}
@media(max-width:1080px){.nearby-services{grid-template-columns:repeat(3,1fr);gap:16px}.nearby-button{min-height:50px}.home-crown-links{gap:24px}.home-crown-links span{font-size:26px;line-height:27px}}
@media(max-width:760px){.hp-home-photo{height:230px;background-position:center top}.hp-home-green{padding-bottom:42px}.home-nearby-panel{margin:-24px auto 34px}.nearby-services{grid-template-columns:1fr;padding:16px 20px 24px}.nearby-service{justify-content:flex-start}.nearby-button{width:100%}.home-crown-links{grid-template-columns:repeat(2,1fr);gap:32px 20px}.home-crown-links a:last-child{grid-column:1/-1}.home-crown-links img{width:92px;height:auto}.home-crown-links span{font-size:24px;line-height:25px}.home-nearby-panel h1{font-size:26px;line-height:28px}}
@media(max-width:430px){.hp-home-photo{height:190px}.home-crown-links{grid-template-columns:1fr}.home-crown-links a:last-child{grid-column:auto}.nearby-service strong{font-size:20px}.nearby-service small{font-size:16px}}

/* v29 - Templates dashboard */
.template-repeat-card{border:1px solid #eadfce;border-radius:16px;background:#fffaf2;padding:18px;margin:16px 0;display:grid;gap:12px}
.template-repeat-card h3{margin:0 0 4px;color:#9d2b8a;font-size:22px;line-height:1.1}
.small-preview{display:flex;align-items:center;gap:12px;margin:6px 0 10px}
.small-preview img{max-width:90px;max-height:90px;border-radius:14px;background:#fff;border:1px solid #eadfce;padding:6px;object-fit:contain}
.admin-card .checkline{display:flex;align-items:center;gap:10px;margin-top:12px;font-weight:600}
.admin-card .checkline input{width:auto}
@media (min-width:900px){.template-repeat-card{grid-template-columns:1fr 1fr}.template-repeat-card h3,.template-repeat-card .small-preview{grid-column:1/-1}}

/* v30 - Locatie detail template */
.hp-location-hero{height:300px;background-size:cover;background-position:center center;background-repeat:no-repeat;background-color:#f8f0df}
.hp-location-breadcrumbs{background:#fff7eb;padding:22px 0 16px;border-bottom:1px solid rgba(0,0,0,.06)}
.hp-location-breadcrumbs .breadcrumbs{font-size:13px;color:#6a7b84;margin-bottom:12px}.hp-location-breadcrumbs .breadcrumbs a{color:var(--hp-green);font-weight:700}.hp-location-breadcrumbs h1{margin:0;color:var(--hp-green);text-shadow:0 1px 1px rgba(255,255,255,.8)}
.hp-location-section{background:#fff}.hp-location-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:42px;align-items:start}.hp-location-main h2.groen,.hp-location-main .groen{color:var(--hp-green)}
.hp-location-services{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 26px;margin:22px 0 34px}.hp-location-service{display:flex;align-items:center;gap:14px;text-decoration:none;color:#4c626f;background:#fff;border-radius:16px;padding:14px 12px;border:1px solid #ecdfcf;box-shadow:0 6px 16px rgba(0,0,0,.05)}.hp-location-service:hover{text-decoration:none;transform:translateY(-1px)}.hp-location-service img{width:42px;height:48px;object-fit:contain;flex:0 0 auto}.hp-location-service strong{display:block;font-family:var(--hp-heading-font);font-size:22px;line-height:22px;font-weight:500;color:#4c535d}.hp-location-service small{display:block;font-family:var(--hp-heading-font);font-size:17px;line-height:18px;color:#4c535d}
.hp-location-info-card{display:grid;grid-template-columns:1fr minmax(220px,.85fr);gap:26px;background:#fffdf8;border:1px solid #e9dbc6;border-radius:20px;padding:24px;margin:24px 0 30px;box-shadow:0 7px 20px rgba(0,0,0,.06)}.hp-info-line{display:flex;gap:16px;margin:0 0 22px}.hp-info-line:last-child{margin-bottom:0}.hp-info-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--hp-green);color:#fff;font-weight:900;font-size:16px;line-height:1;flex:0 0 auto}.hp-info-line h3{font-size:22px;line-height:24px;min-height:0;margin:0 0 4px;color:#9d2b8a}.hp-info-line p{margin:0}.hp-location-image img{width:100%;height:100%;min-height:260px;object-fit:cover;border-radius:18px}
.hp-location-content-block{border-top:1px solid #ecdfcf;padding:24px 0}.hp-location-content-block h2,.hp-location-content-block h3{color:var(--hp-green)}
.hp-location-sidebar{position:sticky;top:120px;display:grid;gap:14px}.hp-sidebar-title{background:#9d2b8a;color:#fff;border-radius:16px 16px 0 0;padding:17px 20px;font-family:var(--hp-heading-font);font-size:25px;line-height:26px}.hp-sidebar-box{display:block;background:#fff;border:1px solid #ecdfcf;padding:18px 20px;border-radius:14px;color:#4c626f;box-shadow:0 6px 16px rgba(0,0,0,.06);font-weight:800}.hp-sidebar-muted{font-weight:600;background:#fffdf8}.hp-sidebar-link:hover,.hp-sidebar-cta:hover{text-decoration:none;transform:translateY(-1px)}.hp-sidebar-link{color:#4c626f}.hp-sidebar-cta{background:var(--hp-green);color:#fff!important;text-align:center;font-family:var(--hp-heading-font);font-size:23px;line-height:25px}
@media(max-width:980px){.hp-location-layout{grid-template-columns:1fr}.hp-location-sidebar{position:static}.hp-location-services{grid-template-columns:repeat(2,1fr)}.hp-location-info-card{grid-template-columns:1fr}.hp-location-hero{height:230px}}
@media(max-width:560px){.hp-location-services{grid-template-columns:1fr}.hp-location-hero{height:190px}.hp-location-info-card{padding:18px}.hp-info-line{gap:12px}.hp-sidebar-title{font-size:22px}}

/* v31 - Locaties module */
.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}
.hp-office-card{grid-template-columns:1fr!important}
.hp-office-card .hp-info-line{margin-bottom:20px}
@media(max-width:760px){.check-grid{grid-template-columns:1fr}}

/* v32 - Locaties WYSIWYG editor */
.loc-wysiwyg-source{display:none!important}
.wysiwyg-label{display:block!important;margin:10px 0 7px;font-weight:800;color:var(--hp-text)}
.loc-wysiwyg-wrap{background:#fff;border:1px solid var(--hp-border);border-radius:16px;overflow:hidden;margin:0 0 18px;box-shadow:0 4px 14px rgba(0,0,0,.035)}
.loc-wysiwyg-wrap .ql-toolbar{border:0;border-bottom:1px solid var(--hp-border);background:#fffaf1;font-family:var(--hp-body-font)}
.loc-wysiwyg-wrap .ql-container{border:0;font-family:var(--hp-body-font);font-size:var(--hp-body-size);font-weight:var(--hp-body-weight);color:var(--hp-text)}
.loc-wysiwyg-wrap .ql-editor{min-height:210px;max-height:420px;overflow:auto;line-height:1.65;padding:18px 20px;background:#fff;color:var(--hp-text)}
.loc-wysiwyg-wrap.small .ql-editor{min-height:130px;max-height:260px}
.loc-wysiwyg-wrap.normal .ql-editor{min-height:210px;max-height:420px}
.loc-wysiwyg-wrap.large .ql-editor{min-height:280px;max-height:560px}
.loc-wysiwyg-wrap .ql-editor h1,
.loc-wysiwyg-wrap .ql-editor h2,
.loc-wysiwyg-wrap .ql-editor h3,
.loc-wysiwyg-wrap .ql-editor h4{font-family:var(--hp-heading-font);font-size:var(--hp-heading-size);font-weight:var(--hp-heading-weight);line-height:var(--hp-heading-line);min-height:0;color:var(--hp-heading-color);margin:0 0 .65em;padding:0}
.loc-wysiwyg-wrap .ql-editor p{margin:0 0 1em}
.loc-wysiwyg-wrap .ql-editor p:last-child{margin-bottom:0}
.loc-wysiwyg-wrap .ql-editor a{color:var(--hp-green);font-weight:700}
.loc-wysiwyg-wrap .ql-editor ul,
.loc-wysiwyg-wrap .ql-editor ol{padding-left:1.4em;margin:0 0 1em}
.loc-wysiwyg-wrap .ql-editor strong{font-weight:800}

/* v37 - achtergrondfoto in contactkader locaties */
.hp-location-info-card.hp-has-bg{
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  position:relative;
  overflow:hidden;
}
.hp-location-info-card.hp-has-bg > *{
  position:relative;
  z-index:1;
}
.hp-location-info-card.hp-has-bg .hp-info-icon{
  box-shadow:0 2px 10px rgba(0,0,0,.12);
}

/* v38 - eigen afbeeldingen voor contacticonen locaties */
.hp-info-icon.hp-info-icon-image{
  background:#f4f4f4!important;
  color:transparent!important;
  overflow:hidden;
  padding:0!important;
}
.hp-info-icon.hp-info-icon-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.icon-upload-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:12px;
}
.icon-upload-item{
  border:1px solid #eadcc8;
  border-radius:12px;
  padding:12px;
  background:#fffdf8;
}
.small-image-preview{
  display:flex;
  gap:10px;
  align-items:center;
  margin-top:8px;
}
.small-image-preview img{
  width:46px;
  height:46px;
  object-fit:cover;
  border-radius:50%;
  border:1px solid #e4d6bf;
  background:#fff;
}
@media(max-width:720px){.icon-upload-grid{grid-template-columns:1fr}}

/* v40 - homepage header zichtpositie in template dashboard */
.template-crop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:16px 0}
.template-crop-grid label{display:block;background:#fffaf2;border:1px solid #ead8bd;border-radius:14px;padding:12px}
.template-crop-grid input[type=range]{width:100%;margin-top:8px}
.hero-position-preview{height:220px;border-radius:16px;border:1px solid #e8d2aa;background-repeat:no-repeat;background-color:#f4efe6;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:14px;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.35);font-family:var(--hp-heading-font,"Trebuchet MS",Arial,sans-serif);font-size:24px}
.hp-home-photo{background-repeat:no-repeat;background-position:center center;background-size:cover}
@media (max-width:760px){.template-crop-grid{grid-template-columns:1fr}.hero-position-preview{height:150px}}


/* v41 - pagina headerfoto zichtvlak in dashboard */
.hp-page-header-controls{margin-top:18px;background:#fffaf3}
.hp-header-preview{height:240px;border:1px solid #e9d3b4;border-radius:18px;background:#f5efe5 center center/cover no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:18px;color:#fff;font-family:var(--hp-heading-font,"Trebuchet MS",Arial,sans-serif);font-size:24px;text-shadow:0 2px 5px rgba(0,0,0,.35)}
.hp-header-preview span{background:rgba(0,0,0,.08);padding:8px 16px;border-radius:999px}
.hp-vervolg-hero,.hp-location-hero,.hp-home-photo{background-repeat:no-repeat;background-position:center center;background-size:cover}

/* v43 - live previews dashboard */
.hp-live-style-preview{
  border:1px solid rgba(120,84,44,.18);
  border-radius:18px;
  padding:24px;
  margin-top:18px;
  min-height:220px;
  background-color:var(--hp-body-bg,#42b395);
  color:var(--hp-text,#4a3325);
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
  overflow:hidden;
}
.hp-live-style-preview .hp-preview-header{
  height:var(--hp-global-header-height,220px);
  min-height:90px;
  max-height:520px;
  border-radius:14px;
  margin-bottom:18px;
  background:linear-gradient(135deg, rgba(255,255,255,.35), rgba(255,255,255,.08));
  border:1px dashed rgba(255,255,255,.55);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-family:var(--hp-heading-font,"Tekton Pro Cond","Trebuchet MS",Arial,sans-serif);
  font-size:24px;
  text-shadow:0 1px 4px rgba(0,0,0,.25);
}
.hp-live-style-preview h2{
  font-family:var(--hp-heading-font,"Tekton Pro Cond","Trebuchet MS",Arial,sans-serif);
  font-size:var(--hp-heading-size,30px);
  font-weight:var(--hp-heading-weight,500);
  line-height:var(--hp-heading-line,30px);
  min-height:var(--hp-heading-height,40.8px);
  color:var(--hp-heading-color,#c8423d);
  margin:0 0 10px;
}
.hp-live-style-preview p{max-width:760px;line-height:1.7;margin:0 0 16px}
.hp-preview-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.hp-preview-pill{display:inline-flex;align-items:center;padding:11px 16px;color:#fff;border-radius:4px;font-family:"Bubblegum Sans","Tekton Pro Cond","Trebuchet MS",Arial,sans-serif;font-size:18px;line-height:1.1}
.hp-preview-green{background:#42b395}.hp-preview-purple{background:#982485}.hp-preview-yellow{background:#f9b400}
.hp-header-preview{transition:background-position .12s ease, background-size .12s ease, background-image .2s ease;}
.hp-header-preview span{background:rgba(255,255,255,.75);padding:8px 12px;border-radius:999px;color:#4c626f;text-shadow:none}
@media(max-width:700px){.hp-live-style-preview{padding:16px}.hp-live-style-preview .hp-preview-header{max-height:320px}.hp-preview-buttons{display:grid}.hp-preview-pill{justify-content:center}}

/* v44 - dashboard headerpreview in echte websiteverhouding */
.hp-header-preview-wrap{margin-top:18px}
.hp-header-preview-ratio{width:100%;height:auto;min-height:160px;max-height:360px;aspect-ratio:auto;border:1px solid #e9d3b4;border-radius:18px;background-color:#f5efe5;background-position:center center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;font-family:var(--hp-heading-font,"Trebuchet MS",Arial,sans-serif);font-size:24px;text-shadow:0 2px 5px rgba(0,0,0,.35);transition:height .15s ease,background-position .12s ease,background-size .12s ease,background-image .2s ease}
.hp-header-preview-ratio span{background:rgba(255,255,255,.78);padding:8px 12px;border-radius:999px;color:#4c626f;text-shadow:none}
.hp-header-preview-meta{font-size:13px;color:#7a6a5b;margin-top:8px;line-height:1.45}
@media (max-width:760px){.hp-header-preview-ratio{min-height:130px;max-height:240px;font-size:18px}.hp-header-preview-meta{font-size:12px}}

/* v45 - Homepage locaties + app template */
.hp-home-info-template{background:transparent;padding:0 0 44px}
.hp-home-info-grid{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;padding:0;max-width:1180px;overflow:hidden}
.hp-home-info-cell{min-height:330px;position:relative;overflow:hidden}
.hp-home-locations{padding:48px 54px}
.hp-home-locations h2,.hp-home-apptext h2{font-family:var(--hp-heading-font);font-size:30px;line-height:34px;font-weight:500;color:var(--hp-green);margin:0 0 18px;text-shadow:none}
.hp-home-locations ul{margin:0;padding:0;list-style:none;display:grid;gap:13px}
.hp-home-locations a{font-size:18px;line-height:1.25;color:var(--hp-green);text-decoration:none;font-weight:500}
.hp-home-locations a:hover{text-decoration:underline}
.hp-home-map iframe,.hp-youtube-wrap iframe{display:block;width:100%;height:100%;border:0}
.hp-home-map .hp-placeholder-embed{height:100%;min-height:330px;display:flex;align-items:center;justify-content:center;background:#eef1ee;color:#6b7280;text-align:center;padding:30px}
.hp-home-apptext{padding:42px 54px;color:#4c626f}
.hp-home-apptext .content{font-size:16px;line-height:1.8;color:#4c626f}
.hp-youtube-wrap{margin-top:26px;aspect-ratio:16/9;background:#eee;overflow:hidden}
.hp-youtube-wrap:empty{display:none}
.hp-home-appimage{background:#eef5f2;display:flex;align-items:stretch;justify-content:center}
.hp-home-appimage img{width:100%;height:100%;object-fit:cover;display:block}
.hp-quill-source{display:none!important}
.hp-quill-editor{background:#fff;min-height:180px;border-radius:0 0 10px 10px}
@media (max-width:900px){.hp-home-info-grid{grid-template-columns:1fr}.hp-home-info-cell{min-height:auto}.hp-home-map{min-height:320px}.hp-home-locations,.hp-home-apptext{padding:32px 26px}.hp-home-appimage img{max-height:420px}}

/* v48 - herbruikbare content-templateblokken */
.hp-content-template{
  margin: 28px 0;
  width: 100%;
}
.hp-content-template > h2{
  margin-bottom: 16px;
}
.hp-content-template-intro{
  margin-bottom: 18px;
}
.hp-colored-table-grid,
.hp-two-column-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}
.hp-content-cols-1 .hp-colored-table-grid{
  grid-template-columns: 1fr;
}
.hp-colored-table-cell,
.hp-two-column-cell{
  padding: 24px 28px;
  min-height: 120px;
}
.hp-colored-table-cell h3,
.hp-two-column-cell h3{
  color: inherit;
  margin: 0 0 10px 0;
  text-shadow: none;
}
.hp-colored-table-cell .content,
.hp-colored-table-cell .content p,
.hp-two-column-cell .content,
.hp-two-column-cell .content p{
  color: inherit;
}
.hp-colored-table-cell a,
.hp-two-column-cell a{
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 780px){
  .hp-colored-table-grid,
  .hp-two-column-grid{
    grid-template-columns: 1fr;
  }
  .hp-colored-table-cell,
  .hp-two-column-cell{
    padding: 20px;
  }
}

/* Dashboard editor preview voor v48 contentblokken */
.hp-quill-editor{
  background: #fff;
  min-height: 160px;
}
.template-repeat-card .hp-quill-editor{
  min-height: 140px;
}

/* v50 - Vacaturepagina layout zoals oude Het Paleisje pagina */
.hp-vacature-page-copy{width:100%}
.hp-vacature-copy-section{margin:30px 0;clear:both}
.hp-vacature-copy-section:first-child{margin-top:0}
.hp-vacature-copy-section ul{padding-left:1.2em;margin:0 0 18px;line-height:1.8}
.hp-vacature-two-info{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:18px 0 10px;overflow:hidden}
.hp-vacature-two-info > div{padding:24px 28px;background:#fbf4e7;color:#4c626f}
.hp-vacature-two-info > div:nth-child(2){background:#e5f5f2}
.hp-vacature-mail-button{display:inline-block;background:#982485;color:#fff!important;text-decoration:none!important;padding:12px 18px;margin-top:8px;font-weight:700}
.hp-vacature-mail-button:hover{background:#7d1c6e;color:#fff!important}
.hp-content-template.hp-vacature-overzicht{margin-top:0;margin-bottom:34px}
.hp-vacature-overzicht .hp-content-template-intro{font-size:16px;line-height:1.7;color:#4c626f;margin-bottom:18px}
.hp-vacature-overzicht .hp-colored-table-grid{gap:0;box-shadow:0 6px 24px rgba(0,0,0,.08)}
.hp-vacature-overzicht .hp-colored-table-cell{min-height:150px;display:flex;flex-direction:column;justify-content:center}
.hp-vacature-overzicht .hp-colored-table-cell h3{font-family:"Bubblegum Sans",var(--hp-heading-font);font-size:24px;line-height:28px;font-weight:500;margin-bottom:8px}
.hp-vacature-overzicht .hp-colored-table-cell .content{font-size:14px;line-height:1.7}
.hp-vacature-overzicht .hp-colored-table-cell .content p{padding-bottom:.55em}
.hp-vacature-overzicht .hp-colored-table-cell a{font-weight:700;text-decoration:none;border-bottom:1px solid currentColor}
@media (max-width:780px){.hp-vacature-two-info{grid-template-columns:1fr}.hp-vacature-two-info > div{padding:20px}.hp-vacature-overzicht .hp-colored-table-cell{min-height:120px}.hp-vacature-overzicht .hp-colored-table-cell h3{font-size:22px}}

/* v51 - flexibele paginablokken */
.container-wide{width:min(1440px,calc(100% - 32px));margin:0 auto}
.hp-flex-block-section{padding:20px 0}
.hp-flex-block-title{margin:0 0 12px}
.hp-flex-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}
.hp-flex-card{padding:22px;min-height:120px;box-sizing:border-box;overflow:hidden}
.hp-flex-card.content>*:first-child{margin-top:0}
.hp-flex-card.content>*:last-child{margin-bottom:0}
.hp-flex-card-media{padding:0;display:flex;align-items:stretch;justify-content:center;min-height:220px}
.hp-flex-card-media .hp-flex-media{width:100%;min-height:220px;display:flex;align-items:stretch;justify-content:center}
.hp-flex-media img{display:block;width:100%;height:100%;min-height:220px;object-fit:cover}
.hp-flex-embed{position:relative;aspect-ratio:16/9;min-height:220px;background:#eee}
.hp-flex-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.hp-flex-type-full_media .hp-flex-card-media,.hp-flex-type-full_media .hp-flex-media{min-height:320px}
.hp-flex-type-full_media .hp-flex-media img{min-height:320px}
@media (max-width:800px){.hp-flex-grid{grid-template-columns:1fr}.hp-flex-card{padding:18px}.hp-flex-card-media,.hp-flex-card-media .hp-flex-media,.hp-flex-media img{min-height:200px}}

/* v54: vervolgpagina sidebar rechts herstellen */
.hp-vervolg-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:42px;align-items:start;}
.hp-vervolg-main{min-width:0;}
.hp-vervolg-sidebar{position:sticky;top:120px;}
@media(max-width:980px){.hp-vervolg-layout{grid-template-columns:1fr}.hp-vervolg-sidebar{position:static}}


/* v55 - kleinere contacticonen zoals oude locatieblok */
.hp-location-info-card .hp-info-line{gap:14px;}
.hp-location-info-card .hp-info-icon{width:32px;height:32px;min-width:32px;flex-basis:32px;font-size:16px;}
.hp-location-info-card .hp-info-icon.hp-info-icon-image img{object-fit:contain;padding:5px;box-sizing:border-box;}
@media(max-width:560px){.hp-location-info-card .hp-info-icon{width:28px;height:28px;min-width:28px;flex-basis:28px;font-size:14px}.hp-location-info-card .hp-info-line{gap:10px}}


/* v56 - paginablokken blijven binnen de tekstkolom naast de rechter sidebar */
.hp-vervolg-main .hp-flex-block-section{padding:20px 0;width:100%;max-width:100%;}
.hp-vervolg-main .hp-flex-block-section > .container,
.hp-vervolg-main .hp-flex-block-section > .container-wide{width:100%;max-width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0;box-sizing:border-box;}
.hp-vervolg-main .hp-flex-grid{max-width:100%;}
.hp-vervolg-main .hp-flex-card{max-width:100%;}

/* v58 - footer/contactblok volgens originele website */
.hp-footer-contact{padding:36px 0 28px;margin-top:40px;}
.hp-footer-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start;max-width:1200px;}
.hp-footer-contact h2{margin:0 0 14px;font-size:24px;line-height:1.2;}
.hp-footer-contact-text p{max-width:520px;margin-top:0;line-height:1.65;}
.hp-contactformulier p{margin:0 0 16px;}
.hp-contactformulier label{font-weight:500;}
.hp-contactformulier input,.hp-contactformulier textarea{width:100%;max-width:600px;padding:10px 12px;border:1px solid #c8d0d5;border-radius:6px;background:#fff;font:inherit;color:#333;box-sizing:border-box;}
.hp-contactformulier textarea{resize:vertical;min-height:130px;}
.hp-contactformulier button{background:#222;color:#fff;padding:12px 24px;border:0;border-radius:6px;cursor:pointer;font-weight:700;}
.hp-contactformulier button:hover{background:#444;}
.hp-honeypot{display:none!important;}
.hp-form-notice{background:rgba(255,255,255,.7);border-radius:8px;padding:10px 14px;margin:0 0 15px;}
.hp-main-footer{padding:30px 0 0;}
.hp-footer-menu-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:55px;max-width:1200px;}
.hp-main-footer a{color:var(--hp-footer-link,#fff);text-decoration:none;}
.hp-main-footer a:hover{text-decoration:underline;}
.hp-main-footer p{margin:0 0 8px;}
.hp-main-footer ul{margin:0 0 14px 16px;padding:0;}
.hp-main-footer li{margin:0 0 5px;}
.hp-main-footer b,.hp-main-footer strong{font-weight:700;}
.hp-main-footer .footer-bottom{margin-top:25px;padding:12px 0;text-align:center;background:rgba(0,0,0,.08);font-size:13px;}
@media (max-width: 820px){.hp-footer-contact-grid,.hp-footer-menu-grid{grid-template-columns:1fr;gap:24px}.hp-footer-contact{padding:28px 0}.hp-footer-menu-grid{gap:18px}}

/* v58 admin footer preview */
.hp-footer-admin-preview{overflow:hidden;}
.hp-footer-contact-preview{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:24px;border-radius:12px;margin:12px 0 0;}
.hp-footer-contact-preview h2{margin-top:0;}
.hp-preview-form{display:grid;gap:10px;}
.hp-preview-form span{display:block;height:28px;background:#fff;border:1px solid #ccc;border-radius:6px;padding:8px;color:#65727b;}
.hp-preview-form span:nth-child(3){height:70px;}
.hp-preview-form button{width:max-content;background:#222;color:#fff;border:0;border-radius:6px;padding:10px 20px;font-weight:700;}
.hp-footer-menu-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:24px;border-radius:0 0 12px 12px;font-weight:600;}
@media (max-width:820px){.hp-footer-contact-preview,.hp-footer-menu-preview{grid-template-columns:1fr}}

/* v59 footer dashboard link beheer */
.hp-footer-link-list{list-style:none;margin:0;padding:0}.hp-footer-link-list li{margin:0 0 7px}.hp-footer-link-list li.hp-footer-heading{font-weight:700;margin-top:0;margin-bottom:8px}.hp-footer-link-list li.hp-footer-heading+li{margin-top:2px}.hp-footer-link-list a{color:var(--hp-footer-link,#fff);text-decoration:none}.hp-footer-link-list a:hover{text-decoration:underline}.hp-footer-link-admin-col{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px}.hp-footer-link-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hp-footer-link-row{display:grid;grid-template-columns:1fr 1.35fr auto auto;gap:8px;align-items:center;margin-bottom:8px}.hp-footer-link-row .btn.small{white-space:nowrap}.wysiwyg-source{display:none!important}.hp-footer-link-admin-col h3{margin-top:0}.color-row{display:flex;gap:8px;align-items:center}.color-row input[type=color]{width:48px;height:38px;padding:2px}.color-row .color-hex{max-width:110px}@media(max-width:900px){.hp-footer-link-columns{grid-template-columns:1fr}.hp-footer-link-row{grid-template-columns:1fr}.hp-footer-link-row .btn.small{width:100%}}

/* v63 - vacaturepagina korte URL + introkaarten uit Dashboard > Vacatures */
.hp-vacature-intro-blocks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0 0 32px;box-shadow:0 6px 24px rgba(0,0,0,.08);overflow:hidden}
.hp-vacature-intro-card{padding:24px 28px;min-height:145px;display:flex;flex-direction:column;justify-content:center}
.hp-vacature-intro-card h2{font-family:"Bubblegum Sans",var(--hp-heading-font);font-size:24px;line-height:28px;font-weight:500;color:inherit!important;margin:0 0 8px;min-height:0}
.hp-vacature-intro-card p{margin:0 0 12px;line-height:1.65;color:inherit}
.hp-vacature-intro-card a{color:inherit!important;font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;align-self:flex-start}
.hp-vacature-intro-card a:hover{text-decoration:none;opacity:.85}
@media(max-width:780px){.hp-vacature-intro-blocks{grid-template-columns:1fr}.hp-vacature-intro-card{min-height:120px;padding:20px}.hp-vacature-intro-card h2{font-size:22px;line-height:26px}}

/* v65 - Admin dashboard in dezelfde stijl als loginpagina */
.admin-body{
  min-height:100vh;
  background:
    radial-gradient(circle at 15% 10%, rgba(249,180,0,.20), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(152,36,133,.14), transparent 30%),
    linear-gradient(135deg, #42b395 0%, #9bd8cf 52%, #fbf4e7 100%)!important;
  color:#2b2b2b;
}
.admin-layout{
  background:transparent;
}
.admin-sidebar{
  background:linear-gradient(160deg, rgba(152,36,133,.96), rgba(66,179,149,.94))!important;
  box-shadow:14px 0 36px rgba(29,55,63,.18);
  border-right:1px solid rgba(255,255,255,.18);
}
.admin-sidebar h2{
  color:#fff!important;
  font-size:26px;
  line-height:1.12;
  min-height:0;
  margin:0 0 14px;
}
.admin-sidebar p{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:13px 14px;
  color:#fff!important;
  margin:0 0 18px;
}
.admin-sidebar p small{color:rgba(255,255,255,.82)}
.admin-sidebar a{
  color:#fff!important;
  border-radius:15px;
  padding:11px 14px;
  margin:5px 0;
  font-weight:800;
  transition:background .16s ease, transform .16s ease, box-shadow .16s ease;
}
.admin-sidebar a:hover,
.admin-sidebar a:focus{
  background:rgba(255,255,255,.18)!important;
  text-decoration:none;
  transform:translateX(2px);
  box-shadow:0 8px 18px rgba(0,0,0,.09);
}
.admin-sidebar a[href*="logout"]{
  margin-top:18px;
  background:rgba(249,180,0,.24);
}
.admin-main{
  max-width:1360px;
  padding:34px;
}
.admin-main > h1,
.admin-main .admin-top h1,
.admin-main h1{
  color:#982485!important;
  font-size:34px;
  line-height:1.12;
  min-height:0;
}
.admin-top{
  background:rgba(255,255,255,.62);
  border:1px solid rgba(255,255,255,.56);
  border-radius:24px;
  padding:20px 22px;
  box-shadow:0 18px 45px rgba(29,55,63,.12);
  backdrop-filter:blur(6px);
}
.admin-card,
.hero-card,
.card,
.form-card,
.media-card,
.hp-footer-link-admin-col,
.icon-upload-item,
.template-repeat-card,
.hp-page-header-controls,
.hp-footer-admin-preview{
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(255,255,255,.76)!important;
  border-radius:22px!important;
  box-shadow:0 18px 45px rgba(29,55,63,.12)!important;
}
.admin-card h2,
.admin-card h3,
.admin-main h2,
.admin-main h3{
  color:#982485;
  min-height:0;
}
.table{
  border-radius:22px!important;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(29,55,63,.12)!important;
  border:1px solid rgba(255,255,255,.65);
}
.table th{
  background:linear-gradient(90deg, rgba(249,180,0,.26), rgba(66,179,149,.18))!important;
  color:#2b2b2b!important;
  font-weight:900;
}
.table td{background:rgba(255,255,255,.96)}
.table tr:hover td{background:#fffaf1}
.input,
.form input[type=text],
.form input[type=email],
.form input[type=password],
.form input[type=file],
.form input[type=number],
.form input[type=url],
.form input[type=color],
.form select,
.form textarea,
select,
textarea{
  border:1px solid #d7dde2!important;
  border-radius:15px!important;
  background:#fff!important;
  transition:border-color .18s ease, box-shadow .18s ease;
}
.input:focus,
.form input:focus,
.form select:focus,
.form textarea:focus,
select:focus,
textarea:focus{
  border-color:#42b395!important;
  box-shadow:0 0 0 4px rgba(66,179,149,.15)!important;
  outline:none!important;
}
.btn,
button.btn,
.form button,
.admin-main button[type=submit],
.admin-main input[type=submit]{
  border-radius:15px!important;
  background:#982485!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 12px 24px rgba(152,36,133,.20)!important;
  font-weight:900!important;
  transition:transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.btn:hover,
button.btn:hover,
.form button:hover,
.admin-main button[type=submit]:hover,
.admin-main input[type=submit]:hover{
  background:#7d1d6f!important;
  transform:translateY(-1px);
  text-decoration:none;
  box-shadow:0 16px 28px rgba(152,36,133,.25)!important;
}
.btn-alt,
.admin-main .btn-alt{background:#42b395!important;box-shadow:0 12px 24px rgba(66,179,149,.22)!important}
.btn-alt:hover,
.admin-main .btn-alt:hover{background:#329f85!important}
.btn-small,
.btn.small{border-radius:12px!important;padding:8px 12px!important}
.notice{
  border-radius:18px!important;
  background:#e9fff6!important;
  border-color:rgba(66,179,149,.35)!important;
  color:#1e6b58!important;
  box-shadow:0 10px 28px rgba(29,55,63,.08);
}
.notice.error{
  background:#fff2f0!important;
  border-color:#ffd0c7!important;
  color:#8b1e13!important;
}
.ql-toolbar.ql-snow,
.loc-wysiwyg-wrap .ql-toolbar{
  background:linear-gradient(90deg, rgba(249,180,0,.18), rgba(66,179,149,.12))!important;
  border-color:#e2d6c6!important;
}
.ql-container,
.loc-wysiwyg-wrap .ql-container{
  border-color:#e2d6c6!important;
}
.media-card,
.hp-footer-link-admin-col,
.template-repeat-card,
.icon-upload-item{background:#fff!important}
.help-text,.muted{color:#667780!important}
.link-danger{color:#c8423d!important}
.image-preview img,.small-image-preview img,.media-thumb,.logo-preview-box,.hp-header-preview,.hero-position-preview{
  border-color:rgba(152,36,133,.16)!important;
  box-shadow:0 10px 26px rgba(29,55,63,.08);
}
.color-row input[type=color], input[type=color]{
  min-height:38px;
  border-radius:12px!important;
  padding:3px!important;
  background:#fff!important;
}
@media (max-width:960px){
  .admin-main{padding:22px}
  .admin-sidebar{box-shadow:none;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .admin-top{padding:18px}
}


/* v66 - Quill teksteditor rustig houden + homepage locaties/app accentkleur */
.admin-main .ql-toolbar.ql-snow button,
.admin-main .ql-toolbar.ql-snow .ql-picker-label,
.admin-main .ql-toolbar.ql-snow .ql-picker-item,
.loc-wysiwyg-wrap .ql-toolbar button,
.hp-quill-toolbar button{
  background:transparent!important;
  color:#444!important;
  border:0!important;
  border-radius:4px!important;
  box-shadow:none!important;
  padding:3px 5px!important;
  font-weight:400!important;
  transform:none!important;
}
.admin-main .ql-toolbar.ql-snow button:hover,
.admin-main .ql-toolbar.ql-snow button.ql-active,
.admin-main .ql-toolbar.ql-snow .ql-picker-label:hover,
.loc-wysiwyg-wrap .ql-toolbar button:hover{
  background:#f3f5f5!important;
  color:#222!important;
  box-shadow:none!important;
}
.admin-main .ql-toolbar.ql-snow button svg,
.loc-wysiwyg-wrap .ql-toolbar button svg{
  color:#444!important;
  stroke:#444!important;
  fill:transparent;
}
.admin-main .ql-toolbar.ql-snow .ql-stroke,
.loc-wysiwyg-wrap .ql-toolbar .ql-stroke{stroke:#444!important;}
.admin-main .ql-toolbar.ql-snow .ql-fill,
.loc-wysiwyg-wrap .ql-toolbar .ql-fill{fill:#444!important;}
.admin-main .ql-toolbar.ql-snow .ql-picker,
.loc-wysiwyg-wrap .ql-toolbar .ql-picker{color:#444!important;}
.hp-home-info-template{--hp-home-info-accent:#42b395;}
.hp-home-locations h2,
.hp-home-apptext h2{
  color:var(--hp-home-info-accent,#42b395)!important;
}
.hp-home-locations a,
.hp-home-apptext a{
  color:var(--hp-home-info-accent,#42b395)!important;
}
.hp-home-locations a:hover,
.hp-home-apptext a:hover{
  color:var(--hp-home-info-accent,#42b395)!important;
  opacity:.85;
}

/* v68 - locatiepagina kleuren herstellen */
.hp-location-breadcrumbs{
  background:#cfeff2 !important;
  border-bottom:0 !important;
  padding:18px 0 16px !important;
}
.hp-location-breadcrumbs .breadcrumbs{
  color:#4c626f !important;
  margin-bottom:4px !important;
  font-size:14px !important;
}
.hp-location-breadcrumbs .breadcrumbs a{
  color:#42b395 !important;
  font-weight:500 !important;
}
.hp-location-breadcrumbs .breadcrumbs span{
  color:#4c626f !important;
  font-weight:700 !important;
}
.hp-location-breadcrumbs h1{
  color:#4c626f !important;
  text-shadow:none !important;
  font-family:"Open Sans",Arial,sans-serif !important;
  font-size:34px !important;
  line-height:40px !important;
  font-weight:300 !important;
  min-height:0 !important;
}
.hp-location-main > h2:first-child,
.hp-location-main h2.groen{
  color:#42b395 !important;
}
.hp-location-content-block h2,
.hp-location-content-block h3{
  color:#42b395 !important;
}
@media(max-width:560px){
  .hp-location-breadcrumbs h1{font-size:28px!important;line-height:34px!important;}
}


/* v69 - paginatitels op gewone pagina's gelijk aan locatiepagina's */
.hp-vervolg-breadcrumbs{
  background:#cfeff2 !important;
  border-bottom:0 !important;
  padding:18px 0 16px !important;
}
.hp-vervolg-breadcrumbs .breadcrumbs{
  color:#4c626f !important;
  margin-bottom:4px !important;
  font-size:14px !important;
}
.hp-vervolg-breadcrumbs .breadcrumbs a{
  color:#42b395 !important;
  font-weight:500 !important;
}
.hp-vervolg-breadcrumbs .breadcrumbs span{
  color:#4c626f !important;
  font-weight:700 !important;
}
.hp-vervolg-breadcrumbs h1,
.page-hero.page-hero-image h1{
  color:#4c626f !important;
  text-shadow:none !important;
  font-family:"Open Sans",Arial,sans-serif !important;
  font-size:34px !important;
  line-height:40px !important;
  font-weight:300 !important;
  min-height:0 !important;
}
@media(max-width:560px){
  .hp-vervolg-breadcrumbs h1,
  .page-hero.page-hero-image h1{font-size:28px!important;line-height:34px!important;}
}

/* v70 - titel in homepage snel-naar blok groen houden */
.home-nearby-panel h1,
.hp-home-visual .home-nearby-panel h1,
.hp-home-green .home-nearby-panel h1{
  color:#42b395 !important;
  font-family:var(--hp-heading-font) !important;
  font-size:30px !important;
  line-height:34px !important;
  font-weight:500 !important;
  text-align:center !important;
  min-height:0 !important;
}
@media(max-width:760px){
  .home-nearby-panel h1,
  .hp-home-visual .home-nearby-panel h1,
  .hp-home-green .home-nearby-panel h1{
    font-size:26px !important;
    line-height:28px !important;
  }
}

/* v71 - Visie/Beleid pagina: breadcrumbbalk + linker informatieblok */
.hp-beleid-layout{
  display:grid;
  grid-template-columns:minmax(260px, 32%) minmax(0, 1fr);
  gap:70px;
  align-items:start;
}
.hp-beleid-layout .side-menu{
  position:static;
  background:#e5f6f6;
  padding:26px 28px;
  border-radius:0;
  box-shadow:none;
  border:0;
}
.hp-beleid-layout .side-menu h2{
  margin:0 0 28px;
  color:#4c626f;
  font-family:"Open Sans", Arial, sans-serif;
  font-size:22px;
  line-height:1.25;
  font-weight:700;
}
.hp-beleid-layout .side-menu-list,
.hp-beleid-layout .side-menu-list ul{
  list-style:none;
  margin:0;
  padding:0;
}
.hp-beleid-layout .side-menu-list li{
  margin:0;
  padding:0;
}
.hp-beleid-layout .side-menu-list a,
.hp-beleid-layout .side-menu-list button{
  display:block;
  width:100%;
  padding:10px 4px;
  border-bottom:1px solid rgba(76,98,111,.72);
  color:#4c626f;
  background:transparent;
  text-align:left;
  border-radius:0;
  font-family:"Open Sans", Arial, sans-serif;
  font-size:16px;
  line-height:1.25;
  font-weight:500;
}
.hp-beleid-layout .side-menu-list a:hover{
  color:#42b395;
  text-decoration:none;
}
.hp-beleid-content{
  min-width:0;
}
@media(max-width:980px){
  .hp-beleid-layout{grid-template-columns:1fr;gap:28px;}
}

/* v75 - documenten op beleidspagina's */
.hp-page-documents{margin:28px 0 10px;padding:22px 24px;background:#f5eadb;border-radius:0}
.hp-page-documents h2{margin-top:0;color:#42b395}
.hp-page-documents ul{margin:0;padding-left:20px}
.hp-page-documents li{margin:8px 0;color:#42b395}
.hp-page-documents a{color:#42b395;text-decoration:none;font-weight:600}
.hp-page-documents a:hover{text-decoration:underline}


/* v81 - Pedagogisch beleid: locatie-documentlinks netjes als kaarten */
.hp-location-doclinks{margin:26px 0 34px}
.hp-location-doclinks-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hp-location-doclinks-card{background:#f4fbfa;border:1px solid #d7eee9;border-radius:18px;padding:20px 22px;box-shadow:0 8px 20px rgba(48,91,103,.06)}
.hp-location-doclinks-card h3{margin:0 0 10px;color:#4c626f;font-family:"Open Sans",Arial,sans-serif;font-size:20px;line-height:1.25;font-weight:700}
.hp-location-doclinks-card ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.hp-location-doclinks-card a{color:#42b395;text-decoration:none;font-weight:700}
.hp-location-doclinks-card a:hover{text-decoration:underline}
@media(max-width:800px){.hp-location-doclinks-grid{grid-template-columns:1fr}.hp-location-doclinks-card{padding:16px}}

/* v82 - Rondleidingen booking wizard */
.hp-tour-page{background:linear-gradient(180deg,rgba(66,179,149,.16),rgba(251,244,231,.75));padding:42px 18px 70px;min-height:720px}
.hp-tour-shell{width:min(1080px,100%);margin:0 auto;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 28px 75px rgba(31,58,60,.20);display:grid;grid-template-columns:300px 1fr;min-height:650px}
.hp-tour-steps{background:linear-gradient(180deg,#982485,#a52591);padding:28px 20px;color:#fff;display:flex;flex-direction:column;gap:10px}
.hp-tour-brand{font-family:"Bubblegum Sans","Tekton Pro Cond",Arial,sans-serif;font-size:24px;margin:0 8px 18px}
.hp-tour-step{border:0;background:rgba(255,255,255,.08);color:#fff;border-radius:11px;padding:14px 13px;display:flex;text-align:left;gap:12px;align-items:center;cursor:default}
.hp-tour-step .num{width:30px;height:30px;border-radius:50%;border:3px solid rgba(255,255,255,.3);display:grid;place-items:center;font-weight:800;flex:0 0 30px}
.hp-tour-step strong{display:block;font-size:16px}.hp-tour-step small{display:block;margin-top:4px;opacity:.88;line-height:1.35}.hp-tour-step.active{background:rgba(255,255,255,.16)}.hp-tour-step.active .num{border-color:#fff}.hp-tour-step.done .num{background:#20a849;border-color:#20a849}.hp-tour-step.done .num{font-size:0}.hp-tour-step.done .num:after{content:"✓";font-size:16px}
.hp-tour-main{display:flex;flex-direction:column;min-width:0}.hp-tour-head{height:78px;border-bottom:1px solid #e7e8eb;display:flex;align-items:center;gap:20px;padding:0 36px}.hp-tour-head h1{font-family:"Open Sans",Arial,sans-serif!important;font-size:23px!important;line-height:1.2!important;min-height:0!important;margin:0!important;color:#14242e!important;font-weight:750!important}.hp-tour-back{width:34px;height:34px;border:1px solid #ddb4d8;border-radius:9px;background:#fff;color:#982485;font-size:26px;line-height:1;cursor:pointer}.hp-tour-body{padding:28px 40px;flex:1;overflow:auto}.hp-tour-panel{display:none}.hp-tour-panel.active{display:block}.hp-tour-panel>h2,.hp-tour-times-wrap h2{font-size:21px!important;line-height:1.3!important;min-height:0!important;color:#292727!important;margin:0 0 8px!important;font-family:"Open Sans",Arial,sans-serif!important}.hp-tour-panel>p{margin:0 0 22px;color:#65717a}.hp-tour-footer{border-top:1px solid #e7e8eb;padding:12px 40px;display:flex;justify-content:flex-end}.hp-tour-primary{border:0;border-radius:9px;background:#b45aa8;color:#fff;font-weight:750;font-size:16px;padding:14px 28px;cursor:pointer}.hp-tour-primary:disabled{opacity:.42;cursor:not-allowed}
.hp-tour-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0 26px}.hp-tour-choice{border:1px solid #e2d5df;border-radius:13px;background:#fff;padding:17px;text-align:left;cursor:pointer;transition:.15s ease}.hp-tour-choice:hover,.hp-tour-choice.selected{border-color:#b64ca4;box-shadow:0 0 0 3px rgba(182,76,164,.10)}.hp-tour-choice span{display:block;font-weight:750;color:#2d3035}.hp-tour-choice small{display:block;margin-top:4px;color:#7a8288}
.hp-tour-calendar-head{display:grid;grid-template-columns:46px 1fr 46px;align-items:center;gap:10px;margin-bottom:18px}.hp-tour-calendar-head strong{text-align:center;font-size:20px;text-transform:capitalize}.hp-tour-calendar-head button{height:42px;border:1px solid #e1b5da;background:#fff;color:#a32692;border-radius:9px;font-size:24px;cursor:pointer}.hp-tour-weekdays,.hp-tour-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.hp-tour-weekdays{margin-bottom:8px}.hp-tour-weekdays span{text-align:center;font-weight:750;color:#34434c;padding:5px}.hp-tour-calendar .empty{height:48px}.hp-tour-calendar button{height:48px;border:0;border-radius:7px;background:#eef0f4;color:#a7adb3;font-weight:700;font-size:16px}.hp-tour-calendar button.available{background:#fff7fc;border:1px solid #d48ac6;color:#2f353b;cursor:pointer}.hp-tour-calendar button.available:hover,.hp-tour-calendar button.selected{background:#f1dcec;border-color:#a52692;color:#862078}.hp-tour-times-wrap{margin-top:28px}.hp-tour-times{display:flex;flex-wrap:wrap;gap:10px}.hp-tour-times button{min-width:90px;border:1px solid #d48ac6;background:#fff;border-radius:9px;padding:11px 15px;font-weight:750;cursor:pointer}.hp-tour-times button.selected{background:#982485;color:#fff;border-color:#982485}
.hp-tour-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hp-tour-form-grid label{font-weight:700;color:#34383c}.hp-tour-form-grid input{display:block;width:100%;margin-top:7px;border:1px solid #d9dde0;border-radius:10px;padding:13px 14px;font:inherit;outline:none}.hp-tour-form-grid input:focus{border-color:#42b395;box-shadow:0 0 0 3px rgba(66,179,149,.12)}.hp-tour-summary{border:1px solid #e5e2e5;border-radius:14px;overflow:hidden;margin:18px 0}.hp-tour-summary>div{display:grid;grid-template-columns:190px 1fr;gap:20px;padding:13px 16px;border-bottom:1px solid #ece9ec}.hp-tour-summary>div:last-child{border-bottom:0}.hp-tour-summary span{color:#747b80}.hp-tour-privacy{display:flex;gap:9px;align-items:flex-start}.hp-tour-error{margin-top:18px;padding:12px 14px;background:#fff1ef;border:1px solid #ffd0c9;border-radius:10px;color:#8a2018}.hp-tour-success{text-align:center;padding:60px 20px}.hp-tour-success-icon{margin:0 auto 18px;width:70px;height:70px;border-radius:50%;background:#42b395;color:#fff;display:grid;place-items:center;font-size:38px;font-weight:800}.hp-tour-success h2{font-size:28px!important;color:#292727!important;min-height:0!important}
.tour-admin-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}.tour-admin-tabs a{padding:10px 14px;background:#fff;border:1px solid #e7ddd0;border-radius:10px;text-decoration:none;font-weight:700;color:#5c5660}.tour-admin-tabs a.active{background:#982485;color:#fff;border-color:#982485}.tour-offer-row{display:grid;grid-template-columns:minmax(180px,1fr) 2fr auto;gap:18px;align-items:center;padding:16px 0;border-bottom:1px solid #eee}.tour-day{padding:12px 0;border-bottom:1px solid #eee}.tour-slot-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.tour-slot-chip{display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:999px;overflow:hidden;background:#fff}.tour-slot-chip span{padding:7px 4px 7px 11px}.tour-slot-chip button{border:0!important;background:transparent!important;color:#9b2c82!important;padding:7px 10px!important;box-shadow:none!important}.tour-block-row{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:13px 0;border-bottom:1px solid #eee}.inline-form{display:flex;gap:6px;align-items:center}.admin-card.nested{box-shadow:none;margin:10px 0;background:#fffaf4}.muted{color:#8a8e92}
@media(max-width:850px){.hp-tour-shell{grid-template-columns:1fr}.hp-tour-steps{display:grid;grid-template-columns:repeat(4,1fr);padding:12px}.hp-tour-brand{display:none}.hp-tour-step{padding:9px;justify-content:center}.hp-tour-step span:last-child{display:none}.hp-tour-body{padding:24px 20px}.hp-tour-head{padding:0 20px}.hp-tour-footer{padding:12px 20px}.hp-tour-options,.hp-tour-form-grid{grid-template-columns:1fr}.tour-offer-row{grid-template-columns:1fr}.hp-tour-summary>div{grid-template-columns:1fr;gap:3px}.hp-tour-calendar,.hp-tour-weekdays{gap:4px}.hp-tour-calendar button{height:43px}.hp-tour-page{padding:18px 8px 40px}}

/* v85: rondleiding boeken in popup */
.hp-tour-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:22px}
.hp-tour-modal.open{display:flex}
.hp-tour-modal-backdrop{position:absolute;inset:0;background:rgba(34,31,36,.68);backdrop-filter:blur(4px)}
.hp-tour-modal-dialog{position:relative;width:min(1160px,96vw);height:min(820px,92vh);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.32);z-index:1}
.hp-tour-modal-dialog iframe{display:block;width:100%;height:100%;border:0;background:#fbf4e7}
.hp-tour-modal-close{position:absolute;right:13px;top:11px;z-index:4;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#5f5960;font-size:31px;line-height:38px;cursor:pointer;box-shadow:0 4px 18px rgba(0,0,0,.16)}
html.hp-tour-modal-open,html.hp-tour-modal-open body{overflow:hidden}
body.hp-tour-embed-body{background:#fbf4e7}
body.hp-tour-embed-body .hp-tour-page{padding:10px;min-height:100vh;background:#fbf4e7}
body.hp-tour-embed-body .hp-tour-shell{width:100%;min-height:calc(100vh - 20px);box-shadow:none;border-radius:14px}
@media(max-width:700px){.hp-tour-modal{padding:0}.hp-tour-modal-dialog{width:100vw;height:100vh;border-radius:0}.hp-tour-modal-close{right:8px;top:7px}}


/* v101 - dashboard mededelingenbalk + grotere headerlogo */
.brand-logo{max-height:var(--hp-header-logo-height,96px)!important;max-width:300px!important}
.nav-wrap{min-height:104px}
.hp-announcement-bar{font-family:var(--hp-body-font,"Open Sans",Arial,sans-serif);font-size:15px;font-weight:800;line-height:1.35;padding:9px 0;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,.12);overflow:hidden;white-space:nowrap}
.hp-announcement-bar .container{overflow:hidden}
.hp-announcement-ticker span{display:inline-block;min-width:100%;padding-left:100%;animation:hpAnnouncementTicker 22s linear infinite}
@keyframes hpAnnouncementTicker{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}
.admin-dashboard-announcement-section{padding-top:30px}.admin-dashboard-announcement-section .admin-announcement-card{max-width:980px}
.admin-card-headline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:6px}.admin-card-headline h2{margin:0}.status-pill{display:inline-flex;border-radius:999px;background:#eef3f4;color:#516673;font-size:12px;font-weight:800;padding:6px 10px;white-space:nowrap}.status-pill.active{background:#daf4ec;color:#21866f}.admin-announcement-form{display:grid;gap:14px}.check-row{display:flex!important;align-items:center;gap:9px;font-weight:800}.check-row input{width:auto!important}.style-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.announcement-dashboard-preview{border-radius:14px;padding:12px 16px;font-weight:800;text-align:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.25);overflow:hidden}.announcement-dashboard-preview span{display:inline-block}
@media(max-width:900px){.brand-logo{max-height:78px!important}.nav-wrap{min-height:92px}.hp-announcement-bar{white-space:normal}}

/* v103 - Admin beveiliging */
.security-summary .card small{display:block;color:rgba(38,49,59,.68);font-weight:600;margin-top:6px}.security-form .muted{display:block;color:rgba(38,49,59,.68);font-size:13px;line-height:1.45;margin-top:4px}.button-row,.inline-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:18px}.btn.secondary{background:#4c626f;color:#fff}.btn.danger{background:#c74646;color:#fff}.security-actions{margin-top:16px}.security-events-table td{vertical-align:top}.security-badge{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:800;text-transform:uppercase;background:#e8eef2;color:#445}.security-badge.severity-medium{background:#fff0ce;color:#846000}.security-badge.severity-high{background:#ffe0dc;color:#9d251a}.security-badge.severity-info{background:#dcf5eb;color:#17604c}@media(max-width:800px){.inline-actions,.button-row{display:block}.inline-actions .btn,.button-row .btn{width:100%;margin-bottom:10px}}

/* v104 security settings */
.security-users-table select.input{min-width:190px;padding:8px 10px}
.security-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.security-form h3{margin-top:24px;margin-bottom:8px;color:#982485}

/* v10.5 Rollenbeheer */
.hp-roles-layout .table code{background:#f4f7f8;border-radius:6px;padding:3px 6px;color:#4c626f}
.hp-role-permissions{display:grid;grid-template-columns:1fr;gap:8px;margin:10px 0 18px}
.hp-role-permissions .checkline{background:#f8fbfb;border:1px solid rgba(76,98,111,.14);border-radius:10px;padding:9px 11px}
.hp-role-active{align-self:end;margin-top:24px}
.btn.danger{background:#b43b4b!important;color:#fff!important}
.btn.small{padding:7px 10px;border-radius:9px;font-size:13px}
.grid-2.compact{gap:12px}
@media(min-width:980px){.hp-role-permissions{grid-template-columns:1fr 1fr}}

/* v106 - Cookie melding + e-mail instellingen */
.hp-cookie-banner{
  position:fixed;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2147482500;
  background:var(--hp-cookie-bg,#fbf4e7);
  color:var(--hp-cookie-color,#4c626f);
  border-radius:18px;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
  border:1px solid rgba(76,98,111,.14);
  font-family:"Open Sans",Arial,sans-serif;
}
.hp-cookie-banner[hidden]{display:none!important}
.hp-cookie-inner{max-width:1180px;margin:0 auto;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.hp-cookie-text{font-size:14px;line-height:1.55}
.hp-cookie-text a{color:var(--hp-green,#42b395);font-weight:700;text-decoration:underline}
.hp-cookie-accept{border:0;border-radius:999px;background:var(--hp-cookie-button-bg,#42b395);color:var(--hp-cookie-button-color,#fff);padding:10px 22px;font-weight:700;cursor:pointer;white-space:nowrap}
.hp-cookie-accept:hover{filter:brightness(.96)}
.hp-settings-form .form-grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px}
.hp-settings-form .form-grid .full{grid-column:1/-1}
.hp-settings-form label{font-weight:700;color:#40535d}
.hp-settings-form input,.hp-settings-form select,.hp-settings-form textarea{margin-top:6px;width:100%;box-sizing:border-box}
.hp-settings-form .button-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
@media(max-width:760px){.hp-cookie-inner{display:block}.hp-cookie-accept{margin-top:12px;width:100%}.hp-settings-form .form-grid.two{grid-template-columns:1fr}}

/* v108: vaste gele topbar is verwijderd uit de frontend; alleen de beheerbare mededelingenbalk mag tonen. */

/* v109 - locatiemanager login onderaan footer */
.hp-main-footer .hp-footer-bottom-row{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;}
.hp-main-footer .hp-footer-admin-login{color:var(--hp-footer-link,#fff);font-size:13px;opacity:.92;text-decoration:none;}
.hp-main-footer .hp-footer-admin-login:hover{opacity:1;text-decoration:underline;}
@media(max-width:700px){.hp-main-footer .hp-footer-bottom-row{flex-direction:column;gap:6px;}}
