/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-f2xo2afin6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f2xo2afin6] {
    flex: 1;
}

.sidebar[b-f2xo2afin6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-f2xo2afin6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f2xo2afin6]  a, .top-row[b-f2xo2afin6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-f2xo2afin6]  a:hover, .top-row[b-f2xo2afin6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-f2xo2afin6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-f2xo2afin6] {
        justify-content: space-between;
    }

    .top-row[b-f2xo2afin6]  a, .top-row[b-f2xo2afin6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f2xo2afin6] {
        flex-direction: row;
    }

    .sidebar[b-f2xo2afin6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f2xo2afin6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f2xo2afin6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-f2xo2afin6], article[b-f2xo2afin6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9ujmotb8ip] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9ujmotb8ip] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9ujmotb8ip] {
    font-size: 1.1rem;
}

.bi[b-9ujmotb8ip] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-people-fill-nav-menu[b-9ujmotb8ip] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath fill-rule='evenodd' d='M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216z'/%3E%3Cpath d='M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3C/svg%3E");
}

.bi-box-arrow-left[b-9ujmotb8ip] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f87171' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z'/%3E%3C/svg%3E");
}

.nav-item[b-9ujmotb8ip] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9ujmotb8ip] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9ujmotb8ip] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9ujmotb8ip]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9ujmotb8ip]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-9ujmotb8ip]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item[b-9ujmotb8ip]  button.nav-link {
    background: none;
    border: none;
    color: #f87171;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    padding: 0 1rem;
    text-decoration: none;
    cursor: pointer;
}

.nav-item[b-9ujmotb8ip]  button.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fca5a5;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9ujmotb8ip] {
        display: none;
    }

    .collapse[b-9ujmotb8ip] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-9ujmotb8ip] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/CustomerDetail.razor.rz.scp.css */
.detail-header[b-77apadv5gm] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 10;
}

.btn-back[b-77apadv5gm] {
    background: none;
    border: none;
    font-size: 1.4rem;
    color: #0071c1;
    padding: 0.2rem 0.4rem;
    cursor: pointer;
    flex-shrink: 0;
}

.header-title[b-77apadv5gm] {
    flex: 1;
    min-width: 0;
}

.header-name[b-77apadv5gm] {
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-code[b-77apadv5gm] {
    font-size: 0.75rem;
    color: #888;
}

.header-actions[b-77apadv5gm] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.btn-edit[b-77apadv5gm] {
    background: none;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
    padding: 0.2rem 0.3rem;
}

.detail-body[b-77apadv5gm] {
    padding-bottom: 2rem;
}

.detail-section[b-77apadv5gm] {
    border-bottom: 8px solid #f4f4f4;
    padding: 0.75rem 0;
}

.section-title[b-77apadv5gm] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0 0.75rem 0.4rem;
}

.detail-row[b-77apadv5gm] {
    display: flex;
    align-items: baseline;
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: inherit;
    min-height: 2.6rem;
}

.detail-row:last-child[b-77apadv5gm] {
    border-bottom: none;
}

.row-label[b-77apadv5gm] {
    font-size: 0.78rem;
    color: #888;
    width: 4.5rem;
    flex-shrink: 0;
}

.row-value[b-77apadv5gm] {
    font-size: 0.95rem;
    color: #1a1a1a;
    flex: 1;
}

.row-value.link[b-77apadv5gm] {
    color: #0071c1;
}

.notes-text[b-77apadv5gm] {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    color: #333;
    white-space: pre-wrap;
    line-height: 1.5;
}

.edit-field[b-77apadv5gm] {
    padding: 0.5rem 0.75rem;
}

.edit-field label[b-77apadv5gm] {
    font-size: 0.78rem;
    color: #888;
    display: block;
    margin-bottom: 0.25rem;
}

.notes-input[b-77apadv5gm] {
    margin: 0 0.75rem;
    width: calc(100% - 1.5rem);
}

.edit-actions[b-77apadv5gm] {
    padding: 1rem 0.75rem 0.5rem;
}

.oh-desc[b-77apadv5gm] {
    font-weight: 400;
    color: #888;
    font-size: 0.75rem;
    text-transform: none;
    letter-spacing: 0;
}

.oh-row[b-77apadv5gm] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    min-height: 2.4rem;
    gap: 0.5rem;
}

.oh-row:last-child[b-77apadv5gm] {
    border-bottom: none;
}

.oh-day[b-77apadv5gm] {
    width: 5.5rem;
    flex-shrink: 0;
    font-size: 0.85rem;
    color: #444;
}

.oh-closed[b-77apadv5gm] {
    font-size: 0.72rem;
}

.oh-slots[b-77apadv5gm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.oh-slot[b-77apadv5gm] {
    font-size: 0.82rem;
    background: #f0f4ff;
    color: #1a3a7a;
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    white-space: nowrap;
}

.oh-slot--pause[b-77apadv5gm] {
    background: #fff4e0;
    color: #7a4a00;
}

.oh-empty[b-77apadv5gm] {
    font-size: 0.82rem;
}
/* /Pages/Customers.razor.rz.scp.css */
/* ── Paginatitel ────────────────────────────── */
.list-title[b-ej5pv0ufg2] {
    padding: 1rem 0.75rem 0.4rem;
    background: #fff;
}

.list-title-text[b-ej5pv0ufg2] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.search-bar[b-ej5pv0ufg2] {
    padding: 0.75rem 0.75rem 0.5rem;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #e5e5e5;
}

.customer-list[b-ej5pv0ufg2] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.customer-card[b-ej5pv0ufg2] {
    padding: 0.85rem 0.75rem;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.customer-card:active[b-ej5pv0ufg2] {
    background: #f5f5f5;
}

.customer-name[b-ej5pv0ufg2] {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.customer-code[b-ej5pv0ufg2] {
    font-size: 0.78rem;
    color: #888;
    margin-top: 1px;
}

.contact-link[b-ej5pv0ufg2] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    color: #0071c1;
    text-decoration: none;
    padding: 0.3rem 0;
    min-height: 2.2rem;
}

.contact-link:hover[b-ej5pv0ufg2] {
    text-decoration: underline;
}

.contact-email-link[b-ej5pv0ufg2] {
    color: #0071c1;
    text-decoration: none;
    font-size: 0.9rem;
}

.contact-email-link:hover[b-ej5pv0ufg2] {
    text-decoration: underline;
}

.contact-icon[b-ej5pv0ufg2] {
    font-size: 1rem;
    width: 1.4rem;
    text-align: center;
}
/* /Pages/Login.razor.rz.scp.css */
.login-wrapper[b-mmwebrx8qh] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f0f2f5;
}

.login-card[b-mmwebrx8qh] {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    padding: 2.5rem 2rem;
    width: 100%;
    max-width: 400px;
}

.login-logo[b-mmwebrx8qh] {
    text-align: center;
    margin-bottom: 1.75rem;
}

.login-logo h2[b-mmwebrx8qh] {
    font-weight: 700;
    color: #1a56db;
    letter-spacing: -0.5px;
}
/* /Pages/Prices.razor.rz.scp.css */
/* ── Paginatitel ────────────────────────────── */
.list-title[b-2zlu0g26q3] {
    padding: 1rem 0.75rem 0.4rem;
    background: #fff;
}

.list-title-text[b-2zlu0g26q3] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.price-list[b-2zlu0g26q3] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── Kaart ─────────────────────────────────── */
.price-card[b-2zlu0g26q3] {
    background: #fff;
    border-bottom: 8px solid #f4f4f4;
}

/* ── Artikel-header (omschrijving + code + BTW) */
.price-article-header[b-2zlu0g26q3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.75rem 0.75rem 0.5rem;
}

.price-article-info[b-2zlu0g26q3] {
    flex: 1;
    min-width: 0;
}

.price-article-desc[b-2zlu0g26q3] {
    font-size: 0.97rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

.price-article-code[b-2zlu0g26q3] {
    font-size: 0.75rem;
    color: #888;
    margin-top: 2px;
}

.price-vat-badge[b-2zlu0g26q3] {
    flex-shrink: 0;
    font-size: 0.7rem;
    font-weight: 600;
    color: #555;
    background: #f0f0f0;
    border-radius: 4px;
    padding: 0.15rem 0.45rem;
    white-space: nowrap;
    margin-top: 2px;
}

/* ── Prijsrijen ─────────────────────────────── */
.price-rows[b-2zlu0g26q3] {
    border-top: 1px solid #f0f0f0;
}

.price-row[b-2zlu0g26q3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    min-height: 2.6rem;
}

.price-row:last-child[b-2zlu0g26q3] {
    border-bottom: none;
}

.price-label[b-2zlu0g26q3] {
    font-size: 0.82rem;
    color: #888;
    flex: 1;
}

.price-value[b-2zlu0g26q3] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    text-align: right;
    white-space: nowrap;
}

/* Primaire verkoopprijs iets meer accent */
.price-row--main .price-label[b-2zlu0g26q3] {
    color: #555;
    font-weight: 500;
}

.price-row--main .price-value[b-2zlu0g26q3] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0071c1;
}

/* Categorieprijzen: subtiele linkse markering */
.price-row--category[b-2zlu0g26q3] {
    background: #fafafa;
}

.price-row--category .price-label[b-2zlu0g26q3]::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 0.85em;
    background: #c8dff5;
    border-radius: 2px;
    margin-right: 0.45rem;
    vertical-align: middle;
}
/* /Pages/SalesDeliveries.razor.rz.scp.css */
/* ── Paginatitel ────────────────────────────── */
.list-title[b-mly9e5i3uu] {
    padding: 1rem 0.75rem 0.4rem;
    background: #fff;
}

.list-title-text[b-mly9e5i3uu] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

/* ── Filter tabs ────────────────────────────── */
.dn-filter-tabs[b-mly9e5i3uu] {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    position: sticky;
    top: 65px; /* onder search-bar */
    z-index: 9;
    align-items: center;
}

.dn-tab[b-mly9e5i3uu] {
    flex: 1;
    padding: 0.65rem 0.5rem;
    border: none;
    background: none;
    font-size: 0.9rem;
    color: #888;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.dn-tab--active[b-mly9e5i3uu] {
    color: #0071c1;
    border-bottom-color: #0071c1;
    font-weight: 600;
}

.dn-year-select[b-mly9e5i3uu] {
    border: 1px solid #d5e5f5;
    background: #eef5fc;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0071c1;
    padding: 0.25rem 0.4rem;
    border-radius: 6px;
    margin-right: 0.6rem;
    cursor: pointer;
    flex-shrink: 0;
    outline: none;
}

/* ── Lijst ──────────────────────────────────── */
.dn-list[b-mly9e5i3uu] {
    display: flex;
    flex-direction: column;
}

.dn-card[b-mly9e5i3uu] {
    padding: 0.85rem 0.75rem;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
}

.dn-card:active[b-mly9e5i3uu] {
    background: #f5f5f5;
}

.dn-card-main[b-mly9e5i3uu] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2px;
}

.dn-number[b-mly9e5i3uu] {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.dn-date[b-mly9e5i3uu] {
    font-size: 0.78rem;
    color: #888;
}

.dn-customer[b-mly9e5i3uu] {
    font-size: 0.88rem;
    color: #444;
    margin-bottom: 1px;
}

.dn-reference[b-mly9e5i3uu] {
    font-size: 0.75rem;
    color: #aaa;
}

.dn-signed-badge[b-mly9e5i3uu] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.3rem;
    font-size: 0.78rem;
    color: #28a745;
}

.dn-signed-date[b-mly9e5i3uu] {
    color: #aaa;
}
/* /Pages/SalesDeliveryDetail.razor.rz.scp.css */
/* ── Tab-balk ───────────────────────────────── */
.dn-tab-bar[b-tsqysqg6r7] {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 3.5rem;
    z-index: 9;
}

.dn-tab[b-tsqysqg6r7] {
    flex: 1;
    padding: 0.7rem 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #888;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s;
}

.dn-tab--active[b-tsqysqg6r7] {
    color: #0071c1;
    border-bottom-color: #0071c1;
}

/* ── Header ─────────────────────────────────── */
.detail-header[b-tsqysqg6r7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 10;
}

.btn-back[b-tsqysqg6r7] {
    background: none;
    border: none;
    font-size: 1.4rem;
    color: #0071c1;
    padding: 0.2rem 0.4rem;
    cursor: pointer;
    flex-shrink: 0;
}

.header-title[b-tsqysqg6r7] {
    flex: 1;
    min-width: 0;
}

.header-name[b-tsqysqg6r7] {
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-code[b-tsqysqg6r7] {
    font-size: 0.75rem;
    color: #888;
}

.header-actions[b-tsqysqg6r7] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* ── Secties & rijen ────────────────────────── */
.detail-body[b-tsqysqg6r7] {
    padding-bottom: 2rem;
}

.detail-section[b-tsqysqg6r7] {
    border-bottom: 8px solid #f4f4f4;
    padding: 0.75rem 0;
}

.section-title[b-tsqysqg6r7] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0 0.75rem 0.4rem;
}

.detail-row[b-tsqysqg6r7] {
    display: flex;
    align-items: baseline;
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: inherit;
    min-height: 2.6rem;
}

.detail-row:last-child[b-tsqysqg6r7] {
    border-bottom: none;
}

.row-label[b-tsqysqg6r7] {
    font-size: 0.78rem;
    color: #888;
    width: 4.5rem;
    flex-shrink: 0;
}

.row-value[b-tsqysqg6r7] {
    font-size: 0.95rem;
    color: #1a1a1a;
    flex: 1;
}

.row-value.link[b-tsqysqg6r7] {
    color: #0071c1;
}

.maps-link[b-tsqysqg6r7] {
    background: #eef5fc;
}

/* ── Artikellijnen ──────────────────────────── */
.dn-line[b-tsqysqg6r7] {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    min-height: 3.2rem;
}

.dn-line:last-child[b-tsqysqg6r7] {
    border-bottom: none;
}

.dn-line--delivered[b-tsqysqg6r7] {
    border-left: 4px solid #28a745;
    background: #f6fff8;
}

.dn-line--open[b-tsqysqg6r7] {
    border-left: 4px solid #f0a500;
    background: #fff;
}

.dn-line-body[b-tsqysqg6r7] {
    flex: 1;
    padding: 0.65rem 0.75rem;
}

.dn-line-header[b-tsqysqg6r7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 2px;
}

.dn-line-desc[b-tsqysqg6r7] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    flex: 1;
    line-height: 1.3;
}

.dn-line-code[b-tsqysqg6r7] {
    font-size: 0.73rem;
    color: #aaa;
    margin-bottom: 0.35rem;
}

.dn-line-qty-row[b-tsqysqg6r7] {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    margin-top: 0.3rem;
}

.dn-qty-value[b-tsqysqg6r7] {
    font-size: 0.88rem;
    color: #333;
}

.dn-line-unit[b-tsqysqg6r7] {
    font-size: 0.78rem;
    color: #888;
    margin-left: 2px;
}

.dn-delivered-badge[b-tsqysqg6r7] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #28a745;
    background: #e6f9ec;
    border: 1px solid #b6e8c5;
    border-radius: 20px;
    padding: 1px 7px;
    white-space: nowrap;
    flex-shrink: 0;
}

.dn-line-remark[b-tsqysqg6r7] {
    margin-top: 0.3rem;
    font-size: 0.78rem;
    color: #888;
    font-style: italic;
}

/* ── Signature pad ──────────────────────────── */
.dn-sign-area[b-tsqysqg6r7] {
    padding: 0.75rem;
}

.dn-canvas-wrapper[b-tsqysqg6r7] {
    position: relative;
    border: 1.5px solid #d0d0d0;
    border-radius: 8px;
    background: #fafafa;
    overflow: hidden;
    margin-bottom: 0.75rem;
    touch-action: none;
}

.dn-canvas[b-tsqysqg6r7] {
    display: block;
    width: 100%;
    height: 160px;
    cursor: crosshair;
}

.dn-canvas-hint[b-tsqysqg6r7] {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7rem;
    color: #ccc;
    pointer-events: none;
    white-space: nowrap;
}

/* ── Handtekening preview (afgetekend) ──────── */
.dn-signature-preview[b-tsqysqg6r7] {
    padding: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
    display: flex;
    justify-content: center;
}

.dn-signature-img[b-tsqysqg6r7] {
    max-width: 100%;
    max-height: 140px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background: #fff;
}

/* ── Openingsuren ───────────────────────────── */
.oh-desc[b-tsqysqg6r7] {
    font-weight: 400;
    color: #888;
    font-size: 0.75rem;
    text-transform: none;
    letter-spacing: 0;
}

.oh-row[b-tsqysqg6r7] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    min-height: 2.4rem;
    gap: 0.5rem;
}

.oh-row:last-child[b-tsqysqg6r7] {
    border-bottom: none;
}

.oh-day[b-tsqysqg6r7] {
    width: 5.5rem;
    flex-shrink: 0;
    font-size: 0.85rem;
    color: #444;
}

.oh-closed[b-tsqysqg6r7] {
    font-size: 0.72rem;
}

.oh-slots[b-tsqysqg6r7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.oh-slot[b-tsqysqg6r7] {
    font-size: 0.82rem;
    background: #f0f4ff;
    color: #1a3a7a;
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    white-space: nowrap;
}

.oh-slot--pause[b-tsqysqg6r7] {
    background: #fff4e0;
    color: #7a4a00;
}

.oh-empty[b-tsqysqg6r7] {
    font-size: 0.82rem;
}
/* /Pages/SalesInvoiceDetail.razor.rz.scp.css */
/* ── Tab-balk ───────────────────────────────── */
.dn-tab-bar[b-jgqg9rv0ms] {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 3.5rem;
    z-index: 9;
}

.dn-tab[b-jgqg9rv0ms] {
    flex: 1;
    padding: 0.7rem 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #888;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s;
}

.dn-tab--active[b-jgqg9rv0ms] {
    color: #0071c1;
    border-bottom-color: #0071c1;
}

/* ── Header ─────────────────────────────────── */
.detail-header[b-jgqg9rv0ms] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 10;
}

.btn-back[b-jgqg9rv0ms] {
    background: none;
    border: none;
    font-size: 1.4rem;
    color: #0071c1;
    padding: 0.2rem 0.4rem;
    cursor: pointer;
    flex-shrink: 0;
}

.header-title[b-jgqg9rv0ms] {
    flex: 1;
    min-width: 0;
}

.header-name[b-jgqg9rv0ms] {
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-code[b-jgqg9rv0ms] {
    font-size: 0.75rem;
    color: #888;
}

.header-actions[b-jgqg9rv0ms] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.si-credit-badge[b-jgqg9rv0ms] {
    font-size: 0.65rem;
    font-weight: 700;
    color: #6f42c1;
    background: #f0ebff;
    border: 1px solid #d4b8ff;
    border-radius: 4px;
    padding: 0px 5px;
}

/* ── Secties & rijen ────────────────────────── */
.detail-body[b-jgqg9rv0ms] {
    padding-bottom: 2rem;
}

.detail-section[b-jgqg9rv0ms] {
    border-bottom: 8px solid #f4f4f4;
    padding: 0.75rem 0;
}

.section-title[b-jgqg9rv0ms] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0 0.75rem 0.4rem;
}

.detail-row[b-jgqg9rv0ms] {
    display: flex;
    align-items: baseline;
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: inherit;
    min-height: 2.6rem;
}

.detail-row:last-child[b-jgqg9rv0ms] {
    border-bottom: none;
}

.row-label[b-jgqg9rv0ms] {
    font-size: 0.78rem;
    color: #888;
    width: 5rem;
    flex-shrink: 0;
}

.row-value[b-jgqg9rv0ms] {
    font-size: 0.95rem;
    color: #1a1a1a;
    flex: 1;
}

.row-value.link[b-jgqg9rv0ms] {
    color: #0071c1;
}

/* ── Betaling specifiek ─────────────────────── */
.si-ogm[b-jgqg9rv0ms] {
    font-family: monospace;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
}

.si-total-bold[b-jgqg9rv0ms] {
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a1a;
}

.si-overdue[b-jgqg9rv0ms] {
    color: #dc3545;
    font-weight: 600;
}

/* ── Artikellijnen ──────────────────────────── */
.si-line[b-jgqg9rv0ms] {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    border-left: 4px solid #0071c1;
    min-height: 3rem;
}

.si-line:last-child[b-jgqg9rv0ms] {
    border-bottom: none;
}

.si-line-body[b-jgqg9rv0ms] {
    flex: 1;
    padding: 0.65rem 0.75rem;
}

.si-line-header[b-jgqg9rv0ms] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 2px;
}

.si-line-desc[b-jgqg9rv0ms] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    flex: 1;
    line-height: 1.3;
}

.si-line-total[b-jgqg9rv0ms] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1a1a;
    white-space: nowrap;
    flex-shrink: 0;
}

.si-line-code[b-jgqg9rv0ms] {
    font-size: 0.73rem;
    color: #aaa;
    margin-bottom: 0.3rem;
}

.si-line-qty-row[b-jgqg9rv0ms] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.25rem;
    flex-wrap: wrap;
}

.si-qty-value[b-jgqg9rv0ms] {
    font-size: 0.88rem;
    color: #333;
}

.si-line-unit[b-jgqg9rv0ms] {
    font-size: 0.78rem;
    color: #888;
    margin-left: 2px;
}

.si-vat-badge[b-jgqg9rv0ms] {
    font-size: 0.7rem;
    color: #888;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 1px 5px;
}

.si-line-remark[b-jgqg9rv0ms] {
    margin-top: 0.3rem;
    font-size: 0.78rem;
    color: #888;
    font-style: italic;
}

/* ── Openingsuren ───────────────────────────── */
.oh-desc[b-jgqg9rv0ms] {
    font-weight: 400;
    color: #888;
    font-size: 0.75rem;
    text-transform: none;
    letter-spacing: 0;
}

.oh-row[b-jgqg9rv0ms] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    min-height: 2.4rem;
    gap: 0.5rem;
}

.oh-row:last-child[b-jgqg9rv0ms] {
    border-bottom: none;
}

.oh-day[b-jgqg9rv0ms] {
    width: 5.5rem;
    flex-shrink: 0;
    font-size: 0.85rem;
    color: #444;
}

.oh-closed[b-jgqg9rv0ms] {
    font-size: 0.72rem;
}

.oh-slots[b-jgqg9rv0ms] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.oh-slot[b-jgqg9rv0ms] {
    font-size: 0.82rem;
    background: #f0f4ff;
    color: #1a3a7a;
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    white-space: nowrap;
}

.oh-slot--pause[b-jgqg9rv0ms] {
    background: #fff4e0;
    color: #7a4a00;
}

.oh-empty[b-jgqg9rv0ms] {
    font-size: 0.82rem;
}
/* /Pages/SalesInvoices.razor.rz.scp.css */
/* ── Paginatitel ────────────────────────────── */
.list-title[b-9a8l6w6tku] {
    padding: 1rem 0.75rem 0.4rem;
    background: #fff;
}

.list-title-text[b-9a8l6w6tku] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

/* ── Filter tabs ────────────────────────────── */
.si-filter-tabs[b-9a8l6w6tku] {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    position: sticky;
    top: 65px;
    z-index: 9;
    align-items: center;
}

.si-tab[b-9a8l6w6tku] {
    flex: 1;
    padding: 0.65rem 0.5rem;
    border: none;
    background: none;
    font-size: 0.9rem;
    color: #888;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.si-tab--active[b-9a8l6w6tku] {
    color: #0071c1;
    border-bottom-color: #0071c1;
    font-weight: 600;
}

.si-year-select[b-9a8l6w6tku] {
    border: 1px solid #d5e5f5;
    background: #eef5fc;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0071c1;
    padding: 0.25rem 0.4rem;
    border-radius: 6px;
    margin-right: 0.6rem;
    cursor: pointer;
    flex-shrink: 0;
    outline: none;
}

/* ── Lijst ──────────────────────────────────── */
.si-list[b-9a8l6w6tku] {
    display: flex;
    flex-direction: column;
}

.si-card[b-9a8l6w6tku] {
    padding: 0.85rem 0.75rem;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
}

.si-card:active[b-9a8l6w6tku] {
    background: #f5f5f5;
}

.si-card-main[b-9a8l6w6tku] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2px;
}

.si-number[b-9a8l6w6tku] {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.si-credit-badge[b-9a8l6w6tku] {
    font-size: 0.65rem;
    font-weight: 700;
    color: #6f42c1;
    background: #f0ebff;
    border: 1px solid #d4b8ff;
    border-radius: 4px;
    padding: 0px 5px;
}

.si-date[b-9a8l6w6tku] {
    font-size: 0.78rem;
    color: #888;
}

.si-customer[b-9a8l6w6tku] {
    font-size: 0.88rem;
    color: #444;
    margin-bottom: 1px;
}

.si-reference[b-9a8l6w6tku] {
    font-size: 0.75rem;
    color: #aaa;
    margin-bottom: 0.3rem;
}

.si-footer[b-9a8l6w6tku] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
}

.si-total[b-9a8l6w6tku] {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a1a1a;
}

.si-paid-badge[b-9a8l6w6tku] {
    font-size: 0.78rem;
    color: #28a745;
}

.si-overdue-badge[b-9a8l6w6tku] {
    font-size: 0.78rem;
    color: #dc3545;
    font-weight: 600;
}

.si-due-date[b-9a8l6w6tku] {
    font-size: 0.73rem;
    color: #888;
}
/* /Pages/SalesOrderDetail.razor.rz.scp.css */
/* ── Tab-balk ───────────────────────────────── */
.dn-tab-bar[b-juamury9qs] {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 3.5rem;
    z-index: 9;
}

.dn-tab[b-juamury9qs] {
    flex: 1;
    padding: 0.7rem 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #888;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s;
}

.dn-tab--active[b-juamury9qs] {
    color: #0071c1;
    border-bottom-color: #0071c1;
}

/* ── Header ─────────────────────────────────── */
.detail-header[b-juamury9qs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 10;
}

.btn-back[b-juamury9qs] {
    background: none;
    border: none;
    font-size: 1.4rem;
    color: #0071c1;
    padding: 0.2rem 0.4rem;
    cursor: pointer;
    flex-shrink: 0;
}

.header-title[b-juamury9qs] {
    flex: 1;
    min-width: 0;
}

.header-name[b-juamury9qs] {
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-code[b-juamury9qs] {
    font-size: 0.75rem;
    color: #888;
}

.header-actions[b-juamury9qs] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* ── Secties & rijen ────────────────────────── */
.detail-body[b-juamury9qs] {
    padding-bottom: 2rem;
}

.detail-section[b-juamury9qs] {
    border-bottom: 8px solid #f4f4f4;
    padding: 0.75rem 0;
}

.section-title[b-juamury9qs] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0 0.75rem 0.4rem;
}

.detail-row[b-juamury9qs] {
    display: flex;
    align-items: baseline;
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: inherit;
    min-height: 2.6rem;
}

.detail-row:last-child[b-juamury9qs] {
    border-bottom: none;
}

.row-label[b-juamury9qs] {
    font-size: 0.78rem;
    color: #888;
    width: 4.5rem;
    flex-shrink: 0;
}

.row-value[b-juamury9qs] {
    font-size: 0.95rem;
    color: #1a1a1a;
    flex: 1;
}

.row-value.link[b-juamury9qs] {
    color: #0071c1;
}

.maps-link[b-juamury9qs] {
    background: #eef5fc;
}

/* ── Artikellijnen ──────────────────────────── */
.dn-line[b-juamury9qs] {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    min-height: 3.2rem;
}

.dn-line:last-child[b-juamury9qs] {
    border-bottom: none;
}

.dn-line--delivered[b-juamury9qs] {
    border-left: 4px solid #28a745;
    background: #f6fff8;
}

.dn-line--open[b-juamury9qs] {
    border-left: 4px solid #f0a500;
    background: #fff;
}

.dn-line-body[b-juamury9qs] {
    flex: 1;
    padding: 0.65rem 0.75rem;
}

.dn-line-header[b-juamury9qs] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 2px;
}

.dn-line-desc[b-juamury9qs] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    flex: 1;
    line-height: 1.3;
}

.dn-line-code[b-juamury9qs] {
    font-size: 0.73rem;
    color: #aaa;
    margin-bottom: 0.35rem;
}

.dn-line-qty-row[b-juamury9qs] {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    margin-top: 0.3rem;
    flex-wrap: wrap;
}

.dn-qty-value[b-juamury9qs] {
    font-size: 0.88rem;
    color: #333;
}

.dn-line-unit[b-juamury9qs] {
    font-size: 0.78rem;
    color: #888;
    margin-left: 2px;
}

.dn-delivered-qty[b-juamury9qs] {
    font-size: 0.78rem;
    color: #f0a500;
}

.dn-delivered-badge[b-juamury9qs] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #28a745;
    background: #e6f9ec;
    border: 1px solid #b6e8c5;
    border-radius: 20px;
    padding: 1px 7px;
    white-space: nowrap;
    flex-shrink: 0;
}

.dn-line-remark[b-juamury9qs] {
    margin-top: 0.3rem;
    font-size: 0.78rem;
    color: #888;
    font-style: italic;
}

/* ── Openingsuren ───────────────────────────── */
.oh-desc[b-juamury9qs] {
    font-weight: 400;
    color: #888;
    font-size: 0.75rem;
    text-transform: none;
    letter-spacing: 0;
}

.oh-row[b-juamury9qs] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    min-height: 2.4rem;
    gap: 0.5rem;
}

.oh-row:last-child[b-juamury9qs] {
    border-bottom: none;
}

.oh-day[b-juamury9qs] {
    width: 5.5rem;
    flex-shrink: 0;
    font-size: 0.85rem;
    color: #444;
}

.oh-closed[b-juamury9qs] {
    font-size: 0.72rem;
}

.oh-slots[b-juamury9qs] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.oh-slot[b-juamury9qs] {
    font-size: 0.82rem;
    background: #f0f4ff;
    color: #1a3a7a;
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    white-space: nowrap;
}

.oh-slot--pause[b-juamury9qs] {
    background: #fff4e0;
    color: #7a4a00;
}

.oh-empty[b-juamury9qs] {
    font-size: 0.82rem;
}
/* /Pages/SalesOrders.razor.rz.scp.css */
/* ── Paginatitel ────────────────────────────── */
.list-title[b-t2sd7nx7r6] {
    padding: 1rem 0.75rem 0.4rem;
    background: #fff;
}

.list-title-text[b-t2sd7nx7r6] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

/* ── Filter tabs ────────────────────────────── */
.dn-filter-tabs[b-t2sd7nx7r6] {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    position: sticky;
    top: 65px;
    z-index: 9;
    align-items: center;
}

.dn-tab[b-t2sd7nx7r6] {
    flex: 1;
    padding: 0.65rem 0.5rem;
    border: none;
    background: none;
    font-size: 0.9rem;
    color: #888;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.dn-tab--active[b-t2sd7nx7r6] {
    color: #0071c1;
    border-bottom-color: #0071c1;
    font-weight: 600;
}

.dn-year-select[b-t2sd7nx7r6] {
    border: 1px solid #d5e5f5;
    background: #eef5fc;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0071c1;
    padding: 0.25rem 0.4rem;
    border-radius: 6px;
    margin-right: 0.6rem;
    cursor: pointer;
    flex-shrink: 0;
    outline: none;
}

/* ── Lijst ──────────────────────────────────── */
.dn-list[b-t2sd7nx7r6] {
    display: flex;
    flex-direction: column;
}

.dn-card[b-t2sd7nx7r6] {
    padding: 0.85rem 0.75rem;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
}

.dn-card:active[b-t2sd7nx7r6] {
    background: #f5f5f5;
}

.dn-card-main[b-t2sd7nx7r6] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2px;
}

.dn-number[b-t2sd7nx7r6] {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.dn-date[b-t2sd7nx7r6] {
    font-size: 0.78rem;
    color: #888;
}

.dn-customer[b-t2sd7nx7r6] {
    font-size: 0.88rem;
    color: #444;
    margin-bottom: 1px;
}

.dn-reference[b-t2sd7nx7r6] {
    font-size: 0.75rem;
    color: #aaa;
}

.dn-signed-badge[b-t2sd7nx7r6] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.3rem;
    font-size: 0.78rem;
    color: #28a745;
}
/* /Pages/SalesReport.razor.rz.scp.css */
/* ── Filterkaart ─────────────────────────────── */
.sr-filter-card[b-dechqxg1ce] {
    background: #fff;
    border-bottom: 8px solid #f4f4f4;
    padding: 1rem 0.75rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.sr-filter-title[b-dechqxg1ce] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.2rem;
}

.sr-filter-row[b-dechqxg1ce] {
    display: flex;
    gap: 0.5rem;
}

.sr-filter-row .sr-filter-field[b-dechqxg1ce] {
    flex: 1;
}

.sr-filter-field[b-dechqxg1ce] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.sr-label[b-dechqxg1ce] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ── Samenvatting ────────────────────────────── */
.sr-summary[b-dechqxg1ce] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
    background: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.82rem;
    color: #555;
}

.sr-summary-sep[b-dechqxg1ce] {
    color: #ccc;
}

.sr-summary-total[b-dechqxg1ce] {
    font-weight: 700;
    color: #1a1a1a;
    margin-left: auto;
}

/* ── Klantrijen ──────────────────────────────── */
.sr-list[b-dechqxg1ce] {
    display: flex;
    flex-direction: column;
}

.sr-customer-row[b-dechqxg1ce] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 0.75rem;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    gap: 0.5rem;
}

.sr-customer-row:active[b-dechqxg1ce] {
    background: #f5f5f5;
}

.sr-customer-info[b-dechqxg1ce] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.sr-customer-name[b-dechqxg1ce] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sr-customer-count[b-dechqxg1ce] {
    font-size: 0.73rem;
    color: #aaa;
}

.sr-customer-totals[b-dechqxg1ce] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-shrink: 0;
}

.sr-customer-euro[b-dechqxg1ce] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a1a;
}

.sr-chevron[b-dechqxg1ce] {
    font-size: 0.65rem;
    color: #aaa;
}

/* ── Artikelrijen (uitgevouwen) ──────────────── */
.sr-articles[b-dechqxg1ce] {
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
}

.sr-article-row[b-dechqxg1ce] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 0.75rem 0.55rem 1.25rem;
    border-bottom: 1px solid #f0f0f0;
    gap: 0.5rem;
}

.sr-article-row:last-of-type[b-dechqxg1ce] {
    border-bottom: none;
}

.sr-article-name[b-dechqxg1ce] {
    font-size: 0.88rem;
    color: #333;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sr-article-totals[b-dechqxg1ce] {
    display: flex;
    gap: 0.75rem;
    align-items: baseline;
    flex-shrink: 0;
}

.sr-article-qty[b-dechqxg1ce] {
    font-size: 0.78rem;
    color: #888;
}

.sr-article-euro[b-dechqxg1ce] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1a1a1a;
    min-width: 5rem;
    text-align: right;
}

.sr-article-subtotal[b-dechqxg1ce] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.75rem 0.5rem 1.25rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #0071c1;
    background: #f0f4ff;
    border-top: 1px solid #dce8ff;
}
