/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*==== Adjustments to highlight colour for simple product price table ====*/

/* Tiered pricing - KEEP */
.tiered-pricing-option.tiered-pricing--active {
    border-color: #081783 !important;
    background-color: #d5d6e1 !important;
}

.tiered-pricing-option-checkbox {
    border-color: #081783 !important;
}

.tiered-pricing-option-checkbox::after {
    background-color: #081783 !important;
}

/* Orange checkout button - FIXED */
.wc-block-cart .wc-block-components-checkout-button,
.wp-block-woocommerce-cart .wc-block-components-checkout-button,
.wc-block-checkout__next-step-button {
    background-color: #ff6200 !important;
    border-color: #ff6200 !important;
    color: white !important;
}

/* Product descriptions - 14px */
.summary.entry-summary p:not(.price),
.summary.entry-summary .description,
.elementor-widget-text-editor .summary.entry-summary {
    font-size: 14px !important;
    line-height: 1.3 !important;
}

/* Order summary - 11px */
.wc-block-components-order-summary-item__description,
.wc-block-cart-item__description {
    font-size: 11px !important;
    line-height: 1.2 !important;
}

/* Virtual item "local pickup only" - NUCLEAR RED */
.wc-block-components-product-metadata,
.wc-block-components-product-metadata span,
.wc-block-cart-item__description,
.wc-block-cart-item__description * {
    color: #dc3232 !important;
    font-weight: 700 !important;
    background: yellow !important;  /* TEMP - confirms it works */
}






