:root{--abc-bg:#f5f7fb;--abc-card:#fff;--abc-text:#162033;--abc-muted:#667085;--abc-line:#d9e1ee;--abc-primary:#0b63ce;--abc-primary-dark:#084a99;--abc-ok:#0f8f52;--abc-bad:#b42318;--abc-soft:#eaf2ff}.abc-app{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--abc-text);background:var(--abc-bg);padding:clamp(16px,2vw,28px);border-radius:24px;min-height:70vh}.abc-app *{box-sizing:border-box}.abc-app-header{display:flex;gap:20px;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.abc-app-header h1{font-size:clamp(26px,3vw,42px);margin:0 0 6px}.abc-app-header p{margin:0;color:var(--abc-muted)}.abc-app-nav{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.abc-app-nav a,.abc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--abc-line);background:#fff;color:var(--abc-text);text-decoration:none;border-radius:999px;padding:10px 16px;font-weight:700;line-height:1;cursor:pointer;min-height:40px}.abc-app-nav a.active,.abc-btn-primary{background:var(--abc-primary);border-color:var(--abc-primary);color:#fff}.abc-btn:hover,.abc-app-nav a:hover{border-color:var(--abc-primary);color:var(--abc-primary)}.abc-btn-primary:hover{background:var(--abc-primary-dark);color:#fff}.abc-btn-small{padding:7px 11px;min-height:32px;font-size:13px}.abc-hero{display:flex;justify-content:space-between;gap:18px;align-items:center;background:linear-gradient(135deg,#fff,#eaf2ff);border:1px solid var(--abc-line);border-radius:24px;padding:22px;margin-bottom:18px}.abc-hero h2{margin:0 0 8px;font-size:26px}.abc-hero p{margin:0;color:var(--abc-muted)}.abc-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:18px}.abc-kpi{background:var(--abc-card);border:1px solid var(--abc-line);border-radius:20px;padding:16px;box-shadow:0 12px 30px rgba(16,24,40,.06)}.abc-kpi span{display:block;color:var(--abc-muted);font-size:13px}.abc-kpi strong{display:block;margin-top:8px;font-size:30px}.abc-grid{display:grid;gap:16px}.abc-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.abc-card{background:var(--abc-card);border:1px solid var(--abc-line);border-radius:22px;padding:18px;box-shadow:0 12px 30px rgba(16,24,40,.06);margin-bottom:16px}.abc-card h2,.abc-card h3{margin-top:0}.abc-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.abc-toolbar form{display:flex;gap:8px;flex:1}.abc-toolbar input,.abc-form-grid input,.abc-form-grid select,.abc-quick-form input{width:100%;border:1px solid var(--abc-line);border-radius:14px;padding:11px 12px;background:#fff}.abc-toolbar form input{max-width:520px}.abc-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.abc-form-grid label{font-weight:700}.abc-form-grid label input,.abc-form-grid label select{margin-top:6px}.abc-check{display:flex!important;align-items:center;gap:10px;background:#f8fafc;border:1px solid var(--abc-line);border-radius:16px;padding:12px}.abc-check input{width:auto!important}.abc-form-actions{grid-column:1/-1;display:flex;align-items:center;gap:12px}.abc-mini{font-size:13px;color:var(--abc-muted)}.abc-table-wrap{overflow:auto}.abc-table{width:100%;border-collapse:separate;border-spacing:0}.abc-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--abc-muted);text-align:left;border-bottom:1px solid var(--abc-line);padding:10px}.abc-table td{border-bottom:1px solid #eef2f7;padding:12px;vertical-align:middle}.abc-table small{color:var(--abc-muted)}.abc-inline-form{margin:0}.abc-switch{border:0;border-radius:999px;padding:5px 10px 5px 5px;background:#d0d5dd;display:inline-flex;gap:7px;align-items:center;cursor:pointer;font-weight:800}.abc-switch span{width:22px;height:22px;background:#fff;border-radius:50%;display:block}.abc-switch.on{background:var(--abc-ok);color:#fff}.abc-app-notice{border-radius:16px;padding:12px 14px;margin:0 0 14px;font-weight:700}.abc-app-notice.ok{background:#ecfdf3;color:#027a48}.abc-app-notice.bad{background:#fef3f2;color:#b42318}.abc-login,.abc-denied{text-align:center;background:#fff;border:1px solid var(--abc-line);border-radius:22px;padding:32px}.abc-quick-form{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:16px}@media(max-width:900px){.abc-app{padding:12px;border-radius:18px}.abc-app-header,.abc-hero,.abc-toolbar{display:block}.abc-app-nav{justify-content:flex-start;margin-top:14px}.abc-grid.two,.abc-form-grid,.abc-quick-form{grid-template-columns:1fr}.abc-toolbar form{margin-bottom:10px}.abc-hero .abc-btn{margin-top:12px}.abc-table{min-width:720px}}
.abc-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.abc-form-grid textarea,.abc-quick-form textarea,.abc-quick-form select{width:100%;border:1px solid var(--abc-line);border-radius:14px;padding:11px 12px;background:#fff;min-height:44px}.abc-form-grid textarea{min-height:90px}.abc-quick-form select{min-width:0}.abc-card .abc-quick-form{align-items:end}.abc-card .abc-quick-form button{white-space:nowrap}.abc-table form{margin:0}.abc-toolbar input[type=date]{max-width:220px}@media(max-width:1100px){.abc-grid.three{grid-template-columns:1fr}.abc-quick-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.abc-grid.three{grid-template-columns:1fr}.abc-quick-form{grid-template-columns:1fr}}


/* v1.17 productbeheer */
.abc-product-titlebar{display:flex;align-items:center;justify-content:space-between;gap:18px;}
.abc-webshop-check{font-size:16px;background:#f6fbff;border:1px solid #d7ecff;border-radius:14px;padding:12px 14px;}
.abc-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0;position:sticky;top:0;background:#fff;z-index:5;padding:8px 0;}
.abc-tabs a{padding:9px 12px;border-radius:999px;background:#f3f4f6;text-decoration:none;color:#111827;font-weight:700;}
.abc-tabs a:hover{background:#e5e7eb;}
.abc-product-editor textarea{width:100%;min-height:90px;}
.abc-product-editor input,.abc-product-editor select,.abc-product-editor textarea{max-width:100%;}
.abc-full{grid-column:1/-1;}
.abc-savebar{display:flex;align-items:center;gap:16px;position:sticky;bottom:12px;border:1px solid #dbeafe;box-shadow:0 12px 28px rgba(15,23,42,.16);}
.abc-table input{width:100%;min-width:110px;}
@media(max-width:760px){.abc-product-titlebar,.abc-savebar{display:block}.abc-tabs{position:static}.abc-tabs a{flex:1;text-align:center}.abc-table input{min-width:150px}}

/* v1.18 productoverzicht filters + bulk */
.abc-product-toolbar{align-items:flex-start;}
.abc-product-filters{display:grid!important;grid-template-columns:2fr repeat(5,minmax(140px,1fr)) auto auto;gap:8px;width:100%;}
.abc-product-filters input,.abc-product-filters select{max-width:none!important;width:100%;border:1px solid var(--abc-line);border-radius:14px;padding:11px 12px;background:#fff;}
.abc-bulkbar{display:flex;gap:8px;flex-wrap:wrap;align-items:center;background:#f8fafc;border:1px solid var(--abc-line);border-radius:16px;padding:10px;margin-bottom:12px;}
.abc-bulkbar select{border:1px solid var(--abc-line);border-radius:14px;padding:10px 12px;background:#fff;min-width:190px;}
.abc-product-thumb{width:56px;height:56px;border-radius:12px;object-fit:cover;border:1px solid var(--abc-line);background:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--abc-muted);text-align:center;}
.abc-products-table td{vertical-align:middle;}
.abc-data-map code{background:#eef2ff;border-radius:7px;padding:2px 5px;}
@media(max-width:1200px){.abc-product-filters{grid-template-columns:1fr 1fr;}.abc-product-toolbar{display:block}.abc-product-toolbar>.abc-btn{margin-top:10px}}
@media(max-width:760px){.abc-product-filters{grid-template-columns:1fr}.abc-bulkbar{display:block}.abc-bulkbar select,.abc-bulkbar .abc-btn{width:100%;margin-bottom:8px}}

.abc-link-strong{font-weight:800;text-decoration:none;color:inherit}.abc-link-strong:hover{text-decoration:underline}.abc-mini{font-size:12px;color:#667085}.abc-product-thumb{width:52px;height:52px;object-fit:contain;border-radius:10px;background:#fff;border:1px solid #e5e7eb}.abc-form-grid .abc-full{grid-column:1/-1}.abc-table a{color:inherit}.abc-card h4{margin:16px 0 8px}.abc-quick-form .abc-check{display:flex;align-items:center;gap:8px}

/* v1.27: echte producttabs, minder scroll */
.abc-product-editor .abc-tab-panel{display:none;}
.abc-product-editor .abc-tab-panel.active{display:block;}
.abc-product-tabs a.active{background:var(--abc-primary);color:#fff;}


/* v1.37: frontend app full-width, los van smalle thema/page containers */
body.abc-staff-app-page .entry-content,
body.abc-staff-app-page .wp-block-post-content,
body.abc-staff-app-page main,
body.abc-staff-app-page .site-main,
body.abc-staff-app-page .content-area,
body.abc-staff-app-page .wp-site-blocks > main{
    max-width:none!important;
    width:100%!important;
}
body.abc-staff-app-page .entry-content > *,
body.abc-staff-app-page .wp-block-post-content > *,
body.abc-staff-app-page main > *,
body.abc-staff-app-page .is-layout-constrained > *{
    max-width:none!important;
}
body.abc-staff-app-page .wp-block-post-title,
body.abc-staff-app-page .entry-title{
    display:none!important;
}
body.abc-staff-app-page .abc-app{
    width:calc(100vw - 32px)!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw + 16px)!important;
    margin-right:calc(50% - 50vw + 16px)!important;
    border-radius:0;
    min-height:calc(100vh - 80px);
}
body.abc-staff-app-page.admin-bar .abc-tabs{top:32px;}
@media(max-width:782px){
    body.abc-staff-app-page.admin-bar .abc-tabs{top:46px;}
    body.abc-staff-app-page .abc-app{
        width:100vw!important;
        margin-left:calc(50% - 50vw)!important;
        margin-right:calc(50% - 50vw)!important;
        border-radius:0;
        padding:12px;
    }
}
@media(min-width:1200px){
    body.abc-staff-app-page .abc-app-main,
    body.abc-staff-app-page .abc-app-header{
        max-width:1760px;
        margin-left:auto;
        margin-right:auto;
    }
}


/* v1.40: Vendit-achtig start transactie hoofdvenster */
.abc-pos-workbench{display:grid;grid-template-columns:minmax(520px,1fr) 390px;gap:14px;align-items:stretch;min-height:calc(100vh - 190px)}
.abc-pos-left{min-width:0}.abc-start-panel{background:#fff;border:1px solid var(--abc-line);border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(16,24,40,.06);display:flex;flex-direction:column;min-height:720px}.abc-start-top{height:118px;background:linear-gradient(135deg,#f8fafc,#e6eaf1);border-bottom:1px solid #b9c3d1;display:grid;grid-template-columns:120px 1fr 120px;align-items:center;text-align:center}.abc-hamburger{background:transparent;border:0;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;cursor:pointer}.abc-hamburger span{display:block;width:58px;height:8px;background:#7b8794;border-radius:8px}.abc-start-title{font-size:30px;font-weight:900;color:#111827}.abc-keyboard{font-size:44px;color:#1f2937}.abc-start-search{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px;border-bottom:1px solid var(--abc-line);background:#f8fafc}.abc-start-search input{width:100%;border:1px solid var(--abc-line);border-radius:12px;padding:12px;background:#fff}.abc-transaction-table{flex:1;overflow:auto;background:#fff}.abc-transaction-table table{width:100%;border-collapse:collapse}.abc-transaction-table th{background:#f8fafc;border-bottom:1px solid #cbd5e1;border-right:1px solid #dbe3ee;text-align:left;padding:8px 10px;font-size:13px}.abc-transaction-table th:nth-child(2),.abc-transaction-table th:nth-child(3),.abc-transaction-table th:nth-child(4){width:150px;text-align:right}.abc-transaction-table td{border-bottom:1px solid #edf2f7;padding:18px}.abc-empty-transaction{min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#667085;gap:8px}.abc-empty-transaction strong{font-size:22px;color:#1f2937}.abc-start-totals{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--abc-line);padding:10px 12px;font-size:18px;color:#1d4ed8}.abc-start-totals strong{font-size:26px}.abc-action-strip{display:grid;grid-template-columns:repeat(13,minmax(70px,1fr));gap:5px;padding:8px;background:#f6fbff;border-top:1px solid #cfe3fa}.abc-start-action{min-height:70px;border:1px solid #9fc1df;background:linear-gradient(#fff,#eaf5ff);border-radius:4px;text-decoration:none;color:#132b45;font-size:12px;font-weight:800;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.abc-start-action span{font-size:24px}.abc-start-action:hover{outline:2px solid var(--abc-primary);color:#132b45}.abc-pos-side{display:flex;flex-direction:column;min-width:0}.abc-side-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.abc-side-primary{margin-bottom:10px}.abc-side-products{grid-auto-rows:minmax(72px,auto)}.abc-side-heading{font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:#667085;margin:0 0 6px}.abc-tile{min-height:76px;border:1px solid #b7c9d8;background:linear-gradient(#fff,#edf6ff);border-radius:4px;text-decoration:none;color:#0f172a;font-size:12px;line-height:1.1;font-weight:800;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:5px;box-shadow:inset 0 1px #fff}.abc-tile:hover{border-color:var(--abc-primary);box-shadow:0 0 0 2px rgba(11,99,206,.18)}.abc-tile-icon{font-size:24px;margin-bottom:4px}.abc-tile-empty{background:linear-gradient(#fff,#f8fafc);opacity:.8;min-height:76px}.abc-start-kpis{margin-top:14px}.abc-app-header{align-items:center}.abc-app-header p{display:none}
@media(max-width:1300px){.abc-pos-workbench{grid-template-columns:1fr}.abc-pos-side{order:-1}.abc-side-grid{grid-template-columns:repeat(4,minmax(80px,1fr))}.abc-start-panel{min-height:620px}.abc-action-strip{grid-template-columns:repeat(7,1fr)}}
@media(max-width:760px){.abc-pos-workbench{display:block}.abc-start-top{height:auto;grid-template-columns:70px 1fr 70px;padding:12px 0}.abc-hamburger span{width:34px;height:5px}.abc-start-title{font-size:22px}.abc-keyboard{font-size:28px}.abc-start-search{grid-template-columns:1fr}.abc-side-grid{grid-template-columns:repeat(3,1fr)}.abc-action-strip{grid-template-columns:repeat(3,1fr)}.abc-transaction-table th:nth-child(2),.abc-transaction-table th:nth-child(3),.abc-transaction-table th:nth-child(4){width:auto}.abc-start-totals{display:block}.abc-start-totals strong{font-size:22px}.abc-start-panel{min-height:auto}.abc-empty-transaction{min-height:100px}}

/* v1.41 start-transactie verbeteringen */
.abc-start-transaction-form{margin:0}
.abc-start-customer-row{display:flex;gap:10px;align-items:end;padding:10px;border-bottom:1px solid #e5e7eb;flex-wrap:wrap}
.abc-start-customer-select{flex:1;min-width:260px}.abc-start-customer-select label{display:block;font-weight:700}.abc-start-customer-select select{width:100%;height:42px;border:1px solid #dbe3ef;border-radius:12px;padding:0 12px;background:#fff}
.abc-start-results{padding:8px 10px;border-bottom:1px solid #eef2f7;color:#64748b}.abc-chip{display:inline-flex;align-items:center;border:1px solid #dbe3ef;background:#fff;border-radius:999px;padding:6px 10px;margin:4px;cursor:pointer;font-weight:700}.abc-chip:hover{border-color:#1d72d2;color:#1d72d2}
.abc-transaction-table input{width:100%;border:1px solid #dbe3ef;border-radius:10px;padding:8px}.abc-start-line-total{font-weight:800;color:#1f2937}.abc-linklike{border:0;background:transparent;color:#1262b3;font-weight:800;cursor:pointer;padding:0;text-align:left}.abc-linklike:hover{text-decoration:underline}.abc-found-product{background:#f8fbff}.abc-action-strip button.abc-start-action{font-family:inherit;cursor:pointer;border:1px solid #cfd9e6;background:linear-gradient(#fff,#eef5fb);color:#1f2937}
@media (max-width: 760px){.abc-start-customer-row{display:block}.abc-start-customer-row .abc-btn{margin-top:8px}.abc-transaction-table table{min-width:720px}.abc-transaction-table{overflow:auto}}

/* v1.49 frontend kassabon betaalpopup */
.abc-payment-open-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.abc-payment-modal{display:none;position:fixed;inset:0;z-index:999999}.abc-payment-modal.is-open{display:block}.abc-payment-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.58)}.abc-payment-dialog{position:relative;z-index:1;width:min(1180px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow:auto;margin:16px auto;background:#f8fafc;border-radius:22px;box-shadow:0 24px 80px rgba(0,0,0,.35);padding:14px}.abc-payment-titlebar{display:flex;justify-content:space-between;align-items:center;background:#111827;color:#fff;border-radius:16px;padding:12px 14px;margin-bottom:12px}.abc-payment-titlebar strong{font-size:20px}.abc-payment-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.abc-payment-summary>div{background:#fff;border:1px solid var(--abc-line);border-radius:16px;padding:14px}.abc-payment-summary span{display:block;color:var(--abc-muted);font-size:12px;text-transform:uppercase;font-weight:800}.abc-payment-summary strong{display:block;font-size:28px;margin-top:5px}.abc-payment-grid{display:grid;grid-template-columns:250px 1fr 260px;gap:12px;align-items:start}.abc-payment-methods{display:grid;gap:8px}.abc-pay-tile{border:1px solid #cbd5e1;background:#fff;border-radius:14px;text-align:left;padding:12px;cursor:pointer;color:#0f172a}.abc-pay-tile strong{display:block;font-size:16px}.abc-pay-tile small{display:block;color:#667085;margin-top:3px}.abc-pay-tile.is-selected{border-color:var(--abc-primary);box-shadow:0 0 0 3px rgba(11,99,206,.16);background:#eef6ff}.abc-payment-main{background:#fff;border:1px solid var(--abc-line);border-radius:18px;padding:16px;display:grid;gap:12px}.abc-payment-main label{font-weight:800}.abc-payment-main input{width:100%;border:1px solid var(--abc-line);border-radius:14px;padding:12px;background:#fff;margin-top:5px}.abc-payment-actions{display:flex;gap:8px;flex-wrap:wrap}.abc-payment-submit{min-height:56px;font-size:18px}.abc-payment-cash{background:#fff;border:1px solid var(--abc-line);border-radius:18px;padding:16px}.abc-cash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:10px}.abc-cash-grid .abc-btn{border-radius:14px;min-height:54px;font-size:17px}.abc-payment-card .abc-table{margin-top:12px}@media(max-width:1000px){.abc-payment-grid{grid-template-columns:1fr}.abc-payment-summary{grid-template-columns:1fr 1fr}.abc-cash-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.abc-payment-dialog{width:100vw;max-height:100vh;margin:0;border-radius:0}.abc-payment-summary{grid-template-columns:1fr}.abc-cash-grid{grid-template-columns:repeat(2,1fr)}}


/* v1.61 starttransactie live zoeken */
.abc-start-customer-search{position:relative;min-width:220px;flex:1}
.abc-start-customer-search input{width:100%}
.abc-live-product-search{width:100%}
.abc-live-results{position:absolute;z-index:50;background:#fff;border:1px solid #d8e0ea;border-radius:14px;box-shadow:0 16px 40px rgba(15,23,42,.16);padding:6px;max-height:320px;overflow:auto;min-width:280px}
.abc-transaction-table td{position:relative}
.abc-live-product-results{left:0;right:0;top:44px}
.abc-live-customer-results{left:0;right:0;top:44px}
.abc-live-row{display:block;width:100%;text-align:left;background:#fff;border:0;border-radius:10px;padding:10px 12px;cursor:pointer;color:#172033}
.abc-live-row:hover{background:#f1f6ff}
.abc-live-row strong{display:block;font-size:13px;line-height:1.25}
.abc-live-row span{display:block;font-size:11px;color:#667085;margin-top:2px}
.abc-live-empty{padding:10px 12px;color:#667085;font-size:12px}
@media(max-width:760px){.abc-start-customer-row{display:grid;grid-template-columns:1fr;gap:8px}.abc-live-results{position:static;margin-top:6px;max-height:260px}}


/* v1.62 medewerkerscode / Vendit keypad */
.abc-operator-modal{display:none;position:fixed;inset:0;z-index:2147483000;pointer-events:auto}.abc-operator-modal.is-open{display:block}.abc-operator-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px);pointer-events:auto}.abc-operator-dialog{position:relative;z-index:1;width:min(520px,calc(100vw - 28px));margin:8vh auto;background:#fff;border:3px solid #7fb3d5;border-radius:8px;box-shadow:0 24px 70px rgba(0,0,0,.35);padding:18px;text-align:center}.abc-operator-dialog h2{font-size:30px;margin:6px 0 12px;color:#111827}.abc-operator-code{height:48px;border:1px solid #b8c6d6;background:#fff;margin:0 auto 14px;max-width:300px;font-size:32px;letter-spacing:8px;line-height:48px}.abc-operator-input{position:absolute;left:-9999px}.abc-operator-error{margin:8px auto 12px;padding:10px;border-radius:10px;background:#fef2f2;color:#991b1b;font-weight:800;max-width:340px}.abc-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:340px;margin:0 auto}.abc-keypad button{min-height:78px;border:2px solid #9fc1df;background:linear-gradient(#fff,#e5edf5);border-radius:4px;font-size:30px;font-weight:800;cursor:pointer}.abc-keypad button:hover{outline:2px solid #0b74de}.abc-operator-clear{color:#dc2626}.abc-operator-ok{color:#16a34a}.abc-operator-label{font-size:22px!important}
@media(max-width:640px){.abc-operator-dialog{margin:5vh auto}.abc-keypad button{min-height:68px}.abc-operator-dialog h2{font-size:24px}}


/* v1.63 starttransactie robuuste knoppen en zoekresultaten */
.abc-product-search-wrap{position:relative;display:grid;grid-template-columns:1fr auto;gap:8px;align-items:start}
.abc-product-search-wrap .abc-live-product-results{grid-column:1 / -1;top:46px;left:0;right:0;z-index:9999}
.abc-start-flash{background:#ecfdf3;border:1px solid #79d29a;color:#065f46;border-radius:12px;padding:10px 12px;margin:10px;font-weight:800}
.abc-live-empty{padding:10px;color:#667085}
.abc-show-customer-search{white-space:nowrap}
@media(max-width:760px){.abc-product-search-wrap{grid-template-columns:1fr}.abc-start-customer-row{display:grid!important;grid-template-columns:1fr;gap:8px}.abc-product-search-button{width:100%}}

/* 1.71 Productmodule: webshopvelden verschijnen pas bij Tonen in webshop. */
.abc-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 14px;margin-top:12px}.abc-check-grid .abc-check{padding:10px 12px;border:1px solid rgba(148,163,184,.35);border-radius:14px;background:#fff}.abc-product-tabs .abc-webshop-only{transition:opacity .15s ease}.abc-product-titlebar .abc-webshop-check{min-width:220px;justify-content:center}
.abc-category-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:14px 0}.abc-category-filter{min-width:240px;max-width:420px;width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:12px}.abc-category-hint{font-size:12px;color:#475569}.abc-category-tree{display:flex;flex-direction:column;gap:10px}.abc-category-node{border:1px solid rgba(148,163,184,.28);border-radius:16px;background:#fff;padding:10px 12px}.abc-category-node.is-selected{border-color:#0ea5e9;box-shadow:0 0 0 2px rgba(14,165,233,.08)}.abc-category-row{display:flex;gap:10px;align-items:flex-start;margin:0}.abc-category-row input{margin-top:3px}.abc-category-label{display:block}.abc-category-name{display:block;font-weight:700;color:#0f172a}.abc-category-meta{display:block;margin-top:3px;font-size:12px;color:#64748b;line-height:1.45}.abc-category-children{margin:10px 0 0 18px;padding:0 0 0 14px;border-left:2px dashed rgba(148,163,184,.45);display:flex;flex-direction:column;gap:10px}.abc-category-node.abc-level-0{background:#f8fafc}.abc-category-node.abc-level-1{background:#fcfdff}.abc-category-node.abc-level-2,.abc-category-node.abc-level-3,.abc-category-node.abc-level-4{background:#fff}@media (max-width:782px){.abc-category-toolbar{align-items:stretch}.abc-category-filter{max-width:none}.abc-category-children{margin-left:8px;padding-left:10px}}

/* v1.74 productrelaties: compact select-and-add UI */
.abc-relations-editor .abc-relation-block{border:1px solid rgba(15,23,42,.10);border-radius:18px;padding:16px;margin:14px 0;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.abc-relations-editor .abc-relation-head{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;margin-bottom:8px}
.abc-relations-editor .abc-relation-head h4{margin:0;font-size:18px}
.abc-relations-editor .abc-relation-rows{display:grid;gap:8px;margin:10px 0}
.abc-relations-editor .abc-relation-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,1fr) auto;gap:8px;align-items:center;padding:10px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#f8fbff}
.abc-relations-editor .abc-variant-block .abc-relation-row{grid-template-columns:minmax(220px,1fr) minmax(180px,1fr) auto}
.abc-relations-editor .abc-relation-row select{width:100%;min-height:40px}
.abc-relations-editor .abc-relation-current{font-size:13px;color:#64748b}
@media(max-width:760px){.abc-relations-editor .abc-relation-row,.abc-relations-editor .abc-variant-block .abc-relation-row{grid-template-columns:1fr}.abc-relations-editor .abc-relation-current{display:block}}

/* v1.75.0 */
.abc-customer-search-grid{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:8px;align-items:center;margin:8px 0 10px}
.abc-start-customer-search[hidden]{display:none!important}
.abc-status-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 10px;font-weight:700;font-size:.86rem;background:color-mix(in srgb,var(--abc-status-color) 14%, white);color:var(--abc-status-color);border:1px solid color-mix(in srgb,var(--abc-status-color) 35%, white)}
.abc-status-badge:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--abc-status-color);display:inline-block}
@media (max-width:700px){.abc-customer-search-grid{grid-template-columns:1fr 1fr}.abc-customer-search-grid .abc-live-customer-search{grid-column:1/-1}}

/* v1.76 transaction line controls */
.abc-line-actions{white-space:nowrap;text-align:right}.abc-line-actions button{min-width:32px;border:1px solid #d8e0ee;background:#fff;border-radius:8px;margin:0 2px;padding:6px 8px;font-weight:800}.abc-line-delete{color:#b91c1c}.abc-start-flash{background:#ecfdf5;border:1px solid #34d399;color:#065f46;border-radius:12px;padding:10px 12px;margin:0 0 10px;font-weight:700}.abc-free-text-description{width:100%;min-height:120px}.abc-hold-list .abc-live-row{display:block;margin-bottom:10px}.abc-payment-modal.is-open{display:block}.abc-payment-modal[aria-hidden="true"]{display:none}

.abc-line-description{width:100%;}
.abc-start-customer-search .abc-customer-search-grid{grid-template-columns:1fr 140px 100px auto;}
@media(max-width:760px){.abc-start-customer-search .abc-customer-search-grid{display:block}.abc-start-customer-search input,.abc-start-customer-search button{width:100%;margin:4px 0}}

/* v1.78 Start transactie: leegvlak stabiel houden na verwijderen */
.abc-empty-spacer td{border-bottom:0!important}.abc-start-panel .abc-transaction-table{min-height:360px}.abc-start-panel .abc-empty-spacer .abc-empty-transaction{min-height:260px}
@media(max-width:760px){.abc-start-panel .abc-transaction-table{min-height:300px}.abc-start-panel .abc-empty-spacer .abc-empty-transaction{min-height:220px}}


.abc-category-tree-collapsible{gap:8px}
.abc-category-tree-collapsible details{position:relative}
.abc-category-tree-collapsible summary{list-style:none;cursor:pointer}
.abc-category-tree-collapsible summary::-webkit-details-marker{display:none}
.abc-category-tree-collapsible .abc-category-summary:before{content:'▸';display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-right:6px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:12px;font-weight:800;vertical-align:top}
.abc-category-tree-collapsible details[open]>.abc-category-summary:before{content:'▾'}
.abc-category-tree-collapsible .abc-category-row{display:inline-flex;max-width:calc(100% - 34px);vertical-align:top}
.abc-group-image-cell{display:flex;align-items:center;gap:10px;min-width:160px}
.abc-group-thumb{width:46px;height:46px;object-fit:cover;border-radius:10px;border:1px solid rgba(148,163,184,.45);background:#fff}
.abc-group-image-cell small{word-break:break-all;color:#64748b}


/* v1.99 compact starttransactie desktop: geen horizontale balk, beter 1-scherms lay-out */
body.abc-staff-app-page,
body.abc-staff-app-page .site,
body.abc-staff-app-page .site-content{overflow-x:hidden!important}
body.abc-staff-app-page .abc-app{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;overflow-x:hidden!important}
@media(min-width:1200px){
  body.abc-staff-app-page .abc-app{padding:10px 14px;min-height:calc(100vh - 48px)}
  body.abc-staff-app-page .abc-app-header{margin-bottom:10px}
  body.abc-staff-app-page .abc-app-header h1{font-size:26px;line-height:1.15}
  body.abc-staff-app-page .abc-pos-workbench{grid-template-columns:minmax(0,1fr) 350px;gap:12px;align-items:start;min-height:calc(100vh - 120px)}
  body.abc-staff-app-page .abc-start-panel{height:calc(100vh - 140px);min-height:0}
  body.abc-staff-app-page .abc-pos-side{max-height:calc(100vh - 140px);overflow:auto;padding-right:2px}
  body.abc-staff-app-page .abc-start-top{height:82px;grid-template-columns:88px 1fr 88px}
  body.abc-staff-app-page .abc-hamburger span{width:44px;height:6px}
  body.abc-staff-app-page .abc-start-title{font-size:24px}
  body.abc-staff-app-page .abc-keyboard{font-size:30px}
  body.abc-staff-app-page .abc-start-search{padding:8px}
  body.abc-staff-app-page .abc-start-search input{padding:10px 12px}
  body.abc-staff-app-page .abc-start-customer-row{padding:8px;gap:8px}
  body.abc-staff-app-page .abc-start-customer-select select{height:38px}
  body.abc-staff-app-page .abc-btn{min-height:38px;padding:8px 14px}
  body.abc-staff-app-page .abc-transaction-table th{padding:7px 8px;font-size:12px}
  body.abc-staff-app-page .abc-transaction-table td{padding:10px}
  body.abc-staff-app-page .abc-transaction-table input{padding:7px 8px}
  body.abc-staff-app-page .abc-start-panel .abc-transaction-table{min-height:0}
  body.abc-staff-app-page .abc-start-panel .abc-empty-spacer .abc-empty-transaction,
  body.abc-staff-app-page .abc-empty-transaction{min-height:120px}
  body.abc-staff-app-page .abc-empty-transaction strong{font-size:18px}
  body.abc-staff-app-page .abc-start-totals{padding:8px 10px;font-size:15px}
  body.abc-staff-app-page .abc-start-totals strong{font-size:20px}
  body.abc-staff-app-page .abc-action-strip{grid-template-columns:repeat(11,minmax(58px,1fr));gap:4px;padding:6px}
  body.abc-staff-app-page .abc-start-action{min-height:56px;font-size:11px;gap:2px}
  body.abc-staff-app-page .abc-start-action span{font-size:20px}
  body.abc-staff-app-page .abc-side-primary{margin-bottom:8px}
  body.abc-staff-app-page .abc-side-heading{margin:0 0 4px;font-size:12px}
  body.abc-staff-app-page .abc-side-grid{gap:5px}
  body.abc-staff-app-page .abc-side-products{grid-auto-rows:minmax(60px,auto)}
  body.abc-staff-app-page .abc-tile,
  body.abc-staff-app-page .abc-tile-empty{min-height:62px;font-size:11px;padding:4px}
  body.abc-staff-app-page .abc-tile-icon{font-size:20px;margin-bottom:2px}
  body.abc-staff-app-page .abc-kpis.abc-start-kpis{display:none}
}
@media(min-width:1200px) and (max-width:1500px){
  body.abc-staff-app-page .abc-pos-workbench{grid-template-columns:minmax(0,1fr) 320px}
  body.abc-staff-app-page .abc-side-grid{grid-template-columns:repeat(3,1fr)}
}

/* v1.102 inkoop-tab leveranciersinstellingen */
.abc-supplier-link-table .abc-supplier-link-form{display:grid;gap:8px;min-width:360px}
.abc-supplier-link-table .abc-supplier-link-form label{display:inline-flex;align-items:center;gap:6px;margin-right:8px;font-size:12px;font-weight:700}
.abc-supplier-link-table .abc-supplier-link-form input[type=checkbox]{width:auto}
.abc-supplier-margin-grid{grid-template-columns:repeat(3,minmax(110px,1fr));gap:8px}
.abc-supplier-margin-grid label{display:block!important;margin-right:0!important}
.abc-supplier-margin-grid input,.abc-supplier-margin-grid select{width:100%;margin-top:4px}
@media(max-width:900px){.abc-supplier-link-table .abc-supplier-link-form{min-width:520px}}

/* v1.115 betaalstatus PIN/PAY */
.abc-payment-status-pending td{background:#fff7ed}
.abc-payment-status-paid td{background:#ecfdf5}
.abc-payment-status-failed td,.abc-payment-status-refused td{background:#fef2f2}
.abc-payment-status-cancelled td{background:#f8fafc}
.abc-payment-row td strong{white-space:nowrap}

/* v1.117 betaalstatus compact */
.abc-payment-status-banner{margin:12px 0;padding:12px 14px;border-radius:14px;border:1px solid #cbd5e1;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:12px}
.abc-payment-status-banner strong{font-size:16px}
.abc-payment-status-banner span{font-size:13px;color:#475569}
.abc-payment-status-banner.abc-payment-status-pending{background:#fff7ed;border-color:#fed7aa;color:#9a3412}
.abc-payment-status-banner.abc-payment-status-paid{background:#ecfdf5;border-color:#86efac;color:#166534}
.abc-payment-status-banner.abc-payment-status-failed,.abc-payment-status-banner.abc-payment-status-refused{background:#fef2f2;border-color:#fecaca;color:#991b1b}
.abc-payment-status-banner.abc-payment-status-cancelled{background:#f1f5f9;border-color:#cbd5e1;color:#334155}
.abc-payment-row td:nth-child(5){max-width:320px;white-space:normal;word-break:normal}


/* v1.126 starttransactie layout cleanup */
.abc-start-transaction-form{display:flex;flex-direction:column;flex:1;min-height:0}
.abc-start-title{display:none!important}
.abc-start-top{grid-template-columns:96px 1fr 72px!important;height:78px!important}
.abc-start-drawer{border-bottom:1px solid #dbe3ef;background:#f8fbff}
.abc-start-drawer[hidden]{display:none!important}
.abc-start-drawer-inner{padding:10px}
.abc-start-drawer .abc-start-customer-row{padding:0;border-bottom:0}
.abc-start-drawer .abc-start-customer-search{margin-top:8px}
.abc-start-panel .abc-transaction-table{flex:1 1 auto;min-height:0;overflow:auto}
.abc-empty-transaction-compact{min-height:120px}
.abc-start-totals{position:sticky;bottom:72px;z-index:2;background:#fff}
.abc-action-strip{margin-top:auto;position:sticky;bottom:0;z-index:3;background:#f6fbff;box-shadow:0 -6px 18px rgba(15,23,42,.08)}
@media(min-width:1200px){
  body.abc-staff-app-page .abc-start-panel{height:calc(100vh - 128px)}
  body.abc-staff-app-page .abc-start-panel .abc-transaction-table{padding-bottom:8px}
  body.abc-staff-app-page .abc-start-totals{bottom:68px}
  body.abc-staff-app-page .abc-action-strip{position:sticky;bottom:0}
}
@media(max-width:760px){
  .abc-start-drawer-inner{padding:8px}
  .abc-start-totals{bottom:0;position:static}
  .abc-action-strip{position:static}
}


/* v1.134.0 starttransactie klantknop + ajax productzoek + readonly productregels */
.abc-customer-toggle{min-width:220px;justify-content:center;font-size:18px;font-weight:800;padding:12px 18px;border-radius:16px;background:#fff;border:1px solid var(--abc-line)}
.abc-customer-toggle:hover{border-color:var(--abc-primary);color:var(--abc-primary)}
.abc-customer-toggle span{display:none!important}
.abc-start-search.abc-product-search-wrap{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:start;padding:10px;border-top:1px solid var(--abc-line);border-bottom:1px solid var(--abc-line);background:#fff}
.abc-start-search.abc-product-search-wrap input{width:100%;border:1px solid var(--abc-line);border-radius:14px;padding:11px 12px;background:#fff}
.abc-start-search .abc-live-product-results{position:absolute;left:10px;right:10px;top:58px;background:#fff;border:1px solid var(--abc-line);border-radius:16px;box-shadow:0 18px 40px rgba(16,24,40,.12);max-height:360px;overflow:auto;z-index:9999}
.abc-transaction-line.abc-line-is-product .abc-line-description,.abc-line-description.is-readonly{background:#f8fafc;color:#334155;cursor:not-allowed}
.abc-transaction-line .abc-line-description[readonly]{pointer-events:none}
@media(max-width:760px){.abc-customer-toggle{width:100%;min-width:0;font-size:16px}.abc-start-search.abc-product-search-wrap{grid-template-columns:1fr}.abc-start-search .abc-live-product-results{left:8px;right:8px;top:102px}}
@media(min-width:1200px){body.abc-staff-app-page .abc-start-top{grid-template-columns:240px 1fr 88px} body.abc-staff-app-page .abc-customer-toggle{min-height:50px;font-size:17px;padding:10px 14px}}

/* v1.134.7 productbeheer: eerst filteren + Vendit-achtige zoekkaart */
.abc-product-filters-vendit{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:10px;align-items:end;width:100%;background:#fff;border:1px solid var(--abc-line);border-radius:18px;padding:14px;box-shadow:0 6px 18px rgba(15,23,42,.05)}
.abc-product-filters-vendit .abc-filter-header{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--abc-line);padding-bottom:9px;margin-bottom:2px}
.abc-product-filters-vendit .abc-filter-header strong{font-size:18px;color:#0f172a}.abc-product-filters-vendit .abc-filter-header span{color:var(--abc-muted);font-size:13px}
.abc-product-filters-vendit label{display:grid;gap:5px;font-weight:800;color:#0f172a;font-size:13px}.abc-product-filters-vendit label:first-of-type{grid-column:span 2}
.abc-product-filters-vendit input,.abc-product-filters-vendit select{width:100%;min-height:42px;border:1px solid var(--abc-line);border-radius:12px;background:#fff;padding:9px 11px}.abc-product-filters-vendit small{font-weight:500;color:var(--abc-muted)}
.abc-product-filters-vendit .abc-filter-actions{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap;align-items:center;padding-top:2px}
@media(max-width:1200px){.abc-product-filters-vendit{grid-template-columns:repeat(3,minmax(160px,1fr))}.abc-product-filters-vendit label:first-of-type{grid-column:span 3}}
@media(max-width:760px){.abc-product-filters-vendit{grid-template-columns:1fr}.abc-product-filters-vendit label:first-of-type{grid-column:auto}.abc-product-filters-vendit .abc-filter-header{align-items:flex-start;flex-direction:column}}

/* Productgroepen overzicht v1.134.9 */
.abc-subnav{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin:0 0 14px;background:#eef4fb;border:1px solid var(--abc-line);border-radius:20px;padding:10px}
.abc-productgroup-subnav{position:sticky;top:0;z-index:8;box-shadow:0 8px 22px rgba(16,24,40,.05)}
body.abc-staff-app-page.admin-bar .abc-productgroup-subnav{top:32px}
.abc-group-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#fff,#eef6ff)}
.abc-group-kpis{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr));gap:10px;min-width:min(520px,100%)}
.abc-group-kpis span{display:block;background:#fff;border:1px solid var(--abc-line);border-radius:16px;padding:12px;text-align:center;color:var(--abc-muted);font-weight:800}
.abc-group-kpis strong{display:block;color:var(--abc-text);font-size:28px;line-height:1.1}
.abc-group-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;align-items:start}
.abc-group-form{grid-template-columns:repeat(2,minmax(0,1fr))}
.abc-group-help{position:sticky;top:74px}
body.abc-staff-app-page.admin-bar .abc-group-help{top:106px}
.abc-group-help ol{margin:0 0 12px 20px;padding:0}.abc-group-help li{margin:8px 0}.abc-card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.abc-card-title-row h2{margin:0 0 6px}
.abc-group-tree-list{display:grid;gap:8px}.abc-group-node{display:grid;grid-template-columns:minmax(320px,1.35fr) minmax(280px,1fr) auto;gap:12px;align-items:center;border:1px solid #e2e8f0;border-radius:16px;background:#fff;padding:10px 12px;margin-left:calc(var(--abc-level,0) * 28px);box-shadow:0 6px 18px rgba(16,24,40,.035)}
.abc-group-node.level-0{background:linear-gradient(135deg,#f8fbff,#fff);border-color:#bfdbfe}.abc-group-node:not(.level-0){position:relative}.abc-group-node:not(.level-0):before{content:"";position:absolute;left:-18px;top:-9px;width:18px;height:50%;border-left:2px solid #cbd5e1;border-bottom:2px solid #cbd5e1;border-radius:0 0 0 10px}.abc-group-node-main{display:flex;align-items:center;gap:12px;min-width:0}.abc-group-node-main strong{display:block;font-size:16px}.abc-group-node-main small{display:block;color:var(--abc-muted);line-height:1.35}.abc-group-thumb-empty{display:inline-flex;align-items:center;justify-content:center;font-size:24px}.abc-group-node-meta{display:flex;gap:6px;flex-wrap:wrap}.abc-group-node-meta span{display:inline-flex;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800;color:#475569}.abc-group-node-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.abc-empty-state{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:18px;padding:22px;text-align:center;color:var(--abc-muted)}.abc-empty-state strong{display:block;color:var(--abc-text);font-size:18px;margin-bottom:4px}
@media(max-width:1100px){.abc-group-layout{grid-template-columns:1fr}.abc-group-help{position:static}.abc-group-node{grid-template-columns:1fr;margin-left:calc(var(--abc-level,0) * 16px)}.abc-group-node-actions{justify-content:flex-start}.abc-group-hero{display:block}.abc-group-kpis{margin-top:12px;grid-template-columns:repeat(3,1fr);min-width:0}.abc-productgroup-subnav{position:static}}
@media(max-width:760px){.abc-group-form{grid-template-columns:1fr}.abc-group-kpis{grid-template-columns:1fr}.abc-group-node{margin-left:0}.abc-group-node:not(.level-0):before{display:none}.abc-card-title-row{display:block}.abc-card-title-row .abc-btn{margin-top:8px}}

/* v1.135.0: hoofdmenu gecategoriseerd met dropdowns */
.abc-app-nav-grouped{align-items:flex-start;gap:10px;position:relative;z-index:30}
.abc-nav-group{position:relative}
.abc-nav-group summary{list-style:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--abc-line);background:#fff;color:var(--abc-text);text-decoration:none;border-radius:999px;padding:10px 16px;font-weight:800;line-height:1;cursor:pointer;min-height:42px;user-select:none}
.abc-nav-group summary::-webkit-details-marker{display:none}
.abc-nav-group summary:after{content:'▾';font-size:12px;color:var(--abc-muted);line-height:1}
.abc-nav-group.active summary,.abc-nav-group[open] summary{background:var(--abc-primary);border-color:var(--abc-primary);color:#fff}
.abc-nav-group.active summary:after,.abc-nav-group[open] summary:after{color:#fff}
.abc-nav-group-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:230px;background:#fff;border:1px solid var(--abc-line);border-radius:18px;padding:8px;box-shadow:0 18px 45px rgba(16,24,40,.16);display:grid;gap:4px;z-index:40}
.abc-nav-group-menu a{border:0;border-radius:12px;justify-content:flex-start;padding:11px 12px;min-height:38px;background:#fff;color:var(--abc-text)}
.abc-nav-group-menu a:hover{background:#f1f5f9;color:var(--abc-primary)}
.abc-nav-group-menu a.active{background:var(--abc-soft);color:var(--abc-primary);font-weight:900}
@media(max-width:900px){.abc-app-nav-grouped{display:grid;grid-template-columns:1fr 1fr}.abc-nav-group summary{width:100%;justify-content:space-between}.abc-nav-group-menu{left:0;right:auto;min-width:100%;width:max-content;max-width:calc(100vw - 32px)}}
@media(max-width:560px){.abc-app-nav-grouped{grid-template-columns:1fr}.abc-nav-group-menu{position:static;width:100%;max-width:none;margin-top:8px}}

/* v1.135.1 testfase definitief verwijderen */
.abc-btn-danger{border-color:#dc2626!important;color:#dc2626!important;background:#fff!important}
.abc-btn-danger:hover{background:#fee2e2!important}
.abc-hard-delete-form{vertical-align:middle}

/* v1.136.8 - duidelijkere wachtrij/exporten pagina */
.abc-notice{border-left:4px solid #2563eb;background:#eff6ff;padding:12px 14px;border-radius:12px;margin:12px 0 18px;color:#0f172a}.abc-notice-info{border-left-color:#2563eb}.abc-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0 18px}.abc-kpi{background:#f8fafc;border:1px solid #dbe7f5;border-radius:16px;padding:14px}.abc-kpi span{display:block;font-size:12px;text-transform:uppercase;color:#64748b;font-weight:700}.abc-kpi strong{display:block;font-size:24px;line-height:1.2;margin:4px 0;color:#0f172a}.abc-kpi small{color:#64748b}.abc-queue-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:16px 0 22px}.abc-queue-card{border:1px solid #dbe7f5;border-radius:18px;background:#fff;padding:16px;box-shadow:0 8px 20px rgba(15,23,42,.05)}.abc-queue-card h3{margin:0;font-size:18px}.abc-queue-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:10px}.abc-queue-icon{font-size:26px;line-height:1}.abc-queue-state{margin-left:auto;border-radius:999px;padding:5px 10px;font-size:12px;white-space:nowrap;background:#e2e8f0;color:#0f172a}.abc-queue-error{border-color:#fecaca}.abc-queue-error .abc-queue-state{background:#fee2e2;color:#991b1b}.abc-queue-pending{border-color:#fde68a}.abc-queue-pending .abc-queue-state{background:#fef3c7;color:#92400e}.abc-queue-ok{border-color:#bbf7d0}.abc-queue-ok .abc-queue-state{background:#dcfce7;color:#166534}.abc-status-pills{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0}.abc-status-pill{display:inline-flex;gap:4px;align-items:center;border-radius:999px;padding:5px 10px;font-size:13px;border:1px solid transparent}.abc-status-good{background:#ecfdf5;color:#166534;border-color:#bbf7d0}.abc-status-warn{background:#fffbeb;color:#92400e;border-color:#fde68a}.abc-status-bad{background:#fef2f2;color:#991b1b;border-color:#fecaca}.abc-queue-last{border-top:1px solid #e5edf6;margin-top:12px;padding-top:10px;display:grid;gap:4px}.abc-error-text{color:#991b1b}@media(max-width:900px){.abc-kpi-grid,.abc-queue-grid{grid-template-columns:1fr}.abc-queue-head{align-items:flex-start}.abc-queue-state{margin-left:0}}

/* v1.137.0 - Woo wachtrij acties/diagnose */
.abc-queue-actions{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 0;align-items:center}
.abc-queue-actions form{margin:0}
.abc-queue-diagnostics{margin-top:10px;padding:10px 12px;border:1px solid #dbe6f4;border-radius:12px;background:#f8fbff;font-size:13px;line-height:1.55}
.abc-queue-diagnostics span{display:inline-block}

/* v1.137.9: compacter scherm, spaarsysteem en afgeronde documenten */
.abc-loyalty-redeem-box{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:10px 0;padding:10px 12px;border:1px solid #dbeafe;background:#eff6ff;border-radius:12px}
.abc-loyalty-redeem-box label{margin:0;display:flex;align-items:center;gap:8px}.abc-loyalty-redeem-box input{max-width:120px}
.abc-loyalty-card .abc-payment-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.abc-loyalty-card .abc-payment-summary div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.abc-loyalty-card .abc-payment-summary span{display:block;color:#64748b;font-size:12px}.abc-loyalty-card .abc-payment-summary strong{font-size:22px}
.abc-warning{padding:12px 14px;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;color:#9a3412;margin:12px 0}
.abc-pos-workbench,.abc-start-panel,.abc-card{margin-top:0}.abc-wrap section:first-child{margin-top:0}.abc-start-panel{padding-top:0}.abc-page-spacer,.abc-empty-spacer{display:none!important}
.abc-print-mail .abc-quick-form{align-items:flex-end}.abc-print-mail input[name=subject]{min-width:280px}.abc-print-mail:after{content:"Betaallink wordt standaard toegevoegd bij orders/facturen als PAY.nl is ingesteld. PDF-bijlage wordt automatisch meegestuurd.";display:block;color:#64748b;font-size:12px;margin-top:8px}

/* v1.142.9 starttransactie: compacte klantzoekregel + sluitbare productresultaten */
.abc-start-customer-row-compact{display:grid!important;grid-template-columns:minmax(220px,1fr) minmax(280px,2fr) auto auto;gap:8px;align-items:center}
.abc-start-customer-row-compact .abc-live-customer-search{width:100%;border:1px solid var(--abc-line,#d8e0ea);border-radius:14px;padding:11px 12px;background:#fff;min-height:44px}
.abc-start-customer-row-compact .abc-start-customer-select select{width:100%;min-height:44px;border-radius:14px}
.abc-start-customer-search{position:relative;margin-top:6px}
.abc-start-customer-search .abc-live-customer-results{position:relative;top:auto;left:auto;right:auto;margin-top:6px}
.abc-live-tools{display:flex;gap:8px;justify-content:flex-end;align-items:center;border-top:1px solid rgba(15,23,42,.08);padding:8px 6px 4px;margin-top:4px;background:#fff;position:sticky;bottom:0}
.abc-live-close{font-weight:700}
@media(max-width:760px){.abc-start-customer-row-compact{grid-template-columns:1fr}.abc-start-customer-row-compact .abc-btn{width:100%;justify-content:center}.abc-live-tools{position:static;justify-content:stretch}.abc-live-tools .abc-btn{flex:1;text-align:center}}


/* v1.143.1 starttransactie compact zoeken fixes */
body.abc-staff-app-page .abc-start-top{grid-template-columns:240px minmax(0,1fr) 88px!important;overflow:visible}
body.abc-staff-app-page .abc-customer-toggle{width:100%;min-width:0;position:relative;z-index:5;pointer-events:auto;white-space:nowrap}
body.abc-staff-app-page .abc-start-drawer{position:relative;z-index:20}
body.abc-staff-app-page .abc-start-customer-row-compact{grid-template-columns:minmax(240px,.9fr) minmax(320px,2fr) auto auto;align-items:center}
body.abc-staff-app-page .abc-live-customer-results{width:100%;box-sizing:border-box}
body.abc-staff-app-page .abc-live-row{width:100%;text-align:left;box-sizing:border-box}
body.abc-staff-app-page .abc-start-search .abc-live-product-results{z-index:10050}
body.abc-staff-app-page .abc-live-tools{display:flex;gap:8px;align-items:center;justify-content:flex-end;border-top:1px solid #e5e7eb;margin-top:6px;padding-top:6px;background:#fff;position:sticky;bottom:0}
body.abc-staff-app-page .abc-transaction-table table{table-layout:fixed;min-width:860px}
body.abc-staff-app-page .abc-transaction-table th:first-child,body.abc-staff-app-page .abc-transaction-table td:first-child{width:auto;min-width:360px}
body.abc-staff-app-page .abc-transaction-table th:nth-child(2),body.abc-staff-app-page .abc-transaction-table td:nth-child(2){width:110px;text-align:right}
body.abc-staff-app-page .abc-transaction-table th:nth-child(3),body.abc-staff-app-page .abc-transaction-table td:nth-child(3){width:150px;text-align:right}
body.abc-staff-app-page .abc-transaction-table th:nth-child(4),body.abc-staff-app-page .abc-transaction-table td:nth-child(4){width:150px;text-align:right}
body.abc-staff-app-page .abc-transaction-table th:nth-child(5),body.abc-staff-app-page .abc-transaction-table td:nth-child(5){width:130px;text-align:center}
body.abc-staff-app-page .abc-transaction-table td{vertical-align:middle}
@media(max-width:760px){body.abc-staff-app-page .abc-start-top{grid-template-columns:1fr 44px!important;gap:8px;padding:8px}.abc-keyboard{display:none}.abc-start-customer-row-compact{grid-template-columns:1fr!important}body.abc-staff-app-page .abc-transaction-table table{min-width:760px}}

/* v1.145.2 startscherm rustiger + beheerbare snelknoppen */
body.abc-staff-app-page .abc-app{background:#f3f6fb;padding:14px 18px;border-radius:0;}
body.abc-staff-app-page .abc-app-header{background:#fff;border:1px solid #d9e3f0;border-radius:18px;padding:12px 16px;margin-bottom:12px;box-shadow:0 10px 28px rgba(16,24,40,.05)}
body.abc-staff-app-page .abc-pos-workbench{grid-template-columns:minmax(0,1fr) 360px;gap:16px;}
body.abc-staff-app-page .abc-start-panel{border-radius:20px;border-color:#d7e2ef;box-shadow:0 18px 44px rgba(16,24,40,.08);overflow:hidden;background:#fff;}
body.abc-staff-app-page .abc-start-top{height:auto!important;min-height:72px;background:linear-gradient(135deg,#f8fbff,#edf4ff);border-bottom:1px solid #d7e2ef;}
body.abc-staff-app-page .abc-customer-toggle{border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(16,24,40,.06);}
body.abc-staff-app-page .abc-start-search.abc-product-search-wrap{background:#fff;padding:12px;border-top:0;}
body.abc-staff-app-page .abc-start-search.abc-product-search-wrap input{min-height:46px;border-radius:16px;font-size:15px;}
body.abc-staff-app-page .abc-transaction-table th{background:#f8fafc;color:#334155;border-bottom:1px solid #dbe7f3;}
body.abc-staff-app-page .abc-transaction-table td{padding:12px 10px;}
body.abc-staff-app-page .abc-action-strip{background:#fff;border-top:1px solid #d7e2ef;padding:10px;gap:8px;grid-template-columns:repeat(6,minmax(92px,1fr));position:sticky;bottom:0;z-index:5;}
body.abc-staff-app-page .abc-start-action{border-radius:14px;min-height:58px;border-color:#cbd8e8;background:linear-gradient(180deg,#fff,#f3f8ff);box-shadow:0 6px 14px rgba(16,24,40,.04);}
body.abc-staff-app-page .abc-start-action:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(11,99,206,.12);}
body.abc-staff-app-page .abc-pos-side{background:#fff;border:1px solid #d7e2ef;border-radius:20px;padding:12px;box-shadow:0 18px 44px rgba(16,24,40,.06);}
body.abc-staff-app-page .abc-side-grid{grid-template-columns:repeat(3,1fr);gap:8px;}
body.abc-staff-app-page .abc-tile{border-radius:14px;min-height:70px;background:linear-gradient(180deg,#fff,#f4f8ff);border-color:#cbd8e8;font-size:12px;box-shadow:0 6px 14px rgba(16,24,40,.04);}
body.abc-staff-app-page .abc-tile:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(11,99,206,.12);}
body.abc-staff-app-page .abc-tile-icon{font-size:22px;}
body.abc-staff-app-page .abc-side-heading{margin:12px 0 8px;padding-top:10px;border-top:1px solid #edf2f7;color:#475467;}
@media(max-width:1300px){body.abc-staff-app-page .abc-action-strip{grid-template-columns:repeat(4,1fr)}body.abc-staff-app-page .abc-pos-workbench{grid-template-columns:1fr}.abc-pos-side{order:0}}
@media(max-width:760px){body.abc-staff-app-page .abc-action-strip{grid-template-columns:repeat(2,1fr)}body.abc-staff-app-page .abc-side-grid{grid-template-columns:repeat(2,1fr)}}


/* v1.146.1 kassa: klant naar rechterpaneel, meer ruimte voor productregels */
body.abc-staff-app-page .abc-pos-workbench{grid-template-columns:minmax(0,1fr) 320px;gap:14px;align-items:stretch;}
body.abc-staff-app-page .abc-start-panel-products-first{height:calc(100vh - 128px);min-height:680px;}
body.abc-staff-app-page .abc-start-top-products{display:flex!important;align-items:center;justify-content:space-between;min-height:46px!important;height:auto!important;padding:10px 14px;background:#f8fbff;border-bottom:1px solid #d7e2ef;text-align:left;}
body.abc-staff-app-page .abc-start-top-products strong{display:block;font-size:18px;line-height:1.1;color:#0f172a;}
body.abc-staff-app-page .abc-start-top-products span{display:block;font-size:12px;color:#64748b;margin-top:2px;}
body.abc-staff-app-page .abc-start-search.abc-product-search-wrap{padding:10px 12px;}
body.abc-staff-app-page .abc-start-panel-products-first .abc-transaction-table{flex:1 1 auto;min-height:420px;}
body.abc-staff-app-page .abc-transaction-table table{min-width:780px;}
body.abc-staff-app-page .abc-transaction-table th:first-child,body.abc-staff-app-page .abc-transaction-table td:first-child{min-width:430px;}
body.abc-staff-app-page .abc-transaction-table th:nth-child(2),body.abc-staff-app-page .abc-transaction-table td:nth-child(2){width:92px;}
body.abc-staff-app-page .abc-transaction-table th:nth-child(3),body.abc-staff-app-page .abc-transaction-table td:nth-child(3){width:128px;}
body.abc-staff-app-page .abc-transaction-table th:nth-child(4),body.abc-staff-app-page .abc-transaction-table td:nth-child(4){width:126px;}
body.abc-staff-app-page .abc-transaction-table th:nth-child(5),body.abc-staff-app-page .abc-transaction-table td:nth-child(5){width:105px;}
body.abc-staff-app-page .abc-transaction-table td{padding:9px 8px;}
body.abc-staff-app-page .abc-line-description{font-size:14px;min-height:38px;}
body.abc-staff-app-page .abc-pos-side{gap:10px;}
.abc-side-customer-panel{background:linear-gradient(135deg,#fff,#f8fbff);border:1px solid #d7e2ef;border-radius:16px;padding:10px;box-shadow:0 8px 22px rgba(16,24,40,.05);}
.abc-side-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px;}
.abc-side-panel-head strong{font-size:15px;color:#0f172a;}
.abc-selected-customer-label{display:inline-flex;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800;}
.abc-side-customer-select label{display:grid;gap:5px;font-size:12px;font-weight:800;color:#334155;}
.abc-side-customer-select select,.abc-side-customer-search input{width:100%;min-height:40px;border:1px solid #d7e2ef;border-radius:12px;background:#fff;padding:8px 10px;box-sizing:border-box;}
.abc-side-customer-search{position:relative;display:grid;grid-template-columns:1fr auto;gap:6px;margin-top:8px;}
.abc-side-customer-search .abc-live-customer-results{grid-column:1/-1;position:absolute;left:0;right:0;top:46px;background:#fff;border:1px solid #d7e2ef;border-radius:14px;box-shadow:0 18px 38px rgba(16,24,40,.12);z-index:10060;max-height:330px;overflow:auto;}
.abc-side-customer-actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-top:8px;}
.abc-side-customer-actions .abc-btn{min-height:34px;padding:7px 10px;font-size:12px;}
body.abc-staff-app-page .abc-side-primary{margin-bottom:0;}
body.abc-staff-app-page .abc-side-grid{gap:6px;}
body.abc-staff-app-page .abc-tile{min-height:58px;font-size:11px;padding:5px;}
body.abc-staff-app-page .abc-tile-icon{font-size:18px;margin-bottom:2px;}
body.abc-staff-app-page .abc-side-heading{margin:8px 0 6px;padding-top:8px;}
@media(min-width:1500px){body.abc-staff-app-page .abc-pos-workbench{grid-template-columns:minmax(0,1fr) 340px}body.abc-staff-app-page .abc-transaction-table th:first-child,body.abc-staff-app-page .abc-transaction-table td:first-child{min-width:520px}}
@media(max-width:1300px){body.abc-staff-app-page .abc-pos-workbench{grid-template-columns:1fr}.abc-side-customer-panel{order:-2}.abc-side-customer-search{grid-template-columns:1fr auto}}
@media(max-width:760px){body.abc-staff-app-page .abc-start-panel-products-first{height:auto;min-height:0}.abc-side-customer-search{grid-template-columns:1fr}.abc-side-customer-search .abc-btn{width:100%}.abc-selected-customer-label{max-width:none}.abc-side-panel-head{display:block}.abc-side-panel-head span{margin-top:6px}}


/* v1.146.2 header/logo + fullwidth + less top whitespace */
body.abc-staff-app-page,
body.abc-staff-app-page #page,
body.abc-staff-app-page .site,
body.abc-staff-app-page .site-content,
body.abc-staff-app-page .content-area,
body.abc-staff-app-page .site-main,
body.abc-staff-app-page main,
body.abc-staff-app-page article,
body.abc-staff-app-page .entry-content,
body.abc-staff-app-page .wp-block-post-content,
body.abc-staff-app-page .wp-site-blocks,
body.abc-staff-app-page .is-layout-constrained,
body.abc-staff-app-page .is-layout-flow{
  margin-top:0!important;
  padding-top:0!important;
}
body.abc-staff-app-page .abc-app{
  margin-top:0!important;
  padding-top:8px!important;
}
body.abc-staff-app-page .abc-app-header,
body.abc-staff-app-page .abc-app-main{
  width:100%!important;
  max-width:none!important;
}
body.abc-staff-app-page .abc-app-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  background:#fff;
  border:1px solid #d9e3f0;
  border-radius:18px;
  padding:12px 16px;
  margin:0 0 12px!important;
  box-shadow:0 10px 28px rgba(16,24,40,.05);
}
body.abc-staff-app-page .abc-app-header.abc-app-header-dashboard{
  grid-template-columns:minmax(0,1fr);
}
body.abc-staff-app-page .abc-app-brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
body.abc-staff-app-page .abc-app-brand-logo{
  display:block;
  width:auto;
  height:auto;
  max-width:320px;
  max-height:56px;
  object-fit:contain;
}
body.abc-staff-app-page .abc-app-brand-text{
  min-width:0;
}
body.abc-staff-app-page .abc-app-brand-text h1{
  margin:0;
  font-size:28px;
  line-height:1.1;
}
body.abc-staff-app-page .abc-app-brand-text p{
  display:block;
  margin:4px 0 0;
  color:var(--abc-muted);
}
@media(max-width:900px){
  body.abc-staff-app-page .abc-app-header{grid-template-columns:1fr}
  body.abc-staff-app-page .abc-app-brand{align-items:flex-start;flex-direction:column}
  body.abc-staff-app-page .abc-app-brand-logo{max-width:240px;max-height:48px}
}


/* v1.146.3 mooier hoofdmenu; dropdowns niet automatisch open */
body.abc-staff-app-page .abc-app-nav-grouped{
  align-items:center;
  gap:10px;
  position:relative;
  z-index:50;
  justify-content:flex-end;
}
body.abc-staff-app-page .abc-nav-group{
  position:relative;
}
body.abc-staff-app-page .abc-nav-group summary{
  min-height:44px;
  padding:10px 17px;
  border-radius:999px;
  border:1px solid #d8e3f2;
  background:linear-gradient(180deg,#fff,#f8fbff);
  color:#0f172a;
  font-size:18px;
  font-weight:900;
  letter-spacing:-.02em;
  box-shadow:0 8px 18px rgba(15,23,42,.05);
  transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease;
}
body.abc-staff-app-page .abc-nav-group summary:hover{
  border-color:#a8c7ed;
  box-shadow:0 12px 26px rgba(15,23,42,.10);
  transform:translateY(-1px);
}
body.abc-staff-app-page .abc-nav-group summary:after{
  content:'⌄';
  font-size:15px;
  line-height:1;
  color:#64748b;
  margin-left:2px;
  transform:translateY(-1px);
}
body.abc-staff-app-page .abc-nav-group.active:not([open]) summary{
  background:linear-gradient(180deg,#0b63ce,#0959bb);
  border-color:#0b63ce;
  color:#fff;
  box-shadow:0 12px 28px rgba(11,99,206,.22);
}
body.abc-staff-app-page .abc-nav-group[open] summary{
  background:linear-gradient(180deg,#084a99,#073f82);
  border-color:#084a99;
  color:#fff;
  box-shadow:0 14px 32px rgba(8,74,153,.25);
}
body.abc-staff-app-page .abc-nav-group.active summary:after,
body.abc-staff-app-page .abc-nav-group[open] summary:after{
  color:#fff;
}
body.abc-staff-app-page .abc-nav-group-menu{
  top:calc(100% + 10px);
  right:0;
  min-width:245px;
  padding:8px;
  border-radius:18px;
  border:1px solid #d8e3f2;
  background:rgba(255,255,255,.98);
  box-shadow:0 22px 55px rgba(15,23,42,.18);
  backdrop-filter:blur(8px);
}
body.abc-staff-app-page .abc-nav-group-menu a{
  min-height:40px;
  padding:10px 12px;
  border-radius:12px;
  font-size:14px;
  font-weight:800;
}
body.abc-staff-app-page .abc-nav-group-menu a:hover{
  background:#eef6ff;
  color:#0b63ce;
}
body.abc-staff-app-page .abc-nav-group-menu a.active{
  background:#e7f0ff;
  color:#084a99;
  box-shadow:inset 3px 0 0 #0b63ce;
}
@media(max-width:900px){
  body.abc-staff-app-page .abc-app-nav-grouped{justify-content:stretch}
  body.abc-staff-app-page .abc-nav-group summary{font-size:16px}
}


/* v1.146.4 compacter menu + terug naar transactiescherm */
body.abc-staff-app-page .abc-app-header{
  gap:12px;
  padding:10px 14px;
}
body.abc-staff-app-page .abc-app-nav-grouped{
  gap:8px;
}
body.abc-staff-app-page .abc-nav-home{
  min-height:38px;
  padding:8px 14px;
  font-size:14px;
  font-weight:800;
  border-radius:999px;
  white-space:nowrap;
  box-shadow:0 6px 14px rgba(11,99,206,.12);
}
body.abc-staff-app-page .abc-nav-group summary{
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  font-size:16px;
  font-weight:800;
  box-shadow:0 4px 12px rgba(15,23,42,.04);
}
body.abc-staff-app-page .abc-nav-group summary:hover{
  box-shadow:0 8px 18px rgba(15,23,42,.08);
}
body.abc-staff-app-page .abc-nav-group summary:after{
  font-size:13px;
  margin-left:1px;
}
body.abc-staff-app-page .abc-nav-group-menu{
  top:calc(100% + 8px);
  min-width:220px;
  border-radius:16px;
}
body.abc-staff-app-page .abc-nav-group-menu a{
  min-height:36px;
  padding:9px 11px;
  font-size:13px;
}
@media(max-width:900px){
  body.abc-staff-app-page .abc-nav-home{width:100%;justify-content:center}
  body.abc-staff-app-page .abc-nav-group summary{font-size:15px;min-height:36px;padding:8px 12px}
}


/* v1.146.5 kassa 1-scherm: geen horizontale scroll, compactere tegels/knoppen */
body.abc-staff-app-page,
body.abc-staff-app-page .abc-app,
body.abc-staff-app-page .abc-app-main{
  overflow-x:hidden!important;
}
body.abc-staff-app-page .abc-app{
  padding-left:8px!important;
  padding-right:8px!important;
}
body.abc-staff-app-page .abc-pos-workbench{
  display:grid;
  grid-template-columns:minmax(0,1fr) 292px!important;
  gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
}
body.abc-staff-app-page .abc-pos-workbench.abc-tiles-left{
  grid-template-columns:292px minmax(0,1fr)!important;
}
body.abc-staff-app-page .abc-pos-workbench.abc-tiles-left .abc-pos-side{order:1}
body.abc-staff-app-page .abc-pos-workbench.abc-tiles-left .abc-pos-left{order:2}
body.abc-staff-app-page .abc-pos-left,
body.abc-staff-app-page .abc-start-panel,
body.abc-staff-app-page .abc-start-transaction-form{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
}
body.abc-staff-app-page .abc-start-panel{
  height:calc(100vh - 124px)!important;
}
body.abc-staff-app-page .abc-start-top-products{
  min-height:48px!important;
  height:auto!important;
  padding:8px 12px!important;
}
body.abc-staff-app-page .abc-start-top-products strong{font-size:17px!important}
body.abc-staff-app-page .abc-start-top-products span{font-size:11px!important}
body.abc-staff-app-page .abc-product-search-wrap{
  padding:7px!important;
  grid-template-columns:minmax(0,1fr) auto!important;
}
body.abc-staff-app-page .abc-product-search-wrap input{
  min-width:0!important;
  height:38px!important;
}
body.abc-staff-app-page .abc-product-search-button{
  min-height:38px!important;
  padding:7px 13px!important;
}
body.abc-staff-app-page .abc-loyalty-redeem-box{
  padding:8px 10px!important;
  gap:10px!important;
  font-size:14px!important;
}
body.abc-staff-app-page .abc-loyalty-redeem-box input{
  height:28px!important;
  padding:4px 6px!important;
}
body.abc-staff-app-page .abc-transaction-table{
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  flex:1 1 auto!important;
  min-height:0!important;
}
body.abc-staff-app-page .abc-transaction-table table{
  width:100%!important;
  min-width:0!important;
  table-layout:fixed!important;
}
body.abc-staff-app-page .abc-transaction-table th,
body.abc-staff-app-page .abc-transaction-table td{
  padding:7px 6px!important;
}
body.abc-staff-app-page .abc-transaction-table th:first-child,
body.abc-staff-app-page .abc-transaction-table td:first-child{
  width:auto!important;
}
body.abc-staff-app-page .abc-transaction-table th:nth-child(2),
body.abc-staff-app-page .abc-transaction-table td:nth-child(2){width:82px!important}
body.abc-staff-app-page .abc-transaction-table th:nth-child(3),
body.abc-staff-app-page .abc-transaction-table td:nth-child(3){width:108px!important}
body.abc-staff-app-page .abc-transaction-table th:nth-child(4),
body.abc-staff-app-page .abc-transaction-table td:nth-child(4){width:118px!important;text-align:right}
body.abc-staff-app-page .abc-transaction-table th:nth-child(5),
body.abc-staff-app-page .abc-transaction-table td:nth-child(5){width:88px!important;text-align:center}
body.abc-staff-app-page .abc-transaction-table input{
  width:100%!important;
  min-width:0!important;
  height:34px!important;
  padding:6px 8px!important;
}
body.abc-staff-app-page .abc-start-line-total{
  font-size:19px!important;
  white-space:nowrap!important;
}
body.abc-staff-app-page .abc-line-actions{
  display:flex!important;
  gap:3px!important;
  justify-content:center!important;
  white-space:nowrap!important;
}
body.abc-staff-app-page .abc-line-actions button{
  min-width:24px!important;
  width:24px!important;
  height:28px!important;
  padding:3px!important;
  margin:0!important;
  border-radius:7px!important;
}
body.abc-staff-app-page .abc-start-totals{
  padding:6px 9px!important;
  font-size:14px!important;
}
body.abc-staff-app-page .abc-start-totals strong{font-size:18px!important}
body.abc-staff-app-page .abc-action-strip{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:5px!important;
  padding:6px!important;
  overflow:hidden!important;
}
body.abc-staff-app-page .abc-start-action{
  min-height:50px!important;
  height:50px!important;
  font-size:11px!important;
  padding:4px 6px!important;
  border-radius:12px!important;
  gap:2px!important;
}
body.abc-staff-app-page .abc-start-action span{
  font-size:18px!important;
  line-height:1!important;
}
body.abc-staff-app-page .abc-pos-side{
  min-width:0!important;
  max-height:calc(100vh - 124px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding-right:0!important;
}
body.abc-staff-app-page .abc-tile-side-toggle{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:5px;
  border:1px solid #d9e3f0;
  border-radius:14px;
  background:#fff;
  padding:6px;
  margin-bottom:8px;
  font-size:12px;
  font-weight:800;
  color:#64748b;
}
body.abc-staff-app-page .abc-tile-side-toggle a{
  flex:1;
  text-align:center;
  text-decoration:none;
  color:#0f172a;
  border:1px solid #d9e3f0;
  border-radius:999px;
  padding:5px 8px;
  background:#f8fbff;
}
body.abc-staff-app-page .abc-tile-side-toggle a.active{
  background:#0b63ce;
  border-color:#0b63ce;
  color:#fff;
}
body.abc-staff-app-page .abc-side-customer-panel{
  padding:9px!important;
  border-radius:16px!important;
  margin-bottom:8px!important;
}
body.abc-staff-app-page .abc-side-panel-head{
  margin-bottom:7px!important;
}
body.abc-staff-app-page .abc-side-panel-head strong{font-size:14px!important}
body.abc-staff-app-page .abc-selected-customer-label{font-size:11px!important;padding:4px 7px!important}
body.abc-staff-app-page .abc-side-customer-panel select,
body.abc-staff-app-page .abc-side-customer-panel input{
  height:34px!important;
  padding:7px 9px!important;
  font-size:12px!important;
}
body.abc-staff-app-page .abc-side-customer-search{
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:5px!important;
}
body.abc-staff-app-page .abc-side-customer-panel .abc-btn{
  min-height:34px!important;
  padding:6px 10px!important;
  font-size:12px!important;
}
body.abc-staff-app-page .abc-side-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:5px!important;
}
body.abc-staff-app-page .abc-tile,
body.abc-staff-app-page .abc-tile-empty{
  min-height:52px!important;
  height:52px!important;
  padding:4px!important;
  border-radius:12px!important;
  font-size:10.5px!important;
  line-height:1.05!important;
}
body.abc-staff-app-page .abc-tile-icon{
  font-size:16px!important;
  margin-bottom:1px!important;
}
body.abc-staff-app-page .abc-side-heading{
  margin:6px 0 4px!important;
  font-size:11px!important;
  letter-spacing:.07em!important;
}
@media(max-width:1200px){
  body.abc-staff-app-page .abc-pos-workbench,
  body.abc-staff-app-page .abc-pos-workbench.abc-tiles-left{
    grid-template-columns:1fr!important;
  }
  body.abc-staff-app-page .abc-pos-workbench.abc-tiles-left .abc-pos-side,
  body.abc-staff-app-page .abc-pos-workbench.abc-tiles-left .abc-pos-left{order:initial}
  body.abc-staff-app-page .abc-pos-side{max-height:none!important}
}


/* v1.146.7 statusbadges op starttegels */
body.abc-staff-app-page .abc-tile{position:relative;overflow:visible}
body.abc-staff-app-page .abc-tile-badge{position:absolute;top:-7px;right:-7px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;background:#0b63ce;color:#fff;border:2px solid #fff;box-shadow:0 6px 12px rgba(15,23,42,.18);z-index:2}
body.abc-staff-app-page .abc-tile-badge-error{background:#dc2626}


/* v1.148.4 gedeeld compacter betaalscherm */
.abc-payment-dialog{width:min(980px,calc(100vw - 24px));margin:12px auto;padding:10px;border-radius:18px}
.abc-payment-titlebar{padding:9px 12px;margin-bottom:8px;border-radius:14px}.abc-payment-titlebar strong{font-size:18px}
.abc-payment-summary{gap:8px;margin-bottom:8px}.abc-payment-summary>div{padding:10px 12px;border-radius:13px}.abc-payment-summary strong{font-size:22px;margin-top:2px}
.abc-payment-grid{grid-template-columns:210px 1fr 220px;gap:10px}.abc-pay-tile{padding:9px 10px;border-radius:12px}.abc-pay-tile strong{font-size:15px}.abc-pay-tile small{font-size:11px}
.abc-payment-main{padding:12px;border-radius:15px;gap:9px}.abc-payment-main input{padding:9px 10px;border-radius:12px;margin-top:3px}.abc-payment-submit{min-height:46px;font-size:16px}
.abc-payment-cash{padding:12px;border-radius:15px}.abc-cash-grid{gap:6px}.abc-cash-grid .abc-btn{min-height:42px;font-size:15px;padding:7px 10px}
.abc-payment-card .abc-table td,.abc-payment-card .abc-table th{padding:8px 9px}
@media(max-width:1000px){.abc-payment-grid{grid-template-columns:1fr}.abc-payment-dialog{width:calc(100vw - 16px)}}


/* v1.152.1 productkaart: robuuste tabs + compacter */
.abc-product-editor .abc-tab-panel,.abc-tab-panel{display:none!important}
.abc-product-editor .abc-tab-panel.active,.abc-tab-panel.active{display:block!important}
.abc-product-tabs a.active{background:var(--abc-primary,#0b63ce)!important;color:#fff!important}
.abc-stock-overview-compact{padding:12px!important}
.abc-stock-overview-compact .abc-kpis{grid-template-columns:repeat(4,minmax(120px,1fr));gap:8px;margin-bottom:8px}
.abc-stock-overview-compact .abc-kpi{padding:10px!important;border-radius:14px!important;box-shadow:none!important}
.abc-stock-overview-compact .abc-kpi strong{font-size:22px!important;margin-top:3px!important}
.abc-stock-overview-compact .abc-table th,.abc-stock-overview-compact .abc-table td{padding:6px 10px!important}
.abc-product-editor .abc-card{padding:14px;margin-bottom:10px}
.abc-product-editor .abc-form-grid{gap:10px}
.abc-inline-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:8px}
@media(max-width:900px){.abc-stock-overview-compact .abc-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* 1.153.68 - compacte frontend schermen + compacte klantkaart */
.abc-app{padding:clamp(10px,1.5vw,20px)}
.abc-app-header{margin-bottom:12px;gap:12px}
.abc-app-header h1{font-size:clamp(22px,2.4vw,34px)}
.abc-app-nav{gap:6px}
.abc-app-nav a,.abc-btn{padding:8px 13px;min-height:34px;font-size:14px}
.abc-btn-small{padding:6px 9px;min-height:30px;font-size:12px}
.abc-card{padding:14px;margin-bottom:12px;border-radius:18px}
.abc-card h2{font-size:24px;margin-bottom:12px}.abc-card h3{font-size:20px;margin-bottom:10px}.abc-card h4{margin:12px 0 8px}
.abc-grid{gap:12px}.abc-grid.two{gap:12px}
.abc-toolbar{margin-bottom:10px;gap:8px}.abc-toolbar form{gap:6px}
.abc-form-grid{gap:9px 12px}.abc-form-grid label{font-size:14px}.abc-form-grid label input,.abc-form-grid label select{margin-top:4px}
.abc-toolbar input,.abc-form-grid input,.abc-form-grid select,.abc-quick-form input,.abc-form-grid textarea,.abc-quick-form textarea,.abc-quick-form select{border-radius:11px;padding:8px 10px;min-height:38px;font-size:14px}
.abc-quick-form{gap:8px;margin-bottom:10px}.abc-table th{padding:8px}.abc-table td{padding:8px 10px}.abc-mini{font-size:11.5px;line-height:1.35}.abc-check{border-radius:12px;padding:8px 10px;gap:8px;min-height:38px}
.abc-payment-summary{gap:8px}.abc-payment-summary>div,.abc-compact-info-grid>div{padding:10px!important;border-radius:12px!important}.abc-payment-summary strong{font-size:20px!important}

.abc-customer-edit-card{padding:14px 16px}.abc-customer-form{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.abc-customer-form .abc-field{display:block;font-weight:700}.abc-customer-form small{display:block;margin-top:4px;color:var(--abc-muted);font-weight:500}.abc-customer-number{max-width:260px}.abc-readonly{background:#f8fafc!important;color:#475467!important;cursor:not-allowed}.abc-customer-form .abc-form-actions{margin-top:2px}
.abc-customer-groups-compact{grid-column:1/-1}.abc-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 6px}.abc-check-list{border:1px solid var(--abc-line);border-radius:14px;background:#fff;max-height:172px;overflow:auto;padding:4px}.abc-check-list .abc-check-row{display:flex!important;align-items:center;justify-content:flex-start;background:#fff;border:0;border-bottom:1px solid #eef2f7;border-radius:0;padding:7px 8px;min-height:34px}.abc-check-list .abc-check-row:last-child{border-bottom:0}.abc-check-row span{display:flex;align-items:baseline;gap:8px;min-width:0}.abc-check-row strong{font-size:13.5px;line-height:1.2}.abc-check-row small{margin:0;font-size:11px;color:var(--abc-muted);font-weight:600;white-space:nowrap}.abc-check-row input{flex:0 0 auto}.abc-customer-group-checks{margin-top:0}
.abc-compact-card{padding:12px 14px}.abc-compact-card p{margin-top:0}.abc-woo-sync-card .abc-card-title-row{margin-bottom:6px}.abc-woo-sync-card .abc-card-title-row h3{margin-bottom:3px}.abc-customer-subgrid .abc-card{min-width:0}.abc-address-edit{grid-template-columns:repeat(4,minmax(0,1fr))!important}.abc-customer-subgrid .abc-quick-form{grid-template-columns:repeat(4,minmax(0,1fr))}.abc-customer-subgrid .abc-quick-form .abc-check,.abc-customer-subgrid .abc-quick-form button{align-self:end}.abc-loyalty-card .abc-payment-summary{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:6px}.abc-loyalty-card p{margin-bottom:0}

@media(max-width:1100px){.abc-customer-form{grid-template-columns:repeat(2,minmax(0,1fr))}.abc-address-edit,.abc-customer-subgrid .abc-quick-form{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:900px){.abc-app{padding:8px;border-radius:14px}.abc-app-header{margin-bottom:8px}.abc-app-nav a,.abc-btn{padding:7px 10px;min-height:32px}.abc-card{padding:11px;margin-bottom:10px;border-radius:16px}.abc-card h2{font-size:22px}.abc-card h3{font-size:18px}.abc-toolbar{display:flex;flex-wrap:wrap}.abc-toolbar .abc-btn{flex:1 1 auto}.abc-customer-form{grid-template-columns:1fr;gap:8px}.abc-customer-number{max-width:none}.abc-check-list{max-height:150px}.abc-check-row span{display:block}.abc-check-row small{display:block;white-space:normal;margin-top:1px}.abc-payment-summary,.abc-compact-info-grid{grid-template-columns:1fr!important}.abc-grid.two,.abc-customer-subgrid{grid-template-columns:1fr}.abc-address-edit,.abc-customer-subgrid .abc-quick-form{grid-template-columns:1fr!important}.abc-table td,.abc-table th{padding:7px 8px}}


/* 1.153.77 reparatie regels + reparatie naar transactie */
.abc-repair-source-card{border:1px solid #d8e8ff;background:#f8fbff}.abc-repair-source-card .abc-section-head{align-items:flex-start}.abc-repair-meta-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:10px}.abc-repair-source-note{background:#fff;border:1px solid var(--abc-line);border-radius:14px;padding:10px 12px;margin:10px 0}.abc-repair-source-note strong{display:block;margin-bottom:4px}.abc-repair-source-note p{margin:0}.abc-repair-preload-grid{align-items:start}.abc-repair-preload-block{background:#fff;border:1px solid var(--abc-line);border-radius:16px;padding:12px 14px}.abc-repair-preload-block h4{margin:0 0 8px}.abc-repair-preload-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.abc-repair-preload-list li{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #eef2f7;padding-bottom:8px}.abc-repair-preload-list li:last-child{border-bottom:0;padding-bottom:0}.abc-repair-preload-list li span{font-weight:600}.abc-repair-preload-list li strong{white-space:nowrap}.abc-service-lines-card .abc-table{margin-top:10px}.abc-service-lines-table .abc-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700}.abc-badge-soft{background:#edf2ff;color:#274690}.abc-badge-service{background:#e8f7ee;color:#11643c}.abc-badge-product{background:#eef2ff;color:#2f49b5}.abc-badge-manual{background:#fff1e6;color:#9a4b00}.abc-service-add-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px}.abc-service-adder{background:#fbfcfe;border:1px solid var(--abc-line);border-radius:16px;padding:12px}.abc-service-adder h4{margin:0 0 6px}.abc-service-adder p{margin:0 0 8px}.abc-service-add-form{display:grid;gap:8px}.abc-service-add-form select,.abc-service-add-form input{width:100%}.abc-service-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1100px){.abc-service-add-grid,.abc-repair-meta-grid,.abc-service-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.abc-repair-meta-grid,.abc-service-add-grid,.abc-service-kpis{grid-template-columns:1fr}.abc-repair-preload-list li{flex-direction:column;align-items:flex-start}.abc-service-adder{padding:10px}}


/* 1.153.78 order factuur betaalkeuze */
.abc-order-invoice-choice .abc-card{margin-bottom:0}.abc-order-invoice-choice h3{margin-top:0}.abc-payment-form .abc-payment-label::placeholder{color:#667085}

.abc-supplier-helpbox{background:#f8fafc;border:1px solid #dbe7f3;border-left:4px solid #2271b1;border-radius:10px;padding:10px 12px;margin:0 0 8px;color:#1d2327}
.abc-supplier-link-table .abc-supplier-link-form label small{display:block;font-weight:400;color:#667085;margin-left:22px;line-height:1.25}
.abc-supplier-margin-grid label small{display:block;margin:2px 0 4px;color:#667085;font-weight:400}

/* v1.154.36 compacte inkoop/leveranciers-tab */
.abc-purchase-compact .abc-section-head{align-items:flex-start;margin-bottom:6px}
.abc-purchase-compact h3{margin-bottom:3px}
.abc-supplier-helpbox-once{margin:6px 0 10px!important;padding:8px 10px!important;font-size:12px}
.abc-supplier-link-table-compact{font-size:12px}
.abc-supplier-link-table-compact th,.abc-supplier-link-table-compact td{padding:7px 8px!important;vertical-align:top}
.abc-supplier-link-table-compact th:nth-child(1){width:13%}
.abc-supplier-link-table-compact th:nth-child(2){width:20%}
.abc-supplier-link-table-compact th:nth-child(3){width:14%}
.abc-supplier-link-table-compact th:nth-child(4){width:14%}
.abc-supplier-link-table-compact th:nth-child(5){width:33%}
.abc-supplier-link-table-compact th:nth-child(6){width:6%;white-space:nowrap}
.abc-supplier-link-table-compact small{font-size:11px;line-height:1.25;color:var(--abc-muted,#667085)}
.abc-supplier-link-table-compact .abc-supplier-link-form{min-width:0!important;gap:6px!important}
.abc-supplier-check-grid{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:5px 8px;margin-bottom:7px}
.abc-supplier-link-table-compact .abc-supplier-check-grid label{display:grid!important;grid-template-columns:18px 1fr;gap:3px 5px;margin:0!important;align-items:start;font-size:11.5px!important;line-height:1.15}
.abc-supplier-link-table-compact .abc-supplier-check-grid label small{grid-column:2;display:block;margin:0!important;font-size:10.5px}
.abc-supplier-link-table-compact .abc-supplier-margin-grid{grid-template-columns:repeat(3,minmax(90px,1fr));gap:6px!important}
.abc-supplier-link-table-compact .abc-supplier-margin-grid label{font-size:11.5px!important}
.abc-supplier-link-table-compact .abc-supplier-margin-grid input,
.abc-supplier-link-table-compact .abc-supplier-margin-grid select{min-height:30px;padding:5px 7px;font-size:12px}
.abc-supplier-link-table-compact .abc-btn-small{min-height:28px;padding:5px 8px}
@media(max-width:900px){
  .abc-supplier-link-table-compact{min-width:860px}
  .abc-supplier-check-grid{grid-template-columns:repeat(2,minmax(130px,1fr))}
}


/* v1.154.37 CSV-bronregel en duidelijkere leveranciers-CSV uitleg */
.abc-csv-source{margin-top:8px;max-width:260px}.abc-csv-source summary{cursor:pointer;font-weight:700;color:#2563eb}.abc-csv-source-kv{margin:6px 0;font-size:12px}.abc-csv-source-cols{display:flex;flex-direction:column;gap:2px;max-height:180px;overflow:auto;padding:6px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;font-size:11px;line-height:1.35}.abc-csv-source-cols span{border-bottom:1px dotted #e5e7eb;padding-bottom:2px}.abc-supplier-link-table-compact th:last-child,.abc-supplier-link-table-compact td:last-child{min-width:140px}


/* 1.154.49 klantcontext / balie popup */
.abc-customer-context-toast{position:fixed;right:18px;bottom:18px;max-width:460px;z-index:999999;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s ease}
.abc-customer-context-toast.is-open{opacity:1;transform:translateY(0);pointer-events:auto}
.abc-customer-context-inner{background:#fff;border:1px solid #d7e3f5;border-left:5px solid var(--abc-primary,#0b63ce);box-shadow:0 12px 30px rgba(16,24,40,.18);border-radius:16px;padding:14px 16px;color:#1f2937}
.abc-customer-context-inner h3{margin:0 24px 8px 0;font-size:17px}.abc-context-close{float:right;border:0;background:#f1f5f9;border-radius:999px;width:28px;height:28px;font-size:18px;line-height:1;cursor:pointer}.abc-context-groups{display:flex;gap:6px;flex-wrap:wrap;margin:6px 0}.abc-customer-alert{margin:8px 0;padding:8px 10px;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px}.abc-customer-context-inner ul{margin:6px 0 0 18px;padding:0}.abc-customer-context-card .abc-customer-context-row{display:grid;grid-template-columns:150px 1fr;gap:8px;padding:7px 0;border-top:1px solid #eef2f7}.abc-customer-context-card .abc-customer-context-row:first-of-type{border-top:0}.abc-badge-info{background:#e0f2fe;color:#075985;border:1px solid #bae6fd}.abc-customer-history-list{margin:0 0 0 18px;padding:0}
@media(max-width:700px){.abc-customer-context-toast{left:10px;right:10px;bottom:10px;max-width:none}.abc-customer-context-card .abc-customer-context-row{grid-template-columns:1fr}}

/* 1.154.50 CSV controlelijst acties */
.abc-products-table .abc-badge-danger{background:#fee2e2;color:#991b1b;border-color:#fecaca}
.abc-products-table td:last-child .abc-inline-form{display:block;margin:4px 0 0}

/* 1.154.52 klantkaart tabs + toast herstel */
.abc-customer-header-card{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.abc-customer-group-badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.abc-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 12px}
.abc-tabs button{border:1px solid #dbe6f2;background:#fff;border-radius:999px;padding:8px 14px;font-weight:700;color:#26384f;cursor:pointer}
.abc-tabs button.active{background:#0b74de;color:#fff;border-color:#0b74de;box-shadow:0 6px 18px rgba(11,116,222,.18)}
.abc-tab-panel{display:none}
.abc-tab-panel.active{display:block}
.abc-customer-edit-card .abc-form-grid label.abc-full{grid-column:1/-1}
@media(max-width:780px){.abc-customer-header-card{display:block}.abc-customer-group-badges{justify-content:flex-start;margin-top:8px}.abc-tabs{position:sticky;top:0;z-index:5;background:#f5f8fc;padding:8px 0}.abc-tabs button{padding:8px 10px;font-size:13px}}

/* 1.154.52 klantkaart toast + tab fallback */
.abc-customer-context-toast{position:fixed;right:18px;bottom:18px;z-index:999999;max-width:min(420px,calc(100vw - 28px));display:none}.abc-customer-context-toast.is-open{display:block}.abc-customer-context-inner{background:#fff;border:1px solid #d7e3f5;border-left:5px solid var(--abc-primary,#0b63ce);border-radius:16px;box-shadow:0 18px 50px rgba(16,24,40,.22);padding:14px}.abc-context-close{position:absolute;right:10px;top:8px;border:0;background:transparent;font-size:24px;line-height:1;cursor:pointer}.abc-customer-alert{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:10px;padding:8px;margin:8px 0}.abc-customer-tabs button.active{background:var(--abc-primary,#0b63ce)!important;color:#fff!important}.abc-tab-panel{display:none}.abc-tab-panel.active{display:block}

/* v1.154.75 starttransactie tegels compacter + scanbalk rustiger */
body.abc-staff-app-page .abc-start-panel-no-title .abc-start-top-products{
  display:none!important;
}
body.abc-staff-app-page .abc-start-panel-no-title{
  height:calc(100vh - 124px)!important;
}
body.abc-staff-app-page .abc-pos-main-scan{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  gap:8px!important;
  padding:10px!important;
  background:#fff!important;
  border-bottom:1px solid #d7e2ef!important;
  align-items:center!important;
}
body.abc-staff-app-page .abc-pos-main-scan .abc-scan-icon{
  width:44px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #cfe0f2;
  border-radius:14px;
  background:linear-gradient(180deg,#fff,#f4f8ff);
  color:#334155;
  font-size:23px;
  font-weight:900;
  box-shadow:0 6px 14px rgba(16,24,40,.04);
}
body.abc-staff-app-page .abc-pos-main-scan input{
  height:42px!important;
  min-height:42px!important;
  font-size:15px!important;
  border-radius:14px!important;
}
body.abc-staff-app-page .abc-pos-main-scan .abc-product-search-button{
  min-height:42px!important;
  height:42px!important;
  padding:8px 16px!important;
  border-radius:14px!important;
}
body.abc-staff-app-page .abc-action-strip{
  display:grid!important;
  grid-template-columns:repeat(11,minmax(72px,1fr))!important;
  gap:6px!important;
  padding:8px!important;
  overflow:visible!important;
}
body.abc-staff-app-page .abc-start-action{
  min-height:58px!important;
  height:58px!important;
  padding:5px 6px!important;
  font-size:11px!important;
  line-height:1.05!important;
  border-radius:13px!important;
  white-space:normal!important;
}
body.abc-staff-app-page .abc-start-action span{
  font-size:19px!important;
  margin-bottom:1px!important;
}
body.abc-staff-app-page .abc-pos-side{
  padding:10px!important;
  border-radius:18px!important;
}
body.abc-staff-app-page .abc-tile-side-toggle{
  padding:5px!important;
  margin-bottom:7px!important;
}
body.abc-staff-app-page .abc-tile-side-toggle a{
  padding:4px 6px!important;
  font-size:11px!important;
}
body.abc-staff-app-page .abc-side-customer-panel{
  padding:8px!important;
  margin-bottom:7px!important;
}
body.abc-staff-app-page .abc-side-customer-select select,
body.abc-staff-app-page .abc-side-customer-search input{
  height:32px!important;
  min-height:32px!important;
  padding:6px 8px!important;
}
body.abc-staff-app-page .abc-side-customer-actions .abc-btn,
body.abc-staff-app-page .abc-side-customer-panel .abc-btn{
  min-height:30px!important;
  padding:5px 8px!important;
  font-size:11px!important;
}
body.abc-staff-app-page .abc-side-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:4px!important;
}
body.abc-staff-app-page .abc-tile,
body.abc-staff-app-page .abc-tile-empty{
  min-height:48px!important;
  height:48px!important;
  padding:3px!important;
  font-size:10px!important;
  line-height:1.02!important;
  border-radius:11px!important;
}
body.abc-staff-app-page .abc-tile-icon{
  font-size:15px!important;
  margin-bottom:0!important;
}
body.abc-staff-app-page .abc-tile-badge{
  min-width:18px!important;
  height:18px!important;
  padding:0 5px!important;
  font-size:10px!important;
  top:-6px!important;
  right:-6px!important;
}
body.abc-staff-app-page .abc-side-heading{
  margin:5px 0 3px!important;
  padding-top:6px!important;
  font-size:10.5px!important;
}
@media(max-width:1400px){
  body.abc-staff-app-page .abc-action-strip{grid-template-columns:repeat(6,minmax(92px,1fr))!important;}
}
@media(max-width:1200px){
  body.abc-staff-app-page .abc-action-strip{grid-template-columns:repeat(4,minmax(92px,1fr))!important;}
}
@media(max-width:760px){
  body.abc-staff-app-page .abc-pos-main-scan{grid-template-columns:1fr auto!important;}
  body.abc-staff-app-page .abc-pos-main-scan .abc-scan-icon{display:none!important;}
  body.abc-staff-app-page .abc-action-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}

/* 1.154.99 historie overzichten compacter/klikbaar */
.abc-history-filters{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:10px 0 12px}.abc-history-filters input,.abc-history-filters select{border:1px solid var(--abc-line);border-radius:12px;background:#fff;padding:8px 10px;min-height:36px}.abc-history-filters input[type=search]{min-width:260px;flex:1}.abc-history-table td{font-size:13px;line-height:1.35;vertical-align:top}.abc-history-table-compact td{padding:7px 8px}.abc-history-desc{max-width:520px}.abc-history-line-list{list-style:none;margin:0;padding:0;display:grid;gap:5px}.abc-history-line-list li{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;border-bottom:1px solid #eef2f7;padding:3px 0}.abc-history-line-list li:last-child{border-bottom:0}.abc-history-line-main{min-width:0}.abc-history-line-main a{font-weight:700;text-decoration:none}.abc-history-line-main a:hover{text-decoration:underline}.abc-history-line-meta{white-space:nowrap;color:var(--abc-muted);font-size:12px}.abc-history-highlight{outline:3px solid rgba(11,99,206,.28);background:#eef6ff!important}.abc-history-table a{color:var(--abc-primary);text-decoration:none;font-weight:700}.abc-history-table a:hover{text-decoration:underline}@media(max-width:900px){.abc-history-filters input[type=search]{min-width:100%;}.abc-history-line-list li{display:block}.abc-history-line-meta{display:block;margin-top:2px}}

/* 1.154.100 productkaart algemeen tab rustiger gegroepeerd */

/* 1.154.102 - klantkaart historie: één compacte lijst */
.abc-unified-history-table th,.abc-unified-history-table td{font-size:12px!important;line-height:1.3!important;vertical-align:top!important}.abc-unified-history-table .abc-history-desc{min-width:360px;max-width:780px}.abc-unified-history-table .abc-badge-soft{display:inline-block;background:#eef6ff;color:#0b63ce;border:1px solid #cfe2ff;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:700;white-space:nowrap}.abc-unified-history-table .abc-history-line-list{gap:2px}.abc-unified-history-table .abc-history-line-list li{padding:2px 0}.abc-unified-history-table .abc-history-line-main{font-size:12px}.abc-unified-history-table .abc-history-line-meta{font-size:11px}.abc-history-filters{align-items:stretch}.abc-history-filters input[type=date],.abc-history-filters select{min-width:150px}@media(max-width:1000px){.abc-unified-history-table .abc-history-desc{min-width:240px}.abc-unified-history-table th:nth-child(8),.abc-unified-history-table td:nth-child(8){display:none}}

/* 1.154.116 productrelatie zoek-popup */
.abc-relations-editor .abc-relation-picker{display:flex;gap:8px;align-items:center;min-width:0}
.abc-relations-editor .abc-relation-picker select{flex:1;min-width:160px}
.abc-relation-search-modal[hidden]{display:none!important}
.abc-relation-search-modal{position:fixed;inset:0;z-index:99999;background:rgba(15,23,42,.45);display:flex;align-items:flex-start;justify-content:center;padding:9vh 16px 24px}
.abc-relation-search-dialog{width:min(760px,100%);max-height:82vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:0 24px 70px rgba(15,23,42,.28);border:1px solid rgba(15,23,42,.12);padding:18px}
.abc-relation-search-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.abc-relation-search-head h3{margin:0;font-size:20px}
.abc-relation-search-dialog input[type=search]{width:100%;min-height:44px;margin-bottom:12px}
.abc-relation-search-results{display:grid;gap:8px}
.abc-relation-result{border:1px solid rgba(15,23,42,.10);background:#f8fbff;border-radius:14px;padding:10px 12px;text-align:left;cursor:pointer;color:#0f172a}
.abc-relation-result:hover,.abc-relation-result:focus{border-color:#0b72e7;background:#eef6ff;outline:none}
.abc-relation-result strong{display:block;font-size:14px}
.abc-relation-result small{display:block;color:#64748b;margin-top:3px}
@media(max-width:760px){.abc-relation-search-modal{padding:7vh 10px 18px}.abc-relation-search-dialog{border-radius:18px}.abc-relations-editor .abc-relation-picker{flex-direction:column;align-items:stretch}.abc-relations-editor .abc-relation-picker select,.abc-relations-editor .abc-relation-picker button{width:100%}}



/* 1.154.141 productoverzicht opgeschoond: één stabiele kaartlayout */
.abc-load-more{display:flex;gap:10px;align-items:center;justify-content:center;margin:14px 0 6px}
.abc-products-table{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0 10px!important;
  table-layout:auto!important;
}
.abc-products-table thead{display:none!important}
.abc-products-table tbody{display:table-row-group!important;width:100%!important}
.abc-products-table tr.abc-product-row-card{display:table-row!important;background:transparent!important;border:0!important;box-shadow:none!important;margin:0!important;padding:0!important}
.abc-products-table tr.abc-product-row-card>td{display:table-cell!important;width:100%!important;padding:0!important;border:0!important;background:transparent!important;vertical-align:top!important;text-align:left!important;overflow:visible!important}
.abc-products-table tr.abc-product-row-card>td:before{content:none!important;display:none!important}
.abc-product-card2{
  display:grid!important;
  grid-template-columns:34px 84px minmax(0,1fr) minmax(240px,auto)!important;
  grid-template-areas:"sel img main side"!important;
  gap:12px!important;
  align-items:start!important;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  padding:14px!important;
  border:1px solid #e7edf6!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 1px 2px rgba(15,23,42,.04)!important;
  overflow:hidden!important;
}
.abc-product-card2,.abc-product-card2 *{box-sizing:border-box!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;float:none!important;clear:none!important}
.abc-product-card2-select{grid-area:sel!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding-top:8px!important;min-width:0!important}
.abc-product-card2-select input[type=checkbox]{width:22px!important;height:22px!important;min-width:22px!important;margin:0!important}
.abc-product-card2-img{grid-area:img!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;width:84px!important;min-width:84px!important;max-width:84px!important;overflow:hidden!important}
.abc-product-card2-img .abc-product-thumb,
.abc-product-card2-img .abc-product-thumb-empty,
.abc-product-card2-img img.abc-product-thumb{
  display:flex!important;
  width:76px!important;
  height:76px!important;
  min-width:76px!important;
  max-width:76px!important;
  min-height:76px!important;
  max-height:76px!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  border:1px solid #e5edf8!important;
  border-radius:14px!important;
  background:#fff!important;
  position:static!important;
}
.abc-product-card2-img img.abc-product-thumb{display:block!important}
.abc-product-card2-img .abc-product-thumb-empty{align-items:center!important;justify-content:center!important;text-align:center!important;color:#94a3b8!important;font-size:10px!important;line-height:1.05!important;padding:3px!important}
.abc-product-card2-main{grid-area:main!important;min-width:0!important;width:auto!important;max-width:none!important;overflow:hidden!important}
.abc-product-card2-title{display:block!important;width:auto!important;max-width:100%!important;color:#0f172a!important;text-decoration:none!important;font-size:17px!important;font-weight:800!important;line-height:1.22!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}
.abc-product-card2-title:hover{text-decoration:underline!important}
.abc-product-card2-badges{display:flex!important;gap:5px!important;flex-wrap:wrap!important;margin-top:6px!important}
.abc-product-card2-sub{display:block!important;margin-top:7px!important;color:#64748b!important;font-size:12px!important;line-height:1.35!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}
.abc-product-card2-meta{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:8px!important;color:#64748b!important;font-size:12px!important;line-height:1.35!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}
.abc-product-card2-meta span{display:inline-block!important;max-width:100%!important;vertical-align:top!important}
.abc-product-card2-meta strong{color:#0f172a!important;font-size:13px!important}
.abc-product-card2-side{grid-area:side!important;display:grid!important;grid-template-columns:auto auto auto!important;grid-template-areas:"price stock web" "woo woo actions"!important;gap:8px 14px!important;align-items:center!important;justify-content:end!important;text-align:right!important;min-width:240px!important;width:auto!important;max-width:none!important;color:#0f172a!important}
.abc-product-card2-price{grid-area:price!important;font-size:17px!important;font-weight:800!important;color:#0f172a!important;white-space:nowrap!important;text-align:right!important}
.abc-product-card2-stock{grid-area:stock!important;text-align:right!important;color:#0f172a!important;white-space:normal!important}
.abc-product-card2-stock strong{display:block!important;font-size:22px!important;line-height:1!important;font-weight:800!important;color:#0f172a!important}
.abc-product-card2-stock span{font-size:12px!important;color:#64748b!important}
.abc-product-card2-stock small{display:block!important;color:#64748b!important;font-size:11px!important;line-height:1.25!important;margin-top:3px!important;white-space:nowrap!important}
.abc-product-card2-web{grid-area:web!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;transform:none!important}
.abc-product-card2-woo{grid-area:woo!important;color:#64748b!important;font-size:12px!important;line-height:1.25!important;text-align:right!important}
.abc-product-card2-actions{grid-area:actions!important;display:flex!important;gap:6px!important;justify-content:flex-end!important;align-items:center!important;flex-wrap:wrap!important}
.abc-product-card2-actions form{display:inline-flex!important;margin:0!important}
.abc-product-card2-actions .abc-btn{min-height:30px!important;padding:5px 10px!important;font-size:11px!important;white-space:nowrap!important}

@media(max-width:1050px){
  .abc-products-table,.abc-products-table tbody,.abc-products-table tr.abc-product-row-card,.abc-products-table tr.abc-product-row-card>td{display:block!important;width:100%!important}
  .abc-product-card2{
    grid-template-columns:32px 74px minmax(0,1fr)!important;
    grid-template-areas:"sel img main" "sel img side"!important;
    gap:10px!important;
  }
  .abc-product-card2-img{width:74px!important;min-width:74px!important;max-width:74px!important}
  .abc-product-card2-img .abc-product-thumb,.abc-product-card2-img .abc-product-thumb-empty,.abc-product-card2-img img.abc-product-thumb{width:68px!important;height:68px!important;min-width:68px!important;max-width:68px!important;min-height:68px!important;max-height:68px!important}
  .abc-product-card2-side{min-width:0!important;width:100%!important;grid-template-columns:1fr auto auto!important;grid-template-areas:"price stock web" "woo woo woo" "actions actions actions"!important;justify-content:stretch!important;text-align:left!important}
  .abc-product-card2-price{text-align:left!important}
  .abc-product-card2-stock{text-align:right!important}
  .abc-product-card2-web{justify-content:flex-end!important}
  .abc-product-card2-woo{text-align:left!important}
  .abc-product-card2-actions{justify-content:flex-start!important}
}
@media(max-width:520px){
  .abc-product-card2{grid-template-columns:28px 58px minmax(0,1fr)!important;gap:8px!important;padding:10px!important;border-radius:16px!important}
  .abc-product-card2-img{width:58px!important;min-width:58px!important;max-width:58px!important}
  .abc-product-card2-img .abc-product-thumb,.abc-product-card2-img .abc-product-thumb-empty,.abc-product-card2-img img.abc-product-thumb{width:54px!important;height:54px!important;min-width:54px!important;max-width:54px!important;min-height:54px!important;max-height:54px!important;font-size:9px!important}
  .abc-product-card2-title{font-size:14px!important;line-height:1.18!important}
  .abc-product-card2-sub,.abc-product-card2-meta{font-size:10.5px!important;margin-top:5px!important}
  .abc-product-card2-side{grid-template-columns:1fr auto!important;grid-template-areas:"price stock" "web web" "woo woo" "actions actions"!important;gap:6px 10px!important}
  .abc-product-card2-price{font-size:13px!important}
  .abc-product-card2-stock strong{font-size:17px!important}
  .abc-product-card2-stock span,.abc-product-card2-stock small{font-size:9.5px!important;white-space:normal!important}
  .abc-product-card2-web{justify-content:flex-start!important}
  .abc-product-card2-actions .abc-btn{font-size:10px!important;padding:4px 7px!important;min-height:28px!important}
}


/* v1.154.142 productoverzicht: afbeeldingen renderen als vaste blokken i.p.v. <img> */
.abc-product-card2-img .abc-product-thumb.abc-product-thumb-image{
  display:block!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-size:contain!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
}
.abc-product-card2-main{display:block!important;width:100%!important;min-width:0!important;}
.abc-product-card2-side{align-self:start!important;}


/* v1.154.143 productoverzicht: compacte rij + zichtbare afbeelding */
.abc-product-card2{
  grid-template-columns:30px 62px minmax(0,1fr) minmax(150px,auto)!important;
  grid-template-areas:"sel img main side"!important;
  gap:8px!important;
  padding:9px 12px!important;
  min-height:86px!important;
  align-items:start!important;
}
.abc-product-card2-img{
  width:62px!important;
  min-width:62px!important;
  max-width:62px!important;
}
.abc-product-card2-img .abc-product-thumb,
.abc-product-card2-img .abc-product-thumb-empty,
.abc-product-card2-img .abc-product-thumb-image{
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  max-width:56px!important;
  min-height:56px!important;
  max-height:56px!important;
  border-radius:11px!important;
  background-color:#fff!important;
  background-image:none!important;
}
.abc-product-card2-img .abc-product-thumb.abc-product-thumb-image{
  display:block!important;
  background-image:var(--abc-product-image)!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-size:contain!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
}
.abc-product-card2-main{
  padding-top:1px!important;
  min-width:0!important;
  overflow:hidden!important;
}
.abc-product-card2-title{
  font-size:15px!important;
  line-height:1.18!important;
  margin:0!important;
}
.abc-product-card2-sub{
  margin-top:4px!important;
  font-size:10.5px!important;
  line-height:1.25!important;
}
.abc-product-card2-meta{
  margin-top:5px!important;
  gap:7px!important;
  font-size:10.5px!important;
  line-height:1.25!important;
}
.abc-product-card2-meta strong{font-size:11px!important;}
.abc-product-card2-side{
  min-width:150px!important;
  grid-template-columns:auto auto!important;
  grid-template-areas:"stock web" "price actions" "woo woo"!important;
  gap:4px 8px!important;
  align-items:center!important;
}
.abc-product-card2-price{
  font-size:13px!important;
  line-height:1.1!important;
}
.abc-product-card2-stock strong{
  font-size:18px!important;
  line-height:1!important;
}
.abc-product-card2-stock span{font-size:10px!important;}
.abc-product-card2-stock small{
  font-size:9.5px!important;
  line-height:1.15!important;
  margin-top:2px!important;
  white-space:normal!important;
}
.abc-product-card2-woo{font-size:10px!important;line-height:1.15!important;}
.abc-product-card2-actions .abc-btn{
  min-height:24px!important;
  padding:3px 7px!important;
  font-size:10px!important;
}
.abc-products-table{border-spacing:0 6px!important;}
@media(max-width:1050px){
  .abc-product-card2{
    grid-template-columns:28px 58px minmax(0,1fr) 92px!important;
    grid-template-areas:"sel img main side"!important;
    gap:8px!important;
    padding:8px 10px!important;
    min-height:78px!important;
  }
  .abc-product-card2-img{width:58px!important;min-width:58px!important;max-width:58px!important;}
  .abc-product-card2-img .abc-product-thumb,
  .abc-product-card2-img .abc-product-thumb-empty,
  .abc-product-card2-img .abc-product-thumb-image{
    width:50px!important;height:50px!important;min-width:50px!important;max-width:50px!important;min-height:50px!important;max-height:50px!important;
  }
  .abc-product-card2-side{
    min-width:92px!important;
    width:auto!important;
    grid-template-columns:1fr!important;
    grid-template-areas:"stock" "web" "price" "woo" "actions"!important;
    gap:2px!important;
    text-align:right!important;
    justify-items:end!important;
  }
  .abc-product-card2-title{font-size:14px!important;}
  .abc-product-card2-sub,.abc-product-card2-meta{font-size:9.5px!important;}
  .abc-product-card2-stock strong{font-size:17px!important;}
  .abc-product-card2-stock small{font-size:8.5px!important;}
  .abc-product-card2-price{font-size:12px!important;}
  .abc-product-card2-actions{justify-content:flex-end!important;}
}
@media(max-width:520px){
  .abc-product-card2{
    grid-template-columns:24px 48px minmax(0,1fr) 72px!important;
    gap:6px!important;
    padding:7px 8px!important;
    min-height:68px!important;
    border-radius:13px!important;
  }
  .abc-product-card2-select input[type=checkbox]{width:18px!important;height:18px!important;min-width:18px!important;}
  .abc-product-card2-img{width:48px!important;min-width:48px!important;max-width:48px!important;}
  .abc-product-card2-img .abc-product-thumb,
  .abc-product-card2-img .abc-product-thumb-empty,
  .abc-product-card2-img .abc-product-thumb-image{
    width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;min-height:44px!important;max-height:44px!important;font-size:8px!important;
  }
  .abc-product-card2-title{font-size:13px!important;line-height:1.15!important;}
  .abc-product-card2-sub{font-size:8.8px!important;margin-top:3px!important;}
  .abc-product-card2-meta{font-size:8.8px!important;margin-top:3px!important;gap:4px!important;}
  .abc-product-card2-meta strong{font-size:9px!important;}
  .abc-product-card2-side{min-width:72px!important;}
  .abc-product-card2-stock strong{font-size:15px!important;}
  .abc-product-card2-stock span,.abc-product-card2-stock small{font-size:8px!important;}
  .abc-product-card2-price{font-size:11px!important;}
  .abc-product-card2-actions .abc-btn{font-size:8.5px!important;padding:2px 5px!important;min-height:21px!important;}
}


/* v1.154.147 productoverzicht: nette compacte rijen zonder lege middenruimte */
.abc-products-table{border-spacing:0 4px!important;}
.abc-product-card2{
  grid-template-columns:26px 54px minmax(0,1fr) 84px 88px 68px 106px!important;
  grid-template-areas:"sel img main price stock web actions" "sel img main woo woo woo woo"!important;
  gap:5px 10px!important;
  padding:8px 10px!important;
  min-height:70px!important;
  align-items:center!important;
}
.abc-product-card2-side{display:contents!important;min-width:0!important;width:auto!important;max-width:none!important;}
.abc-product-card2-select{align-self:center!important;padding-top:0!important;}
.abc-product-card2-img{align-self:center!important;width:54px!important;min-width:54px!important;max-width:54px!important;}
.abc-product-card2-img .abc-product-thumb,
.abc-product-card2-img .abc-product-thumb-empty,
.abc-product-card2-img .abc-product-thumb-image{width:48px!important;height:48px!important;min-width:48px!important;max-width:48px!important;min-height:48px!important;max-height:48px!important;border-radius:10px!important;}
.abc-product-card2-main{align-self:center!important;padding-top:0!important;}
.abc-product-card2-title{font-size:14px!important;line-height:1.15!important;}
.abc-product-card2-sub{margin-top:3px!important;font-size:10px!important;line-height:1.2!important;}
.abc-product-card2-meta{margin-top:3px!important;gap:6px!important;font-size:10px!important;line-height:1.2!important;}
.abc-product-card2-meta strong{font-size:10.5px!important;}
.abc-product-card2-price{align-self:center!important;font-size:13px!important;line-height:1.1!important;text-align:right!important;}
.abc-product-card2-stock{align-self:center!important;text-align:right!important;}
.abc-product-card2-stock strong{font-size:17px!important;line-height:1!important;}
.abc-product-card2-stock span{font-size:9.5px!important;}
.abc-product-card2-stock small{font-size:8.8px!important;line-height:1.1!important;margin-top:1px!important;white-space:normal!important;}
.abc-product-card2-web{align-self:center!important;justify-content:flex-end!important;}
.abc-product-card2-woo{align-self:start!important;font-size:9px!important;line-height:1.1!important;text-align:right!important;opacity:.9!important;}
.abc-product-card2-actions{align-self:center!important;justify-content:flex-end!important;}
.abc-product-card2-actions .abc-btn{min-height:22px!important;padding:3px 7px!important;font-size:9.5px!important;}

@media(max-width:1050px){
  .abc-product-card2{
    grid-template-columns:24px 50px minmax(0,1fr) 82px!important;
    grid-template-areas:"sel img main stock" "sel img main web" "sel img main price" "sel img main actions"!important;
    gap:4px 8px!important;
    padding:7px 8px!important;
    min-height:66px!important;
  }
  .abc-product-card2-img{width:50px!important;min-width:50px!important;max-width:50px!important;}
  .abc-product-card2-img .abc-product-thumb,
  .abc-product-card2-img .abc-product-thumb-empty,
  .abc-product-card2-img .abc-product-thumb-image{width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;min-height:44px!important;max-height:44px!important;}
  .abc-product-card2-title{font-size:13px!important;}
  .abc-product-card2-sub,.abc-product-card2-meta{font-size:9px!important;margin-top:2px!important;}
  .abc-product-card2-price{font-size:12px!important;}
  .abc-product-card2-stock strong{font-size:16px!important;}
  .abc-product-card2-stock span,.abc-product-card2-stock small{font-size:8.3px!important;}
  .abc-product-card2-web{justify-content:flex-end!important;}
  .abc-product-card2-actions .abc-btn{font-size:8.8px!important;padding:2px 6px!important;min-height:21px!important;}
  .abc-product-card2-woo{display:none!important;}
}

@media(max-width:520px){
  .abc-product-card2{
    grid-template-columns:22px 44px minmax(0,1fr) 74px!important;
    gap:4px 6px!important;
    padding:6px 7px!important;
    min-height:60px!important;
    border-radius:12px!important;
  }
  .abc-product-card2-select input[type=checkbox]{width:17px!important;height:17px!important;min-width:17px!important;}
  .abc-product-card2-img{width:44px!important;min-width:44px!important;max-width:44px!important;}
  .abc-product-card2-img .abc-product-thumb,
  .abc-product-card2-img .abc-product-thumb-empty,
  .abc-product-card2-img .abc-product-thumb-image{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;min-height:40px!important;max-height:40px!important;font-size:7.5px!important;}
  .abc-product-card2-title{font-size:12.5px!important;}
  .abc-product-card2-sub,.abc-product-card2-meta{font-size:8.5px!important;}
  .abc-product-card2-price{font-size:11px!important;}
  .abc-product-card2-stock strong{font-size:14px!important;}
  .abc-product-card2-stock span,.abc-product-card2-stock small{font-size:7.8px!important;}
}

/* Kassatelling popup live totalen */
.abc-cash-denom-row{display:grid;grid-template-columns:1fr minmax(90px,160px) minmax(72px,110px);gap:8px;align-items:end}
.abc-cash-denom-row input{width:100%}
.abc-cash-denom-row [data-abc-denom-total]{text-align:right;font-weight:700;color:#334155;padding-bottom:10px}
.abc-count-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;background:#f8fafc;border:1px solid #dbeafe;border-radius:14px;padding:12px;margin:8px 0}
.abc-count-summary div{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px}
.abc-count-summary span{display:block;font-size:11px;text-transform:uppercase;color:#64748b;font-weight:800;margin-bottom:4px}
.abc-count-summary strong{font-size:20px;color:#0f172a}.abc-count-summary .abc-negative,[data-abc-cash-difference].abc-negative{color:#b91c1c!important}
@media(max-width:680px){.abc-cash-denom-row{grid-template-columns:1fr}.abc-cash-denom-row [data-abc-denom-total]{text-align:left;padding-bottom:0}.abc-count-summary{grid-template-columns:1fr}}
.abc-system-payment-totals{background:#f8fafc;border:1px solid #e5e7eb;margin:6px 0 10px 0}
.abc-system-payment-totals h4{margin:0 0 8px 0}
.abc-system-payment-totals .abc-table{margin:0}
.abc-system-payment-totals td:last-child,.abc-system-payment-totals th:last-child{text-align:right}
.abc-closing-step-head h3{margin:0 0 6px 0}
.abc-closing-layout{display:flex;flex-direction:column;gap:16px;align-items:stretch}
.abc-closing-main,.abc-closing-side{min-width:0;width:100%}
.abc-closing-card h4,.abc-system-payment-totals h4{margin:0 0 8px 0}
.abc-cash-denom-head{display:grid;grid-template-columns:110px minmax(90px,140px) minmax(90px,120px);gap:8px;padding:0 0 8px 0;margin:10px 0 6px 0;border-bottom:1px solid #e5e7eb;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase}
.abc-cash-denom-group{margin:10px 0 0 0}
.abc-cash-denom-group h5{margin:0 0 8px 0;font-size:13px;color:#0f172a}
.abc-cash-denom-row{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:8px 10px}
.abc-cash-denom-label{font-weight:700;color:#0f172a}
.abc-closing-side{display:flex;flex-direction:column;gap:10px;width:100%;position:static}
.abc-cash-warning{margin:0}.abc-cash-warning strong{font-weight:800}
.abc-closing-submit{display:flex;justify-content:space-between;gap:10px;align-items:center}
.abc-closing-submit .abc-btn-primary{min-width:220px}
@media(max-width:900px){.abc-closing-submit{flex-direction:column;align-items:stretch}.abc-closing-submit .abc-btn-primary{min-width:0}}
@media(max-width:680px){.abc-cash-denom-head{grid-template-columns:1fr 1fr 1fr;font-size:10px}.abc-cash-denom-row{grid-template-columns:1fr 1fr 1fr!important;padding:8px}.abc-cash-denom-row input{min-width:0}.abc-system-payment-totals .abc-table th:nth-child(2),.abc-system-payment-totals .abc-table td:nth-child(2){display:none}}

.abc-closing-card,.abc-system-payment-totals,.abc-count-summary,.abc-cash-warning{width:100%;box-sizing:border-box}
.abc-closing-main .abc-closing-card{margin-bottom:0}
.abc-closing-side .abc-count-summary{margin-top:0}


/* Kassatelling popup full-width hard override */
.abc-closing-modal .abc-payment-dialog,
.abc-closing-modal .abc-closing-wizard{
  width: min(1180px, calc(100vw - 18px)) !important;
  max-width: min(1180px, calc(100vw - 18px)) !important;
  box-sizing: border-box !important;
}
.abc-closing-modal .abc-cash-count-form{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}
.abc-closing-modal .abc-closing-step:not([hidden]){
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}
.abc-closing-modal .abc-closing-step .abc-full,
.abc-closing-modal .abc-closing-layout,
.abc-closing-modal .abc-closing-main,
.abc-closing-modal .abc-closing-side,
.abc-closing-modal .abc-closing-card,
.abc-closing-modal .abc-system-payment-totals,
.abc-closing-modal .abc-count-summary,
.abc-closing-modal .abc-cash-warning{
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}
.abc-closing-modal .abc-closing-layout{
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  align-items: stretch !important;
}
.abc-closing-modal .abc-closing-side{
  position: static !important;
  display: flex !important;
  flex-direction: column !important;
}
.abc-closing-modal .abc-count-summary{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.abc-closing-modal .abc-cash-denom-head,
.abc-closing-modal .abc-cash-denom-row{
  display: grid !important;
  grid-template-columns: minmax(90px, 1fr) minmax(90px, 150px) minmax(90px, 130px) !important;
  width: 100% !important;
}
.abc-closing-modal .abc-cash-denom-row{
  align-items: center !important;
}
.abc-closing-modal .abc-cash-denom-row input{
  width: 100% !important;
  max-width: none !important;
}
.abc-closing-modal .abc-cash-denom-row [data-abc-denom-total]{
  text-align: right !important;
  padding-bottom: 0 !important;
}
@media(max-width:680px){
  .abc-closing-modal .abc-count-summary{
    grid-template-columns: 1fr !important;
  }
  .abc-closing-modal .abc-cash-denom-head{
    grid-template-columns: 70px 1fr 90px !important;
  }
  .abc-closing-modal .abc-cash-denom-row{
    grid-template-columns: 70px minmax(80px, 1fr) 90px !important;
  }
  .abc-closing-modal .abc-payment-titlebar{
    position: sticky !important;
    top: 0 !important;
    z-index: 3 !important;
  }
}

/* v1.154.197 medewerkerscode-lock: startscherm onbruikbaar totdat code gekozen is */
body.abc-staff-app-page .abc-operator-start-locked{filter:grayscale(.15);}
body.abc-staff-app-page .abc-operator-locked-control{opacity:.55;cursor:not-allowed!important;}

/* 1.154.203 klantpopup inhoudelijke historie */
.abc-customer-history-details{margin:4px 0 6px 16px;padding-left:12px;font-size:.92em;line-height:1.35;color:#4b5563}
.abc-customer-context-toast .abc-customer-history-details{font-size:.92em;margin-top:3px;margin-bottom:5px}
.abc-customer-history-details li{margin:1px 0}


/* 1.154.216 compacte start-transactie header + vergrendelknop verplaatst */
body.abc-staff-app-page .abc-app{padding-top:4px!important}
body.abc-staff-app-page .abc-app-header{padding:8px 12px!important;gap:10px!important;margin:0 0 8px!important;border-radius:16px!important}
body.abc-staff-app-page .abc-app-brand{gap:10px!important}
body.abc-staff-app-page .abc-app-brand-logo{max-width:220px!important;max-height:42px!important}
body.abc-staff-app-page .abc-app-brand-text h1{font-size:18px!important;line-height:1.05!important}
body.abc-staff-app-page .abc-app-brand-text p{margin-top:2px!important;font-size:12px!important}
body.abc-staff-app-page .abc-app-nav{gap:5px!important;align-items:center!important}
body.abc-staff-app-page .abc-app-nav a,
body.abc-staff-app-page .abc-app-nav .abc-btn{min-height:32px!important;padding:7px 11px!important;font-size:13px!important}
body.abc-staff-app-page .abc-nav-group summary{min-height:36px!important;padding:8px 13px!important;font-size:16px!important}
body.abc-staff-app-page .abc-security-lock-manual{margin-left:0!important;white-space:nowrap!important}
body.abc-staff-app-page .abc-pos-workbench{min-height:calc(100vh - 108px)!important}
body.abc-staff-app-page .abc-start-panel{height:calc(100vh - 108px)!important}
body.abc-staff-app-page .abc-pos-side{max-height:calc(100vh - 108px)!important}
@media(max-width:1200px){
  body.abc-staff-app-page .abc-app-header{padding:8px 10px!important}
  body.abc-staff-app-page .abc-app-brand-logo{max-width:190px!important;max-height:38px!important}
  body.abc-staff-app-page .abc-app-brand-text h1{font-size:17px!important}
}
@media(max-width:900px){
  body.abc-staff-app-page .abc-app-header{padding:8px 10px!important}
  body.abc-staff-app-page .abc-app-nav{margin-top:6px!important}
  body.abc-staff-app-page .abc-security-lock-manual{width:100%!important;justify-content:center!important}
}


/* 1.154.217 start transactie zelfde compacte header/menu + compactere medewerkerscode */
body.abc-staff-app-page .abc-app-header{align-items:center!important}
body.abc-staff-app-page .abc-app-nav-grouped{display:flex;flex-wrap:wrap;justify-content:flex-end!important}
body.abc-staff-app-page .abc-nav-home.abc-btn-primary{color:#fff!important;border-color:#0b63ce!important}
body.abc-staff-app-page .abc-operator-dialog{width:min(380px,calc(100vw - 24px))!important;margin:4vh auto!important;padding:14px!important;border-width:2px!important;border-radius:16px!important}
body.abc-staff-app-page .abc-operator-dialog h2{font-size:18px!important;margin:0 0 8px!important}
body.abc-staff-app-page .abc-operator-code{height:38px!important;max-width:220px!important;font-size:22px!important;line-height:38px!important;letter-spacing:5px!important;margin:0 auto 10px!important;border-radius:10px!important}
body.abc-staff-app-page .abc-operator-error{margin:6px auto 10px!important;padding:7px 9px!important;max-width:260px!important;font-size:13px!important;border-radius:8px!important}
body.abc-staff-app-page .abc-keypad{max-width:220px!important;gap:7px!important}
body.abc-staff-app-page .abc-keypad button{min-height:52px!important;font-size:22px!important;border-width:1px!important;border-radius:10px!important}
body.abc-staff-app-page .abc-operator-label{font-size:14px!important}
@media(max-width:900px){
  body.abc-staff-app-page .abc-app-header{grid-template-columns:1fr!important}
  body.abc-staff-app-page .abc-app-nav-grouped{justify-content:flex-start!important}
}


/* 1.154.218 Bedrijfsbeheer: thema header/footer weg + witruimte onderin weg */
body.abc-staff-app-page .wp-site-blocks > header,
body.abc-staff-app-page .wp-site-blocks > footer,
body.abc-staff-app-page header.wp-block-template-part,
body.abc-staff-app-page footer.wp-block-template-part,
body.abc-staff-app-page .site-footer,
body.abc-staff-app-page .site-header{display:none!important}
body.abc-staff-app-page .wp-site-blocks,
body.abc-staff-app-page main,
body.abc-staff-app-page .is-layout-constrained,
body.abc-staff-app-page .abc-app-main,
body.abc-staff-app-page .abc-app{padding-bottom:0!important;margin-bottom:0!important}
body.abc-staff-app-page .abc-app,
body.abc-staff-app-page .abc-app-main{min-height:auto!important}
body.abc-staff-app-page .wp-site-blocks{min-height:0!important}
body.abc-staff-app-page .abc-pos-workbench{margin-bottom:0!important}
body.abc-staff-app-page .abc-start-panel-products-first{min-height:0!important}


/* v1.154.277: medewerkerscode blokkeert Start transactie echt; header/menu/adminbar niet aanklikbaar zolang modal open is */
body.abc-operator-lock {
    overflow: hidden !important;
}
body.abc-operator-lock .abc-staff-header,
body.abc-operator-lock #wpadminbar,
body.abc-operator-lock .abc-pos-workbench,
body.abc-operator-lock .abc-staff-shell > *:not(.abc-operator-modal) {
    pointer-events: none !important;
}
body.abc-operator-lock .abc-operator-modal,
body.abc-operator-lock .abc-operator-modal * {
    pointer-events: auto !important;
}
.abc-operator-modal.is-open {
    z-index: 2147483000 !important;
}


/* v1.154.278: start-transactie melding in het witte werkvlak, zonder layout-shift bovenin */
.abc-inline-notice {
    margin: 10px 0 12px;
    padding: 10px 14px;
    border-radius: 12px;
    font-weight: 800;
    line-height: 1.25;
    border: 1px solid rgba(0,0,0,.08);
    transition: opacity .35s ease, transform .35s ease, max-height .35s ease, margin .35s ease, padding .35s ease;
    max-height: 120px;
}
.abc-inline-notice.bad {
    background: #fff1f1;
    color: #a5160a;
    border-color: #ffd1d1;
}
.abc-inline-notice.ok {
    background: #ecfdf3;
    color: #166534;
    border-color: #bbf7d0;
}
.abc-inline-notice.is-hiding {
    opacity: 0;
    transform: translateY(-4px);
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}


/* v1.154.279: harde medewerkerscode-lock tegen klikken op menu/header/adminbar */
body.abc-operator-lock {
    overflow: hidden !important;
}
body.abc-operator-lock #wpadminbar,
body.abc-operator-lock .abc-staff-header,
body.abc-operator-lock .abc-app > *:not(.abc-operator-modal),
body.abc-operator-lock .abc-app-main,
body.abc-operator-lock .abc-pos-workbench {
    pointer-events: none !important;
    user-select: none !important;
}
body.abc-operator-lock .abc-operator-modal,
body.abc-operator-lock .abc-operator-modal * {
    pointer-events: auto !important;
}
.abc-operator-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483646 !important;
}
.abc-operator-modal.is-open {
    display: block !important;
    z-index: 2147483646 !important;
}
.abc-operator-backdrop {
    position: fixed !important;
    inset: 0 !important;
    pointer-events: auto !important;
}
.abc-operator-dialog {
    position: relative !important;
    z-index: 2147483647 !important;
}
