/* ── Smallville Pre-Orders — Frontend Styles ─────────────────────────────── */

/* Pre-order notice box on product pages */
.smv-pre-notice {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #f0f6ff;
    border: 1.5px solid #9bc1f7;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 20px;
    font-family: inherit;
}

.smv-pre-notice-badge {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #1657d0;
    background: #dbeafe;
    border-radius: 6px;
    padding: 4px 8px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: 2px;
}

.smv-pre-notice-body {
    flex: 1;
}

.smv-pre-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    font-size: 14px;
    color: #444;
    margin-bottom: 5px;
}

.smv-pre-row:last-child {
    margin-bottom: 0;
}

.smv-pre-row span {
    color: #666;
}

.smv-pre-row strong {
    color: #1a1a2e;
    font-weight: 700;
}

.smv-pre-note {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #c5d9f5;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

/* Add to cart button — pre-order variant */
.single_add_to_cart_button.smv-preorder-btn,
.single_add_to_cart_button {
    /* Inherit theme styles; we just adjust text if needed via JS */
}

/* Cart / checkout line item labels */
.smv-pre-label {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #1657d0;
    background: #dbeafe;
    border-radius: 4px;
    padding: 2px 6px;
    margin-left: 6px;
    vertical-align: middle;
}

.smv-pre-balance {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

/* ── Admin CSS (admin.css) ─────────────────────────────────────────────────── */
