/* Minet Offertes — bouwer/dashboard + login. */

.mo-app, .mo-login, .mo-landing, body.mo-app-page { --mo-a:#153e35; --mo-a2:#cac61e; --ink:#1c211d; --soft:#5f6660; --line:#e7e3d7; --bg:#f5f2ea; --card:#fff; }
.mo-app *, .mo-login *, .mo-landing *, .mo-modal-overlay *, .mo-menu * { box-sizing:border-box; }
.mo-app, .mo-login, .mo-landing { font-family:"DM Sans",system-ui,-apple-system,Segoe UI,Roboto,sans-serif; color:var(--ink); }

/* ---- Schermvullende app-pagina (zonder thema-chrome) ---- */
body.mo-app-page{ margin:0; min-height:100vh; background:#eef0ea; font-family:"DM Sans",system-ui,-apple-system,Segoe UI,Roboto,sans-serif; }
.mo-app-page-main{ box-sizing:border-box; min-height:100vh; display:flex; flex-direction:column; justify-content:center; padding:32px 24px; }
.mo-app-page .mo-landing{ width:100%; max-width:1060px; margin:0 auto; }
.mo-app-page .mo-app{ width:100%; max-width:1160px; margin:0 auto; }
.mo-app-page:has(.mo-app) .mo-app-page-main{ justify-content:flex-start; }
/* Hard resetten van formuliervelden tegen thema-stijlen + duidelijk zichtbaar randje */
.mo-app-page .mo-landing input, .mo-app-page .mo-app input, .mo-app-page .mo-app textarea, .mo-app-page .mo-app select{
	-webkit-appearance:none; appearance:none; background:#fff !important; color:var(--ink) !important;
	border:1px solid #cdc6b8 !important; border-radius:9px;
	box-shadow:0 1px 2px rgba(20,18,15,.08), 0 2px 6px rgba(20,18,15,.05) !important; max-width:100%;
}
.mo-app-page .mo-landing input:focus, .mo-app-page .mo-app input:focus, .mo-app-page .mo-app textarea:focus{
	border-color:var(--mo-a) !important; box-shadow:0 0 0 3px rgba(21,62,53,.16) !important; outline:none;
}
/* Knoppen leesbaar houden ondanks thema-stijlen */
.mo-app-page .mo-btn, .mo-app-page .mo-btn:hover, .mo-app-page .mo-btn:focus{
	background:var(--mo-a) !important; color:#fff !important; border:1px solid var(--mo-a) !important;
	font-weight:500; text-shadow:none; text-decoration:none;
}
.mo-app-page .mo-btn-ghost{ background:transparent !important; color:var(--mo-a) !important; }
.mo-landing .mo-btn-primary{ font-size:1rem; font-weight:500; letter-spacing:.02em; }

/* ---- Landing / Login ---- */
.mo-landing{ display:grid; grid-template-columns:1.1fr .9fr; min-height:620px; border-radius:18px; overflow:hidden; box-shadow:0 30px 80px -44px rgba(0,0,0,.5); border:1px solid var(--line); }
.mo-landing-hero{ position:relative; background:linear-gradient(140deg,var(--mo-a),#0d2b24); background-image:linear-gradient(140deg,rgba(21,62,53,.80),rgba(13,43,36,.88)),var(--mo-loginbg); background-size:cover; background-position:center; color:#fff; display:flex; align-items:center; padding:56px; }
.mo-landing-hero-inner{ max-width:420px; }
.mo-landing-eyebrow{ display:inline-block; font-size:.78rem; letter-spacing:.2em; text-transform:uppercase; color:var(--mo-a2); margin-bottom:18px; }
.mo-landing-hero h1{ font-family:"Cormorant Garamond",serif; font-size:2.8rem; line-height:1.08; margin:0 0 14px; }
.mo-landing-hero p{ font-size:1.05rem; opacity:.92; line-height:1.6; margin:0 0 24px; font-weight:300; }
.mo-landing-feats{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px; }
.mo-landing-feats li{ position:relative; padding-left:28px; font-size:.95rem; opacity:.95; }
.mo-landing-feats li::before{ content:"✦"; position:absolute; left:0; color:var(--mo-a2); }
.mo-landing-panel{ background:var(--card); display:flex; align-items:center; justify-content:center; padding:48px 40px; }
.mo-login-card{ width:100%; max-width:360px; }
.mo-login-card h2{ font-family:"Cormorant Garamond",serif; font-size:2rem; margin:0 0 4px; color:var(--ink); }
.mo-login-sub{ color:var(--soft); margin:0 0 24px; font-size:.95rem; }
.mo-login-error{ background:#fdecec; color:#a4282b; padding:10px 14px; border-radius:8px; font-size:.9rem; margin-bottom:16px; }
.mo-landing form{ display:flex; flex-direction:column; gap:14px; }
.mo-landing label{ display:flex; flex-direction:column; gap:6px; font-size:.85rem; color:var(--soft); }
.mo-landing input{ padding:12px 14px; border:1px solid #cdc6b8; border-radius:9px; font-size:1rem; box-shadow:0 1px 2px rgba(20,18,15,.08), 0 2px 6px rgba(20,18,15,.05); }
.mo-landing input:focus{ outline:none; border-color:var(--mo-a); box-shadow:0 0 0 3px rgba(21,62,53,.16); }
.mo-login-foot a{ color:var(--mo-a); text-decoration:none; }
.mo-login-foot a:hover{ text-decoration:underline; }
.mo-landing .mo-btn-primary{ justify-content:center; margin-top:4px; padding:13px; }
.mo-login-foot{ margin:22px 0 0; font-size:.82rem; color:var(--soft); text-align:center; }
@media(max-width:760px){ .mo-landing{ grid-template-columns:1fr; } .mo-landing-hero{ padding:40px; min-height:280px; } .mo-landing-hero h1{ font-size:2.1rem; } }

/* ---- Buttons ---- */
.mo-btn{ display:inline-flex; align-items:center; gap:6px; border:1px solid var(--mo-a); background:var(--mo-a); color:#fff; padding:11px 18px; border-radius:9px; font:inherit; font-size:.92rem; cursor:pointer; text-decoration:none; transition:transform .12s, box-shadow .2s, background .2s; }
.mo-btn:hover{ transform:translateY(-1px); box-shadow:0 8px 18px -10px rgba(0,0,0,.5); }
.mo-btn-primary{ background:var(--mo-a); }
.mo-btn-ghost{ background:transparent; color:var(--mo-a); }
.mo-btn-ghost:hover{ background:rgba(21,62,53,.06); }
.mo-btn-sm{ padding:7px 12px; font-size:.85rem; }
.mo-btn-icon{ padding:7px 10px; }
.mo-link{ color:var(--mo-a); text-decoration:none; font-size:.9rem; }
.mo-link:hover{ text-decoration:underline; }

/* ---- Shell / list ---- */
.mo-shell{ background:var(--bg); border-radius:16px; padding:0 0 40px; overflow:hidden; }
.mo-head{ display:flex; justify-content:space-between; align-items:center; padding:18px 28px; background:var(--card); border-bottom:1px solid var(--line); }
.mo-head-brand img{ max-height:40px; }
.mo-head-brand strong{ font-family:"Cormorant Garamond",serif; font-size:1.5rem; color:var(--mo-a); }
.mo-head-user{ display:flex; align-items:center; gap:16px; font-size:.9rem; color:var(--soft); }
.mo-listbar{ display:flex; justify-content:space-between; align-items:center; padding:28px 28px 14px; flex-wrap:wrap; gap:12px; }
.mo-listbar h1{ font-family:"Cormorant Garamond",serif; font-size:2.1rem; margin:0; color:var(--ink); }
.mo-listbar-actions{ display:flex; gap:10px; }
.mo-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:18px; padding:14px 28px; }
.mo-empty{ grid-column:1/-1; text-align:center; color:var(--soft); padding:60px; background:var(--card); border:1px dashed var(--line); border-radius:14px; }
.mo-ocard{ background:var(--card); border:1px solid var(--line); border-radius:14px; padding:20px; display:flex; flex-direction:column; gap:8px; transition:box-shadow .2s, transform .15s; }
.mo-ocard:hover{ box-shadow:0 16px 36px -24px rgba(0,0,0,.4); transform:translateY(-2px); }
.mo-ocard h3{ font-family:"Cormorant Garamond",serif; font-size:1.35rem; margin:0; }
.mo-ocard-meta{ color:var(--soft); font-size:.88rem; margin:0; flex:1; }
.mo-ocard-actions{ display:flex; gap:8px; margin-top:10px; }
.mo-status{ display:inline-block; font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; padding:3px 9px; border-radius:999px; font-weight:500; }
.mo-status-concept{ background:#eef0f2; color:#5b6b7a; }
.mo-status-verzonden{ background:#fff3df; color:#a5772a; }
.mo-status-geaccepteerd{ background:#e6f5ea; color:#2f7d4a; }

/* ---- Editor ---- */
.mo-editor{ padding:0; }
.mo-ehead{ position:sticky; top:32px; z-index:20; display:flex; align-items:center; gap:12px; padding:14px 24px; background:var(--card); border-bottom:1px solid var(--line); border-radius:16px 16px 0 0; flex-wrap:wrap; }
.mo-title-input{ flex:1; min-width:180px; font-family:"Cormorant Garamond",serif; font-size:1.5rem; border:none; border-bottom:2px solid transparent; padding:4px 0; background:transparent; }
.mo-title-input:focus{ outline:none; border-bottom-color:var(--mo-a2); }
.mo-ehead-right{ display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.mo-savestate{ font-size:.8rem; color:var(--soft); min-width:96px; }
.mo-status-sel{ padding:7px 10px; border:1px solid var(--line); border-radius:8px; font:inherit; font-size:.85rem; }
.mo-ebody{ padding:24px; display:flex; flex-direction:column; gap:18px; }

/* ---- Panels ---- */
.mo-panel{ background:var(--card); border:1px solid var(--line); border-radius:14px; overflow:hidden; }
.mo-panel-head{ padding:16px 22px; border-bottom:1px solid var(--line); background:#fbfaf7; }
.mo-panel-head h2{ font-family:"Cormorant Garamond",serif; font-size:1.4rem; margin:0; color:var(--mo-a); }
.mo-panel-head p{ margin:2px 0 0; font-size:.85rem; color:var(--soft); }
.mo-panel-body{ padding:22px; display:flex; flex-direction:column; gap:14px; }

/* ---- Fields ---- */
.mo-f{ display:flex; flex-direction:column; gap:5px; font-size:.82rem; color:var(--soft); }
.mo-f > span{ display:flex; justify-content:space-between; align-items:center; }
.mo-f input, .mo-f textarea, .mo-f select{ padding:10px 12px; border:1px solid var(--line); border-radius:8px; font:inherit; font-size:.95rem; color:var(--ink); background:#fff; }
.mo-f input:focus, .mo-f textarea:focus{ outline:none; border-color:var(--mo-a); }
.mo-f input[type=color]{ height:42px; padding:4px; width:80px; }
.mo-row2{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.mo-row3{ display:grid; grid-template-columns:1fr 1fr 1fr; gap:14px; }
.mo-row4{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.mo-color-row{ display:flex; align-items:center; gap:8px; }
.mo-swatch{ width:30px; height:30px; border-radius:8px; border:1px solid rgba(0,0,0,.15); cursor:pointer; padding:0; box-shadow:0 1px 3px rgba(0,0,0,.12); transition:transform .12s; }
.mo-swatch:hover{ transform:scale(1.12); }
.mo-ai-btn{ background:linear-gradient(135deg,var(--mo-a),#2c7a5f); color:#fff; border:none; border-radius:999px; font-size:.72rem; padding:3px 10px; cursor:pointer; }
.mo-ai-btn:hover{ filter:brightness(1.1); }

/* repeatables */
.mo-rep{ display:flex; flex-direction:column; gap:14px; }
.mo-repitem{ border:1px solid var(--line); border-radius:12px; padding:16px; background:#fcfbf9; display:flex; flex-direction:column; gap:12px; }
.mo-repitem-head{ display:flex; justify-content:space-between; align-items:center; }
.mo-repitem-head strong{ font-family:"Cormorant Garamond",serif; font-size:1.15rem; color:var(--ink); }
.mo-rm{ background:transparent; border:1px solid var(--line); color:var(--soft); width:28px; height:28px; border-radius:7px; cursor:pointer; }
.mo-rm:hover{ background:#fdecec; color:#a4282b; border-color:#f0c8c8; }
.mo-import{ display:flex; gap:8px; background:#f3f6f9; border:1px solid #dce3ea; border-radius:9px; padding:8px; }
.mo-import input{ flex:1; padding:9px 11px; border:1px solid var(--line); border-radius:8px; font:inherit; }
.mo-import .mo-btn{ white-space:nowrap; }
.mo-inline-go{ display:flex; gap:8px; }
.mo-inline-go input{ flex:1; padding:10px 12px; border:1px solid var(--line); border-radius:8px; font:inherit; }
.mo-inline-go .mo-btn{ white-space:nowrap; }
.mo-map-actions{ display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; }
.mo-sub{ border-top:1px dashed var(--line); padding-top:12px; }
.mo-sub-head{ display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; }
.mo-list{ display:flex; flex-direction:column; gap:8px; }
.mo-liner{ display:flex; gap:8px; }
.mo-liner input{ flex:1; padding:9px 11px; border:1px solid var(--line); border-radius:8px; font:inherit; }

/* thumbnails */
.mo-thumbs{ display:flex; flex-wrap:wrap; gap:10px; }
.mo-thumb{ width:110px; height:78px; border-radius:9px; background-size:cover; background-position:center; position:relative; border:1px solid var(--line); }
.mo-thumb-rm{ position:absolute; top:4px; right:4px; width:22px; height:22px; border-radius:50%; border:none; background:rgba(0,0,0,.6); color:#fff; cursor:pointer; font-size:.7rem; }
.mo-thumb-add{ display:flex; align-items:center; justify-content:center; background:#f3f0ea; border:1px dashed var(--mo-a); color:var(--mo-a); cursor:pointer; font-size:.85rem; }

/* ---- Toast ---- */
.mo-toast{ position:fixed; bottom:24px; left:50%; transform:translate(-50%,20px); background:var(--ink); color:#fff; padding:12px 22px; border-radius:10px; font-size:.9rem; z-index:9999; opacity:0; transition:opacity .25s, transform .25s; font-family:"DM Sans",sans-serif; }
.mo-toast.show{ opacity:1; transform:translate(-50%,0); }
.mo-toast.err{ background:#a4282b; }

/* ---- Menu (dropdown) ---- */
.mo-menu{ position:absolute; z-index:9998; background:#fff; border:1px solid var(--line); border-radius:10px; box-shadow:0 16px 40px -18px rgba(0,0,0,.5); padding:6px; min-width:170px; display:flex; flex-direction:column; }
.mo-menu button{ text-align:left; background:transparent; border:none; padding:9px 12px; border-radius:7px; cursor:pointer; font:inherit; font-size:.88rem; color:var(--ink); }
.mo-menu button:hover{ background:#f3f0ea; }
.mo-menu button.danger{ color:#a4282b; }

/* ---- Modal ---- */
.mo-modal-overlay{ position:fixed; inset:0; background:rgba(20,18,15,.5); display:flex; align-items:center; justify-content:center; z-index:9990; padding:20px; }
.mo-modal{ background:#fff; border-radius:16px; max-width:600px; width:100%; max-height:88vh; overflow:auto; box-shadow:0 30px 80px -30px rgba(0,0,0,.6); }
.mo-modal-head{ display:flex; justify-content:space-between; align-items:center; padding:18px 24px; border-bottom:1px solid var(--line); position:sticky; top:0; background:#fff; }
.mo-modal-head h3{ font-family:"Cormorant Garamond",serif; font-size:1.5rem; margin:0; color:var(--mo-a); }
.mo-modal-x{ background:transparent; border:none; font-size:1.1rem; cursor:pointer; color:var(--soft); }
.mo-modal-body{ padding:24px; display:flex; flex-direction:column; gap:14px; }
.mo-muted{ color:var(--soft); font-size:.9rem; }
.mo-tabs{ display:flex; gap:6px; border-bottom:1px solid var(--line); }
.mo-tabs button{ background:transparent; border:none; padding:8px 14px; cursor:pointer; font:inherit; color:var(--soft); border-bottom:2px solid transparent; }
.mo-tabs button.is-active{ color:var(--mo-a); border-bottom-color:var(--mo-a); }
.mo-file{ padding:14px; border:1px dashed var(--line); border-radius:10px; width:100%; }
.mo-unsres{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.mo-gal-res{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:12px; }
.mo-unsimg{ position:relative; height:90px; border-radius:9px; background-size:cover; background-position:center; cursor:pointer; border:2px solid transparent; background-color:#eee; }
.mo-unsimg:hover{ border-color:#2f9e44; }
.mo-unsimg.is-sel{ border-color:#2f9e44; box-shadow:0 0 0 2px #2f9e44; }
.mo-unsimg.is-sel::after{ content:"✓"; position:absolute; top:6px; right:6px; width:22px; height:22px; border-radius:50%; background:#2f9e44; color:#fff; display:flex; align-items:center; justify-content:center; font-size:.8rem; font-weight:700; }
.mo-gal-foot{ display:flex; justify-content:flex-end; margin-top:14px; }
.mo-gal-hint{ margin:10px 0 0; }
.mo-loading{ padding:60px; text-align:center; color:var(--soft); }

@media(max-width:680px){
	.mo-row2,.mo-row3,.mo-row4{ grid-template-columns:1fr; }
	.mo-ehead{ top:0; }
	.mo-unsres{ grid-template-columns:repeat(2,1fr); }
}

/* --- Pakketreizen (DynpaX) --- */
.mo-pkg-search{ margin-bottom:12px; }
.mo-pkg-bar{ display:flex; align-items:center; gap:14px; margin:4px 0 14px; }
.mo-pkg-status{ font-size:.85rem; color:var(--soft); }
.mo-pkg-results{ display:flex; flex-direction:column; gap:10px; }
.mo-pkg-result{ display:flex; align-items:center; gap:14px; background:var(--card); border:1px solid var(--line); border-radius:11px; padding:10px 12px; }
.mo-pkg-result .mo-btn{ margin-left:auto; flex:none; }
.mo-pkg-thumb{ flex:0 0 64px; width:64px; height:48px; border-radius:8px; background-size:cover; background-position:center; }
.mo-pkg-thumb-empty{ background:var(--bg); border:1px dashed var(--line); }
.mo-pkg-item-body{ display:flex; flex-direction:column; gap:2px; min-width:0; }
.mo-pkg-item-body strong{ color:var(--ink); }
.mo-pkg-item-meta{ font-size:.82rem; color:var(--soft); }
.mo-pkg-h{ font-family:"Cormorant Garamond",serif; font-size:1.15rem; color:var(--mo-a); margin:22px 0 10px; }
.mo-pkg-added{ display:flex; flex-direction:column; gap:10px; }
.mo-pkg-item-main{ display:flex; align-items:center; gap:14px; }
.mo-pkg-item .mo-rm{ margin-left:auto; }
.mo-pkg-added .mo-empty{ padding:22px; }
.mo-pkg-note{ font-size:.85rem; color:var(--soft); background:var(--bg); border:1px solid var(--line); border-radius:8px; padding:9px 12px; }
.mo-pkg-note-err{ color:#8a1f11; background:#fbeae8; border-color:#e6a79f; }
.mo-pkg-resultwrap{ display:flex; flex-direction:column; }
.mo-pkg-panel-host:not(:empty){ margin:-4px 0 8px; }
.mo-pkg-panel{ background:var(--bg); border:1px solid var(--line); border-radius:11px; padding:14px; display:flex; flex-direction:column; gap:10px; }
.mo-pkg-panel .mo-row2{ margin:0; }
.pp-price{ font-size:.95rem; color:var(--ink); }
.pp-price strong{ color:var(--mo-a); font-size:1.05rem; }
.pp-actions{ display:flex; }
.mo-pkg-price{ border-top:1px solid var(--line); margin-top:10px; padding-top:10px; display:flex; flex-direction:column; gap:6px; }
.mo-pkg-price .pp-show{ font-size:.88rem; font-weight:600; color:var(--ink); display:flex; align-items:center; gap:7px; }
.pp-modes{ display:flex; flex-direction:column; gap:5px; padding-left:2px; }
.pp-modes label{ font-size:.86rem; color:var(--soft); display:flex; align-items:center; gap:7px; }
.pp-own{ width:90px; padding:5px 8px; border:1px solid var(--line); border-radius:7px; font:inherit; font-size:.85rem; }
/* Autocomplete-dropdown */
.mo-ac-box{ position:absolute; left:0; right:0; top:100%; z-index:40; background:var(--card); border:1px solid var(--line); border-top:none; border-radius:0 0 9px 9px; box-shadow:0 10px 24px rgba(0,0,0,.10); max-height:280px; overflow-y:auto; }
.mo-ac-item{ display:flex; align-items:center; justify-content:space-between; gap:10px; width:100%; text-align:left; background:none; border:none; border-bottom:1px solid var(--line); padding:9px 12px; font:inherit; font-size:.9rem; color:var(--ink); cursor:pointer; }
.mo-ac-item:last-child{ border-bottom:none; }
.mo-ac-item:hover{ background:var(--bg); }
.mo-ac-item em{ font-style:normal; font-size:.7rem; text-transform:uppercase; letter-spacing:.04em; color:var(--soft); flex:none; }

/* --- Teambeheer --- */
.mo-team{ max-width:820px; margin:0 auto; padding:0 24px 60px; display:flex; flex-direction:column; gap:20px; }
.mo-team-card{ background:var(--card); border:1px solid var(--line); border-radius:14px; padding:24px; }
.mo-team-card h2{ font-family:"Cormorant Garamond",serif; font-size:1.4rem; color:var(--mo-a); margin:0 0 4px; }
.mo-team-sub{ color:var(--soft); margin:0 0 16px; font-size:.9rem; }
.mo-tm-invite{ display:flex; align-items:center; gap:8px; margin-top:12px; font-size:.9rem; color:var(--ink); }
.mo-team-actions{ margin-top:16px; }
.mo-team-list{ display:flex; flex-direction:column; gap:8px; margin-top:12px; }
.mo-team-row{ display:flex; align-items:center; gap:14px; background:var(--bg); border:1px solid var(--line); border-radius:10px; padding:12px 14px; }
.mo-team-who{ display:flex; flex-direction:column; min-width:0; }
.mo-team-who strong{ color:var(--ink); }
.mo-team-who span{ font-size:.82rem; color:var(--soft); }
.mo-team-role{ font-size:.72rem; font-weight:600; text-transform:uppercase; letter-spacing:.05em; padding:3px 9px; border-radius:20px; background:#eee; color:#555; }
.mo-team-role-beheerder{ background:#e7eef5; color:var(--mo-a); }
.mo-team-row-act{ margin-left:auto; }
.mo-team-you{ font-size:.8rem; color:var(--soft); font-style:italic; }

/* --- Documentimport (Word/PDF) --- */
.mo-import-row{ display:flex; flex-wrap:wrap; align-items:center; gap:12px; }
.mo-imp-file{ flex:1; min-width:200px; font-size:.88rem; }
.mo-imp-status{ font-size:.85rem; color:var(--soft); margin:8px 0 0; }
.mo-import-ai{ margin-top:14px; padding-top:14px; border-top:1px solid var(--line); }
.mo-import-ai .mo-f{ margin-bottom:8px; }

/* --- Import: voortgangsbalk --- */
.mo-imp-progress{ margin:12px 0 4px; }
.mo-imp-bar{ height:8px; background:var(--line); border-radius:5px; overflow:hidden; }
.mo-imp-fill{ display:block; height:100%; width:0; background:var(--mo-a); transition:width .25s ease; }
.mo-imp-pmeta{ display:flex; justify-content:space-between; font-size:.82rem; color:var(--soft); margin-top:6px; }
/* Accommodatie-kop: match-knop naast verwijderen */
.mo-repitem-head-act{ display:flex; align-items:center; gap:8px; }

.pp-saverow{ margin-top:8px; }

/* Highlights-editor + beoordelingsbadge per pakketreis */
.mo-pkg-extra{ border-top:1px solid var(--line); margin-top:10px; padding-top:10px; }
.mo-pkg-extra-head{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.mo-pkg-extra-head strong{ color:var(--ink); font-size:.9rem; }
.mo-pkg-extra-head .mo-hl-add{ margin-left:auto; }
.mo-pkg-extra-hint{ font-size:.78rem; margin:3px 0 8px; }
.mo-pkg-rating-badge{ background:var(--accent,#153e35); color:#fff; border-radius:7px; padding:3px 9px; font-size:.82rem; font-weight:600; }
.mo-pkg-rating-badge small{ opacity:.8; font-weight:400; }
.mo-hl-list{ display:flex; flex-direction:column; gap:6px; }

/* --- Inklapbare offerte-categorieën --- */
.mo-group{ background:var(--card); border:1px solid var(--line); border-radius:14px; overflow:hidden; }
.mo-group-head{ display:flex; align-items:center; gap:14px; width:100%; text-align:left; background:#fbfaf7; border:none; padding:18px 22px; font:inherit; cursor:pointer; }
.mo-group-head:hover{ background:#f4f1ea; }
.mo-group:not(.is-collapsed) .mo-group-head{ border-bottom:1px solid var(--line); }
.mo-group-title{ font-family:"Cormorant Garamond",serif; font-size:1.5rem; color:var(--mo-a); font-weight:600; }
.mo-group-sub{ color:var(--soft); font-size:.85rem; flex:1; }
.mo-group-chev{ margin-left:auto; color:var(--soft); font-size:.9rem; transition:transform .25s; }
.mo-group.is-collapsed .mo-group-chev{ transform:rotate(-90deg); }
.mo-group.is-collapsed .mo-group-body{ display:none; }
.mo-group-body{ padding:18px 22px 22px; display:flex; flex-direction:column; gap:16px; }
/* Panels binnen een groep: vlak weergeven (de groep is al de kaart) */
.mo-group-body > .mo-panel{ border:none; border-radius:0; background:transparent; overflow:visible; }
.mo-group-body > .mo-panel > .mo-panel-head{ background:transparent; padding:4px 0 10px; border-bottom:1px solid var(--line); }
.mo-group-body > .mo-panel > .mo-panel-body{ padding:14px 0 0; }
.mo-group-body > .mo-panel + .mo-panel{ border-top:1px solid var(--line); padding-top:6px; }

/* --- Plaats-spotlight (info over de plaats op de offerte) --- */
.mo-placeinfo{ margin-top:6px; border-top:1px solid var(--line); padding-top:12px; }
.mo-placeinfo-toggle{ display:flex; align-items:center; gap:8px; font-size:.92rem; font-weight:600; color:var(--ink); flex-wrap:wrap; cursor:pointer; }
.mo-placeinfo-toggle .hint{ font-weight:400; color:var(--soft); font-size:.82rem; }
.mo-placeinfo-body{ margin-top:12px; display:flex; flex-direction:column; gap:10px; }
.mo-pi-bar{ display:flex; align-items:center; gap:12px; }
.mo-pi-status{ font-size:.82rem; color:var(--soft); }
.mo-pi-text{ width:100%; padding:11px 13px; border:1px solid var(--line); border-radius:9px; font:inherit; font-size:.92rem; resize:vertical; }

/* Badge voor automatisch gekoppelde pakketten (import → ons aanbod) */
.mo-pkg-auto{ display:inline-block; margin-left:8px; font-size:.7rem; font-weight:600; color:#8a6d00; background:#fcf3cd; border:1px solid #f0d97a; border-radius:12px; padding:2px 8px; vertical-align:middle; }

/* --- Klikbare naam in een zoekresultaat (opent de detail-pop-up) --- */
.mo-pkg-name{ display:inline-block; background:none !important; border:none !important; padding:0 !important; margin:0; font:inherit; font-weight:600; color:var(--mo-a) !important; text-align:left; cursor:pointer; text-decoration:none; box-shadow:none !important; }
.mo-pkg-name:hover{ text-decoration:underline; }
.mo-pkg-thumb-clk{ cursor:pointer; }

/* --- Detail-pop-up van een accommodatie (foto's, beschrijving, prijs) --- */
.mo-modal.mo-modal-pkg{ max-width:780px; }
.mo-pkg-detail-sub{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; color:var(--soft); font-size:.92rem; margin-bottom:14px; }
.mo-pkg-detail-stars{ color:var(--mo-a2); letter-spacing:1px; }
.mo-pkg-detail-gallery{ display:grid; grid-template-columns:repeat(auto-fill,minmax(120px,1fr)); gap:8px; margin-bottom:18px; }
.mo-pkg-detail-photo{ aspect-ratio:4/3; background-size:cover; background-position:center; border-radius:9px; background-color:#eee; }
.mo-pkg-detail-reviews{ display:inline-flex; align-items:baseline; gap:4px; background:var(--bg); border:1px solid var(--line); border-radius:10px; padding:8px 14px; margin-bottom:18px; font-size:.95rem; }
.mo-pkg-detail-reviews strong{ font-family:"Cormorant Garamond",serif; font-size:1.5rem; color:var(--mo-a); }
.mo-pkg-detail-sec{ margin:0 0 20px; }
.mo-pkg-detail-sec h4{ font-family:"Cormorant Garamond",serif; font-size:1.35rem; color:var(--mo-a); margin:0 0 10px; }
.mo-pkg-detail-block{ margin:0 0 12px; }
.mo-pkg-detail-block h5{ font-size:.95rem; margin:0 0 4px; color:var(--ink); }
.mo-pkg-detail-html{ font-size:.92rem; line-height:1.6; color:#403c37; }
.mo-pkg-detail-html ul{ margin:.3em 0; padding-left:1.2em; }
.mo-pkg-detail-html li{ margin:.12em 0; }
.mo-pkg-detail-html p{ margin:0 0 .6em; }
.mo-pkg-detail-pricesec{ border-top:1px solid var(--line); padding-top:16px; }
.mo-pkg-detail-pricehost .mo-pkg-panel{ background:var(--bg); border:1px solid var(--line); border-radius:11px; padding:14px; display:flex; flex-direction:column; gap:10px; }
.mo-pkg-detail-pricehost .pp-price{ font-size:1rem; color:var(--ink); }
.mo-pkg-detail-pricehost .pp-price strong{ color:var(--mo-a); }
.mo-pkg-detail-pricehost .pp-actions{ display:flex; }

/* --- Prijs-vergelijkingslijst (meerdere aanbieders/prijzen) --- */
.pp-list-intro{ font-size:.82rem; margin:2px 0 8px; }
.pp-list{ display:flex; flex-direction:column; gap:6px; max-height:300px; overflow-y:auto; margin-bottom:10px; }
.pp-opt{ display:flex; align-items:center; gap:14px; width:100%; text-align:left; background:var(--card); border:1px solid var(--line); border-radius:9px; padding:9px 12px; font:inherit; cursor:pointer; }
.pp-opt:hover{ border-color:var(--mo-a); }
.pp-opt.is-sel{ border-color:var(--mo-a); box-shadow:0 0 0 2px rgba(11,61,99,.15); background:#fbfaf7; }
.pp-opt-price{ font-weight:700; color:var(--mo-a); font-size:1.05rem; flex:0 0 auto; min-width:88px; }
.pp-opt-price small{ font-weight:400; color:var(--soft); font-size:.72rem; }
.pp-opt-info{ display:flex; flex-direction:column; gap:1px; min-width:0; }
.pp-opt-meta{ font-size:.88rem; color:var(--ink); }
.pp-opt-sub{ font-size:.78rem; color:var(--soft); }

/* --- Plaats-/landinfo (generatie + acties) --- */
.mo-placeinfo-head{ font-weight:600; color:var(--ink); margin-bottom:10px; }
.mo-placeinfo-head .hint{ font-weight:400; color:var(--soft); font-size:.82rem; }
.mo-pi-gen{ display:flex; flex-wrap:wrap; gap:8px; align-items:center; margin-bottom:8px; }
.mo-pi-kind{ flex:0 0 auto; }
.mo-pi-place{ flex:1; min-width:180px; }
.mo-pi-actions{ display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-top:10px; }
.mo-pi-shown{ font-size:.82rem; color:var(--soft); }
.mo-app-page .mo-btn-danger, .mo-btn-danger{ background:#fff !important; color:#b3261e !important; border:1px solid #e3b6b2 !important; }
.mo-app-page .mo-btn-danger:hover, .mo-btn-danger:hover{ background:#fbeae8 !important; }
.mo-pi-genbtn{ margin-bottom:10px; }

/* Touroperator-editor: hotelrijen */
.mo-to-hotel{ border:1px solid var(--mo-line, #ddd); border-radius:10px; padding:12px; margin-bottom:10px; }
.mo-to-hotel-top{ display:flex; gap:12px; align-items:flex-start; }
.mo-to-hotel-fields{ flex:1; display:flex; flex-direction:column; gap:8px; }
.mo-to-hotel-r2{ display:flex; gap:8px; align-items:center; }
.mo-to-hotel-r2 input{ width:110px; }
.mo-to-hotel-r2 .mo-to-hotel-rm{ margin-left:auto; }
.mo-to-hotel textarea{ width:100%; margin-top:8px; }
.mo-to-hotel-photo .mo-thumb{ width:96px; height:72px; }
