@import '_content/Murikual.Apps.Molinaro.Admin/Murikual.Apps.Molinaro.Admin.e632mr5vo7.bundle.scp.css';
@import '_content/Murikual.Modules.Newsletter/Murikual.Modules.Newsletter.rbox18f1yh.bundle.scp.css';
@import '_content/Murikual.Modules.Shop/Murikual.Modules.Shop.27isahgvur.bundle.scp.css';
@import '_content/Murikual.Platform.UI/Murikual.Platform.UI.az1zna3ygy.bundle.scp.css';

/* /Components/Pages/Checkout.razor.rz.scp.css */
/* ── Order line items — a real table with fixed, uniform columns (column widths
   don't depend on the price text length). ─────────────────────────────────── */
.checkout-table-wrap[b-k5c97whufi] {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
    margin-bottom: var(--space-xl);
    overflow-x: auto;
}
.checkout-table[b-k5c97whufi] {
    width: 100%;
    min-width: 460px;
    border-collapse: collapse;
    table-layout: fixed;
}
.checkout-table th[b-k5c97whufi],
.checkout-table td[b-k5c97whufi] {
    padding: 0.85rem var(--space-md);
    border-bottom: 1px solid var(--line);
    vertical-align: middle;
    text-align: left;
}
.checkout-table thead th[b-k5c97whufi] {
    background: var(--paper);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ink-soft);
}
/* Fixed widths → columns line up across every row regardless of the price. */
.checkout-table .col-name[b-k5c97whufi]   { font-weight: 600; color: var(--ink); word-break: break-word; }
.checkout-table .col-price[b-k5c97whufi]  { width: 120px; text-align: right; white-space: nowrap; color: var(--ink-soft); }
.checkout-table .col-qty[b-k5c97whufi]    { width: 92px;  text-align: center; }
.checkout-table .col-total[b-k5c97whufi]  { width: 120px; text-align: right; white-space: nowrap; font-weight: 600; color: var(--ink); }
.checkout-table .col-remove[b-k5c97whufi] { width: 56px;  text-align: center; }
.checkout-table thead .col-price[b-k5c97whufi],
.checkout-table thead .col-total[b-k5c97whufi] { text-align: right; }

.checkout-table .col-qty input[b-k5c97whufi] {
    width: 100%;
    padding: 0.4rem 0.4rem;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius);
    background-color: var(--surface);
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: 0.95rem;
    text-align: center;
}
.checkout-remove[b-k5c97whufi] {
    width: 32px; height: 32px;
    border: none;
    background: var(--pill-bg);
    color: var(--ink);
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.checkout-remove:hover[b-k5c97whufi] { background: var(--accent); color: #fff; }

.checkout-table tfoot td[b-k5c97whufi] { background: var(--paper); border-bottom: none; font-size: 1.05rem; }
.checkout-table tfoot .col-name[b-k5c97whufi] { font-weight: 600; }
.checkout-table tfoot .col-total strong[b-k5c97whufi] { color: var(--accent-deep); }

.checkout-form[b-k5c97whufi] { max-width: 560px; }
.checkout-form .form-group[b-k5c97whufi] { margin-bottom: var(--space-lg); }
/* Only plain field labels — NOT the classed .fulfillment-option / .consent-label,
   whose own display:flex would otherwise be overridden by this more-specific rule. */
.checkout-form label:not([class])[b-k5c97whufi] { display: block; font-weight: 600; margin-bottom: var(--space-xs); color: var(--ink); }

.checkout-thanks[b-k5c97whufi], .checkout-empty[b-k5c97whufi] { display: flex; flex-direction: column; align-items: flex-start; gap: var(--space-md); }

/* ── Form sections ───────────────────────────────────────────────────────── */
.checkout-section-title[b-k5c97whufi] {
    font-size: 1.05rem;
    font-weight: 600;
    font-family: var(--font-sans);
    color: var(--ink);
    margin: var(--space-xl) 0 var(--space-md);
    padding-bottom: var(--space-xs);
    border-bottom: 1px solid var(--line);
}
.checkout-form .checkout-section-title:first-child[b-k5c97whufi] { margin-top: 0; }
.form-hint[b-k5c97whufi] { font-weight: 400; color: var(--ink-soft); font-size: 0.85em; }

/* ── Fulfillment / payment radio cards ───────────────────────────────────── */
.fulfillment-options[b-k5c97whufi] { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-md); margin-bottom: var(--space-lg); }
.fulfillment-option[b-k5c97whufi] {
    display: flex;
    align-items: flex-start;
    gap: var(--space-sm);
    padding: var(--space-md);
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: var(--radius);
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    margin-bottom: 0 !important;
}
.fulfillment-option:hover[b-k5c97whufi] { border-color: var(--accent); }
/* Selection is shown ONLY by the blue round dot (.fulfillment-dot) — no card
   highlight. The dot + native-radio rules live in site.css (global .shop),
   because InputRadio's <input> doesn't carry this component's scoped attribute. */
.fulfillment-body[b-k5c97whufi] { display: flex; flex-direction: column; gap: 2px; }
.fulfillment-title[b-k5c97whufi] { font-weight: 600; color: var(--ink); }
.fulfillment-desc[b-k5c97whufi] { font-size: 0.85rem; color: var(--ink-soft); line-height: 1.45; }
.fulfillment-desc strong[b-k5c97whufi] { color: var(--accent-deep); font-weight: 600; }

/* ── Address block ───────────────────────────────────────────────────────── */
.checkout-address[b-k5c97whufi] {
    padding: var(--space-md) var(--space-lg);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    margin-bottom: var(--space-lg);
}
.checkout-address .form-group:last-child[b-k5c97whufi] { margin-bottom: 0; }
.checkout-address-row[b-k5c97whufi] { display: grid; grid-template-columns: 120px 1fr; gap: var(--space-md); }
.checkout-address-row .form-group[b-k5c97whufi] { margin-bottom: var(--space-lg); }

/* ── Consent checkbox ────────────────────────────────────────────────────── */
.checkout-form .checkout-consent[b-k5c97whufi] { margin-top: var(--space-md); margin-bottom: var(--space-lg); }
.checkout-form .consent-label[b-k5c97whufi] {
    display: flex;
    align-items: flex-start;
    gap: var(--space-sm);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--ink-soft);
    cursor: pointer;
}
/* .consent-checkbox sizing lives in site.css (InputCheckbox-rendered input
   doesn't carry the scoped attribute). */
.consent-label a[b-k5c97whufi] { color: var(--accent-deep); text-decoration: underline; }

@media (max-width: 600px) {
    /* The order table keeps its uniform columns and scrolls horizontally if needed
       (.checkout-table-wrap overflow-x). The form blocks stack. */
    .fulfillment-options[b-k5c97whufi] { grid-template-columns: 1fr; }
    .checkout-address-row[b-k5c97whufi] { grid-template-columns: 1fr; }
}

.checkout-discount[b-k5c97whufi] { margin: var(--space-lg) 0; display: flex; flex-direction: column; gap: var(--space-sm); max-width: 420px; }
.checkout-discount-row[b-k5c97whufi] { display: flex; gap: var(--space-sm); }
.checkout-discount-row .form-control[b-k5c97whufi] { flex: 1 1 auto; }
.checkout-discount-ok[b-k5c97whufi] { color: var(--accent-deep); font-weight: 600; margin: 0; }
.checkout-discount-err[b-k5c97whufi] { color: var(--error-ink); margin: 0; }
