/* /Components/Merchants/Bookings/CalendarBookingDialog.razor.rz.scp.css */
.calendar-grid[b-0y11jkfibl] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: .5rem;
}

.weekday[b-0y11jkfibl] {
    text-align: center;
    font-weight: 600;
    opacity: .7;
}

.day-cell[b-0y11jkfibl] {
    position: relative;
    display: grid;
    place-items: center;
    height: 3.25rem;
    border-radius: .75rem;
    border: 1px solid rgba(0,0,0,.08);
    background: var(--mud-palette-surface);
    transition: transform .05s ease, box-shadow .05s ease;
}

    .day-cell:hover[b-0y11jkfibl] {
        box-shadow: var(--mud-elevation-3);
        transform: translateY(-1px);
    }

    .day-cell.muted[b-0y11jkfibl] {
        opacity: .45;
    }

    .day-cell.disabled[b-0y11jkfibl] {
        opacity: .35;
        pointer-events: none;
    }

    .day-cell.selected[b-0y11jkfibl] {
        outline: 2px solid var(--mud-palette-primary);
        outline-offset: 2px;
    }

.date-num[b-0y11jkfibl] {
    font-weight: 600;
}

.dot[b-0y11jkfibl] {
    position: absolute;
    bottom: .35rem;
    width: .5rem;
    height: .5rem;
    border-radius: 999px;
}

.dot-available[b-0y11jkfibl] {
    background: var(--mud-palette-success);
}

.dot-partial[b-0y11jkfibl] {
    background: var(--mud-palette-warning);
}

.dot-booked[b-0y11jkfibl] {
    background: var(--mud-palette-error);
}

.dot-unavailable[b-0y11jkfibl] {
    background: rgba(0,0,0,.2);
}
/* /Components/Merchants/Menus/Items/ItemsExportDialog.razor.rz.scp.css */
.export-dialog .export-dialog__content[b-1ia2l072z6] {
    max-height: 70vh;
    overflow: auto;
}

.export-dialog .export-dialog__actions[b-1ia2l072z6] {
    position: sticky;
    bottom: 0;
    background: var(--mud-palette-surface);
    padding-top: 0.5rem;
    border-top: 1px solid var(--mud-palette-lines-default);
}
/* /Components/Merchants/Menus/Profiles/Item/MenuItemProfileDialog.razor.rz.scp.css */


.profile-info-settings-container[b-x4mhb8bfjc] {
}


    .profile-info-settings-container div[b-x4mhb8bfjc] {
        flex: 1; /* Each box takes equal width */
        padding: 10px;
        color: gray;
        background-color: transparent;
        text-align: center;
        border-right: 2px solid white;
    }

        .profile-info-settings-container div.active[b-x4mhb8bfjc] {
            background-color: var(--bs-primary);
            color: white;
            font-weight: bold;
        }
/* /Components/Merchants/Orders/OrderDialog.razor.rz.scp.css */
/* /Components/Merchants/Orders/OrderPrintDialog.razor.rz.scp.css */
.order-dialog-overlay[b-9j4omyg672] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
/* /Components/Widgets/HeaderDivider.razor.rz.scp.css */
.header-divider[b-ft0b9wh1r3] {
    background-color: var(--mud-palette-background) !important;
    border-color: var(--mud-palette-action-disabled) !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    border-color: rgba(0,0,0,0.07) !important;
}
/* /Components/Widgets/InfoContent.razor.rz.scp.css */
[b-w5ldw7m3zz] .interactable {
    cursor:pointer;
}

    [b-w5ldw7m3zz] .interactable:hover {
        background-color: var(--mud-palette-dark-hover);
    }
/* /Components/Widgets/InfoContentButton.razor.rz.scp.css */
[b-ky8v26y2kv] .type-card {
    border: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface);
    border-radius: 12px;
    padding: 14px;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

    [b-ky8v26y2kv] .type-card:hover {
        box-shadow: 0 2px 12px rgba(0,0,0,.06);
    }

    [b-ky8v26y2kv] .type-card.selected {
        border-color: var(--mud-palette-primary) !important;
        box-shadow: 0 0 0 3px rgba(var(--mud-palette-primary-rgb), .15);
        background: var(--mud-palette-surface);
    }

.type-card-content[b-ky8v26y2kv] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Icon circle */
.icon-wrap[b-ky8v26y2kv] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-wrap .mud-icon-root[b-ky8v26y2kv] {
        font-size: 18px;
    }

    /* Variant tints */
    .icon-wrap.email[b-ky8v26y2kv] {
        background: rgba(var(--mud-palette-primary-rgb), .12);
        color: var(--mud-palette-primary);
    }

    .icon-wrap.sms[b-ky8v26y2kv] {
        background: rgba(158, 158, 158, .15); /* neutral tint */
        color: var(--mud-palette-text-secondary);
    }

/* Make subtitle look like the screenshot hint text */
.text-muted[b-ky8v26y2kv] {
    color: var(--mud-palette-text-secondary);
}
/* /Components/Widgets/StatTile.razor.rz.scp.css */
/* Force a neutral card background so it doesn't inherit a blue 'Surface' */
.stat-tile[b-d5tp9sjiru] {
    background-color: #fff !important; /* <-- keeps the tile white */
    border-radius: 12px;
    padding: 12px 16px;
}

    /* Make the outline subtle and theme-aware */
    .stat-tile.mud-card[b-d5tp9sjiru] {
        border: 1px solid var(--mud-palette-lines-default);
        box-shadow: none;
    }

.content[b-d5tp9sjiru] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.label[b-d5tp9sjiru] {
    color: var(--mud-palette-text-secondary);
    margin-bottom: 2px;
}

.value[b-d5tp9sjiru] {
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

/* Icon container with soft tint */
.icon-box[b-d5tp9sjiru] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Color variants — icon uses theme color, background is a soft tint */
.stat-tile-blue .icon-box[b-d5tp9sjiru] {
    background: rgba(var(--mud-palette-primary-rgb), 0.12);
}

.stat-tile-blue .mud-icon-root[b-d5tp9sjiru] {
    color: var(--mud-palette-primary) !important;
}

.stat-tile-green .icon-box[b-d5tp9sjiru] {
    background: rgba(76, 175, 80, 0.15);
}

.stat-tile-green .mud-icon-root[b-d5tp9sjiru] {
    color: #4caf50 !important;
}

.stat-tile-purple .icon-box[b-d5tp9sjiru] {
    background: rgba(156, 39, 176, 0.15);
}

.stat-tile-purple .mud-icon-root[b-d5tp9sjiru] {
    color: #9c27b0 !important;
}

.stat-tile-orange .icon-box[b-d5tp9sjiru] {
    background: rgba(255, 152, 0, 0.15);
}

.stat-tile-orange .mud-icon-root[b-d5tp9sjiru] {
    color: #ff9800 !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-44i2ondgx2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-44i2ondgx2] {
    flex: 1;
}

.sidebar[b-44i2ondgx2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-44i2ondgx2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-44i2ondgx2]  a, .top-row[b-44i2ondgx2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-44i2ondgx2]  a:hover, .top-row[b-44i2ondgx2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-44i2ondgx2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-44i2ondgx2] {
        justify-content: space-between;
    }

    .top-row[b-44i2ondgx2]  a, .top-row[b-44i2ondgx2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-44i2ondgx2] {
        flex-direction: row;
    }

    .sidebar[b-44i2ondgx2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-44i2ondgx2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-44i2ondgx2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-44i2ondgx2], article[b-44i2ondgx2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pxsanvrhwg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-pxsanvrhwg] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-pxsanvrhwg] {
    font-size: 1.1rem;
}

.bi[b-pxsanvrhwg] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-pxsanvrhwg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-pxsanvrhwg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-pxsanvrhwg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-pxsanvrhwg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pxsanvrhwg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pxsanvrhwg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pxsanvrhwg]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-pxsanvrhwg]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-pxsanvrhwg]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pxsanvrhwg] {
        display: none;
    }

    .collapse[b-pxsanvrhwg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-pxsanvrhwg] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Admin/AdminInvoicesView.razor.rz.scp.css */
.busy-row[b-bk2rsy6k5q] {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
/* /Pages/Admin/AdminMerchantsView.razor.rz.scp.css */
.table-row-danger[b-rqlerugkgk] {
    background-color: #3b1e1e !important;
    color: #fdd;
}
/* /Pages/Admin/AdminUsersView.razor.rz.scp.css */
.table-row-danger[b-t60g370qxj] {
    background-color: #3b1e1e !important;
    color: #fdd;
}
/* /Pages/Merchant/Bookings/Calendar/BookingCalendarView.razor.rz.scp.css */
.calendar-root[b-fpii5d8g9n] {
    overflow: hidden;
}

.calendar-toolbar[b-fpii5d8g9n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    flex-wrap: wrap;
}

/* Today highlighting */
.is-today[b-fpii5d8g9n] {
    border: 2px solid var(--mud-palette-primary);
    background-color: rgba(0, 0, 0, 0.03);
    position: relative;
}

[b-fpii5d8g9n] .ghost-booking {
    opacity: 1;
    background: repeating-linear-gradient( 135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px ) !important;
    border: 2px dashed rgba(0, 0, 0, 0.4) !important;
}
/* Make Day View take full width instead of 7 columns */
[b-fpii5d8g9n] .day-grid {
    display: block; /* remove grid layout */
    width: 100%;
    padding-right: 6px;
}

.day-row[b-fpii5d8g9n],.day-cell[b-fpii5d8g9n] {
    height:100px;
}



[b-fpii5d8g9n] .day-cell {
    width: 100%;
}

[b-fpii5d8g9n] .day-row {
    width: 100%;
}


[b-fpii5d8g9n] .pause-icon {
    opacity: 0.9;
    /* tweak to taste */
}
[b-fpii5d8g9n] .day-view-frame {
    display: flex;
    max-height: 400px; /* controls vertical size of the list */
    overflow-y: auto;
    margin-top: 8px;
}

/* left column with times */
[b-fpii5d8g9n] .day-time-col {
    margin-right: 8px;
}

[b-fpii5d8g9n] .day-time-cell {
    font-size: 0.85rem;
}

.day-time-cell[b-fpii5d8g9n] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: .25rem;
    height: 70px;
}


/* right column with slots/bookings */
[b-fpii5d8g9n] .day-slots-col {
    flex: 1 1 auto;
}

/* each hour row */
[b-fpii5d8g9n] .day-row {
    position: relative;
    height: 70px; /* must match HourRowHeightPx in C# */
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* container inside each row for absolute items */
[b-fpii5d8g9n] .day-cell {
    position: relative;
    height: 100%;
}

/* booking block positioned within the hour row
   height controlled from inline style */
[b-fpii5d8g9n] .day-booking-block {
    position: absolute;
    left: 0;
    right: 4px;
    top: 2px;
    padding: 4px 8px;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 10;
}

    [b-fpii5d8g9n] .day-booking-block:hover {
        filter:brightness(0.9);
        cursor:pointer;
    }
    /* title & time tweaks */
    [b-fpii5d8g9n] .day-booking-title {
        font-weight: 500;
    }

[b-fpii5d8g9n] .day-booking-time {
    font-size: 0.75rem;
    opacity: 0.8;
}



/* Make the day number pop a bit more on today */
.today-number[b-fpii5d8g9n] {
    font-weight: 700;
    color: var(--mud-palette-primary);
}

/* Optional: subtle badge in the month cell corner */
.month-cell.is-today .month-cell-header[b-fpii5d8g9n]::after {
    content: "Today";
    font-size: 0.65rem;
    margin-left: 0.5rem;
    padding: 0.05rem 0.35rem;
    border-radius: 9999px;
    border: 1px solid var(--mud-palette-primary);
    color: var(--mud-palette-primary);
}
    .calendar-toolbar .left[b-fpii5d8g9n],
    .calendar-toolbar .right[b-fpii5d8g9n] {
        display: flex;
        align-items: center;
        gap: .5rem;
        flex-wrap: wrap;
    }

/* MONTH VIEW */
.month-header[b-fpii5d8g9n] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: .25rem;
    padding: 0 .25rem .5rem .25rem;
}

.month-header-cell[b-fpii5d8g9n] {
    font-weight: 600;
    color: var(--mud-palette-text-secondary);
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: .85rem;
}

.month-grid[b-fpii5d8g9n] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: minmax(110px, 1fr);
    gap: .25rem;
}

.month-cell[b-fpii5d8g9n] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: .35rem;
    background: var(--mud-palette-surface);
    display: flex;
    flex-direction: column;
    min-height: 100px;
    cursor: pointer;
}

    .month-cell.muted[b-fpii5d8g9n] {
        opacity: .6;
    }

.month-cell-header[b-fpii5d8g9n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin-bottom: .25rem;
}

.month-cell-body[b-fpii5d8g9n] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    overflow: hidden;
}

/*::deep > * .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.week-frame[b-fpii5d8g9n] {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: .5rem;
    min-height: 560px;
}

.day-time-col[b-fpii5d8g9n] {
    color: var(--mud-palette-text-secondary);
    font-size: .85rem;
}

/* remove padding-top, add row gaps to match .week-grid */
.week-time-col[b-fpii5d8g9n] {
    display: grid;
    grid-auto-rows: 56px;
    row-gap: .25rem; /* <-- match .week-grid gap */
    align-content: start;
    color: var(--mud-palette-text-secondary);
    font-size: .85rem;
}

/* spacer aligns with the 42px header row in .week-days */
.week-time-spacer[b-fpii5d8g9n] {
    height: 42px;
}

.week-time-cell[b-fpii5d8g9n] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: .25rem;
}



.day-frame[b-fpii5d8g9n] {
    display:flex;
    width:100%;
}

.week-days[b-fpii5d8g9n] {
    display: grid;
    grid-template-rows: 42px 1fr;
    gap: .25rem;
}

.day-times[b-fpii5d8g9n] {
    flex:1;
}

.week-grid[b-fpii5d8g9n] {
    display: grid;
    grid-auto-rows: 56px; /* each hour row */
    row-gap: .25rem; /* ensure row gap explicitly matches */
}


.week-row[b-fpii5d8g9n] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: .25rem;
}

.week-cell[b-fpii5d8g9n] {
    border: 1px dashed var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: .25rem;
    background: var(--mud-palette-surface);
    position: relative;
    cursor: pointer;
}

.booking-block[b-fpii5d8g9n] {
    padding: .25rem .4rem;
    border-radius: 6px;
    margin-bottom: .25rem;
    background: var(--mud-palette-surface);
}

.booking-title[b-fpii5d8g9n] {
    font-weight: 600;
    font-size: .9rem;
    line-height: 1.2;
}

.booking-time[b-fpii5d8g9n] {
    font-size: .8rem;
    color: var(--mud-palette-text-secondary);
}

@media (max-width: 900px) {
    .week-frame[b-fpii5d8g9n] {
        grid-template-columns: 1fr;
    }

    .week-time-col[b-fpii5d8g9n] {
        display: none;
    }

    .week-days[b-fpii5d8g9n] {
        grid-template-rows: auto 1fr;
    }

    .month-cell.is-today .month-cell-header[b-fpii5d8g9n]::after {
        content: "";
        padding: 0;
        border-radius: 0px;
        border: none;
    }
}
/* /Pages/Merchant/Menus/Menu/MenuView.razor.rz.scp.css */
.image-container[b-wqc6znr59w] {
    position: relative;
    display: inline-block; /* or block, depending on layout */
    width:100%;
    height:70px;
}

    .image-container[b-wqc6znr59w]  img {
        display: block;
        width: 100%;
    }

    .image-container[b-wqc6znr59w]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        pointer-events: none; /* so it doesn’t interfere with clicks */
    }
/* /Pages/Merchant/Menus/Menu/UpdateMenuView.razor.rz.scp.css */
.image-container[b-yclvqsuog4] {
    position: relative;
    display: inline-block; /* or block, depending on layout */
    width: 100%;
    height: 70px;
}

    .image-container[b-yclvqsuog4]  img {
        display: block;
        width: 100%;
    }

    .image-container[b-yclvqsuog4]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        pointer-events: none; /* so it doesn’t interfere with clicks */
    }

/* /Pages/Merchant/Orders/Print/OrderPrintView.razor.rz.scp.css */
/* A4 print setup */
@page {
    size: A4;
    margin: 20mm;
}

/* Base body style */
body[b-gq5etg2ecq] {
    font-family: Arial, sans-serif;
}

/* Container that simulates an A4 sheet when viewed */
.a4-page[b-gq5etg2ecq] {
    width: 210mm;
    min-height: 297mm;
    margin: 10mm auto;
    background: white;
    padding: 20mm;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    position: relative;
}

/* Content styling */
.page-content h1[b-gq5etg2ecq],
.page-content h2[b-gq5etg2ecq] {
    margin-top: 0;
}

/* Toolbar (visible on screen, not printed) */
.toolbar[b-gq5etg2ecq] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10mm;
}

/* Table styling */
.items-table[b-gq5etg2ecq] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10mm;
}

    .items-table th[b-gq5etg2ecq],
    .items-table td[b-gq5etg2ecq] {
        border: 1px solid #000;
        padding: 4px;
        font-size: 12px;
    }

/* Footer area */
.footer[b-gq5etg2ecq] {
    margin-top: 15mm;
    font-size: 10px;
    text-align: center;
}

/* PRINT MODE */
@media print {

    /* Hide toolbar buttons */
    .no-print[b-gq5etg2ecq] {
        display: none !important;
    }

    /* Remove visual spacing for printing */
    .a4-page[b-gq5etg2ecq] {
        margin: 0;
        box-shadow: none;
        padding: 0;
        width: auto;
        min-height: auto;
    }

    body[b-gq5etg2ecq] {
        margin: 0;
        background: white;
    }
}
