/*
Theme Name: Breakdance Zero Theme
Theme URI: https://breakdance.com/zero-theme // todo
Author: Breakdance Builder
Author URI: https://breakdance.com/
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance-zero

Requires Breakdance to be installed.
/*--------------------------------------------------------------*/

.wcpmp-product-prices {
    display: flex;
    gap: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wcpmp-product-prices .wcpmp-product-price {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 5px;
    gap: 10px;
    border-right: 3px solid #fff;
    background-color: #efefef;
    font-family: "Bebas Neue", sans-serif;
    font-size: 15px;
}

.wcpmp-product-prices .wcpmp-product-price:last-child {
    border-right: none;
}

.wcpmp-product-prices .wcpmp-product-price .wcpmp-product-price-label {
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
}

.wcpmp-product-prices .wcpmp-product-price .wcpmp-product-price-value {
    line-height: 1;
    color: #0667b2;
    font-size: 20px;
}
