/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 ------------- */
/* =========================
   LAYOUT (CENTERED)
   ========================= */
.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.2;
}

/* Top row */
.price-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

/* Bottom row */
.price-bottom {
    margin-top: 2px;
}

/* =========================
   COLORS (MATCH REFERENCE)
   ========================= */

/* RRP label (BLACK) */
.price .rrp-label {
    color: #000;
    font-size: 13px;
}

/* Regular price (BLUE) */
.price del {
    color: #0073e6;
    font-size: 16px;
}

/* Sale + Single price (RED) */
.price ins,
.price.single-price {
    color: #E10600;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
}

/* =========================
   SUPERSCRIPT DECIMALS
   ========================= */
.price sup.price-decimals {
    font-size: 0.55em;
    position: relative;
    top: -0.5em;
}

/* Currency */
.price .woocommerce-Price-currencySymbol {
    font-size: 0.8em;
    margin-left: 2px;
}