.sr-checkout-preorder-notice {
    margin: 15px 0;
    border: 1px solid #d0e3f7;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f7ff;
}

.sr-notice-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: #0073aa;
    color: #fff;
}

.sr-notice-header h3 {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.sr-notice-header .sr-icon {
    font-size: 20px;
}

.sr-notice-body {
    padding: 15px;
}

.sr-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #d0e3f7;
}

.sr-price-row:last-of-type {
    border-bottom: none;
}

.sr-price-row.sr-remaining {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 2px solid #0073aa;
    border-bottom: none;
}

.sr-price-row .sr-price-value {
    font-weight: 600;
}

.sr-highlight {
    color: #2e7d32;
    font-size: 16px;
}

.sr-pending-value {
    color: #e65100;
    font-size: 16px;
}

.sr-notice-footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d0e3f7;
    color: #666;
}

/* Single Product Page */
.sr-product-preorder-box {
    margin: 10px 0 15px;
    padding: 15px 18px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
    border: 1px solid #b8d8f0;
    border-radius: 8px;
    border-left: 4px solid #0073aa;
}

.sr-preorder-badge {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.sr-preorder-prices {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.sr-preorder-deposit,
.sr-preorder-remaining {
    display: flex;
    flex-direction: column;
}

.sr-deposit-label {
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.sr-deposit-price {
    font-size: 24px;
    font-weight: 700;
    color: #e65100;
    line-height: 1.2;
}

.sr-remaining-label {
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.sr-remaining-price {
    font-size: 16px;
    color: #666;
    line-height: 1.2;
}

.sr-preorder-ship-date {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px dashed #b8d8f0;
    font-size: 13px;
    color: #555;
}

/* Cart Price Display */
.sr-cart-product-name {
    margin-bottom: 5px;
}

.sr-cart-price-info {
    font-size: 13px;
    line-height: 1.4;
}

.sr-cart-price-info .sr-original-line {
    display: block;
    font-size: 12px;
    opacity: 0.7;
}

.sr-cart-price-info .sr-deposit-line {
    color: #e65100;
    font-weight: 600;
    display: block;
}

.sr-cart-ship-date {
    margin-top: 3px;
    color: #666;
    font-size: 12px;
}

/* Preorder Checkout Notice (matches WC .woocommerce-info) */
.sr-preorder-notice {
    margin-bottom: 20px;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.sr-preorder-notice .sr-summary-title,
.sr-preorder-notice strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    margin-bottom: 8px;
}

.sr-preorder-summary-table,
.sr-summary-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.sr-preorder-summary-table td,
.sr-summary-table td {
    padding: 6px 0;
    border: none;
    background: none !important;
}

.sr-preorder-summary-table td:last-child,
.sr-summary-table td:last-child {
    text-align: right;
    font-weight: 600;
}

.sr-preorder-summary-table .sr-paid,
.sr-summary-table .sr-paid {
    color: inherit;
}

.sr-preorder-summary-table .sr-pending,
.sr-summary-table .sr-pending {
    color: inherit;
    font-weight: 700;
}

.sr-preorder-note,
.sr-summary-note {
    margin: 8px 0 0;
    font-size: 12px;
    opacity: 0.7;
}

/* Order Review Summary (inside table) */
.sr-preorder-summary-row td {
    padding: 12px !important;
    background: none !important;
    border-top: 1px solid rgba(0,0,0,0.1) !important;
}

.sr-order-review-summary .sr-summary-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: inherit;
}

.sr-order-review-summary .sr-summary-table {
    font-size: 12px;
}

.sr-order-review-summary .sr-summary-note {
    margin-top: 6px;
}

.sr-order-review-summary .sr-total-row td {
    border-top: 1px solid rgba(0,0,0,0.15) !important;
    padding-top: 8px !important;
}

/* Payment Page */
.sr-payment-page {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
}

.sr-payment-header {
    text-align: center;
    margin-bottom: 30px;
}

.sr-payment-header h1 {
    font-size: 28px;
    color: #1a1a1a;
}

.sr-payment-details {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.sr-pay-btn {
    display: inline-block;
    background: #e65100;
    color: #fff;
    padding: 16px 40px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.sr-pay-btn:hover {
    background: #bf360c;
    color: #fff;
}

/* Mixed Cart Notice - minimal */
.sr-mixed-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.4;
    flex-wrap: wrap;
}

.sr-mixed-notice .sr-mixed-notice-text {
    flex: 1 1 100%;
}

.sr-mixed-notice .sr-mixed-opt {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.sr-mixed-notice .sr-mixed-opt input[type="radio"] {
    margin: 0;
    width: auto;
}

.sr-checkout-notice {
    text-align: center;
    padding: 12px 20px;
}

.sr-shipping-note {
    padding: 10px 15px;
    font-size: 12px;
    margin-bottom: 15px;
}

/* Inline mixed preference in order review */
.sr-mixed-inline-row td {
    padding: 8px 12px !important;
    background: none !important;
    border-top: 1px solid rgba(0,0,0,0.06) !important;
}

.sr-mixed-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    flex-wrap: wrap;
}

.sr-mixed-inline .sr-mixed-inline-label {
    font-weight: 600;
}

.sr-mixed-inline .sr-mixed-inline-opt {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}

.sr-mixed-inline .sr-mixed-inline-opt input[type="radio"] {
    margin: 0;
    width: auto;
}
