.cwvb-root {
    margin-bottom: 20px;
}

.cwvb-title {
    font-weight: 600;
    margin-bottom: 7px;
	color:#000000;
	font-weight:600;

}

.cwvb-pill-group {
    display: flex;
    gap: 14px;
}

.cwvb-pill {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 45px;
    padding: 0 22px;
    border: 2px solid #000000!important;
    border-radius: 9999px;
    background: #fff;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
	font-weight:600;
}

.cwvb-pill.is-active {
    background: #eeeeee;
	border:0px!important;
}

.cwvb-price {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
	color:#000;
}

/* CRITICAL: hide dropdowns safely */
.variations_form .variations {
    display: none !important;
}
/* Hide WooCommerce auto variation price (duplicate) */
.woocommerce-variation-price,
.single_variation .price {
    display: none !important;
}
