/*
Theme Name:        Blend Labs 2026
Theme URI:         https://blendlabsrx.com/
Author:            Built Mighty
Author URI:        https://builtmighty.com/
Description:       Custom Gutenberg-block theme for Blend Labs Rx (Round 2 / 2026 design). No page builders — every section is a block. Brand-grounded black / white / BLRx green palette, Inter + Fraunces type, PHP-rendered blocks for security and performance.
Version:           1.0.0
Tested up to:      6.7
Requires PHP:      7.4
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       blendlabs2026
Tags:              custom-blocks, full-width-template, e-commerce, accessibility-ready
*/

.rx-checkout-title {
    margin: 0 0 20px;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rx-section {
    margin-bottom: 20px;
    background: #fff;
}

.rx-section-title,
.rx-order-review .woocommerce-checkout-payment:before {
    margin: 0 0 15px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    display: block;
    margin-bottom: var(--wd-tags-mb, 20px);
    color: var(--wd-title-color);
    font-weight: var(--wd-title-font-weight);
    font-style: var(--wd-title-font-style);
    font-family: var(--wd-title-font);
    line-height: 1.4;
}


#toggleBtns_Wrap {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-shipping-fields {
    display: block !important;
}

.woocommerce-checkout .woocommerce-shipping-fields .shipping_address {
    display: none;
}

#toggleBtns_Wrap .toggleBtn {
    padding: 10px 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.04em;
    background: #f7f7f7;
}

#toggleBtns_Wrap .toggleBtn.active {
    background: #3fcb8b;
    color: #fff;
    border-color: #3fcb8b;
}

.rx-shipping-fields__field-wrapper .form-row {
    display: none;
}

.rx-hidden-field {
    display: none !important;
}

.rx-section-notes {
    display: none;
    margin-top: 20px;
    padding: 0 !important;
}

.woocommerce-cart .woocommerce-shipping-totals,
.woocommerce-cart .shipping,
.woocommerce-cart .shipping-calculator-form,
.woocommerce-cart .shipping-calculator-button {
    display: none !important;
}

.rx-section-title,
.rx-section-prescription .rx-order-review .wd-table-wrapper,
.rx-order-review .payment_methods {
    background-color: #f7f7f7;
    padding: 30px;
    margin-bottom: 30px;
}
.rx-section-prescription .rx-section-title {
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 0;
}
.rx-section-shipping .rx-section-title {
    margin-bottom: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
.rx-order-review .woocommerce-checkout-review-order-table {
    background-color: #fff;
    padding: 10px 30px;
}
.rx-order-review .woocommerce-checkout-payment:before {
    content: 'Billing Details';
    margin-bottom: 0;
}
.rx-order-review .payment_methods li>label {
    font-weight: 700;
}
@media (max-width: 768px) {
    .rx-section {
        padding: 16px;
    }
}

/* Guest login prompt on product pages (below strength selector) */
.rx-guest-login-prompt {
    margin-top: 24px;
    padding: 24px 28px;
    background: #f7f7f7;
    border-left: 4px solid #3fcb8b;
}

.rx-guest-login-prompt__message {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--wd-body-color, #333);
}

.rx-guest-login-prompt__button {
    display: inline-block;
    padding: 12px 28px;
    background: #3fcb8b;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: var(--wd-brd-radius, 3px);
    text-decoration: none;
    transition: background 0.2s ease;
}

.rx-guest-login-prompt__button:hover {
    background: #34b87a;
    color: #fff !important;
}
