/**
 * Naked Furniture Quote Request - Public Styles
 */

/* 1. Custom Notice Styling */
.custom-wc-notice {
    border: 2px solid #e91e63;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    background: #fff5f8;
    font-family: 'Poppins', sans-serif;
}

.custom-wc-notice .notice-text {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #d81b60;
}

.custom-wc-notice .notice-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.custom-wc-notice .notice-actions a.button,
.custom-wc-notice .notice-actions button.button {
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 4px;
}

/* 2. Checkout Adjustments */
tr.woocommerce-shipping-totals.shipping {
    display: none !important;
}

/* 3. Product Page Adjustments */
.single_add_to_cart_button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.single_add_to_cart_button.quote-product {
    /* Optional: designer target for unpriced items */
}
