/*
Theme Name: singingwell child
Author: Himanshu Patel
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
#height-selector .elementor-button {
    border: 2px solid #ccc;
    background: #fff;
    color: #000;
    transition: all 0.3s ease;
}

#height-selector .elementor-button.active {
    border-color: #050141;
    background: #050141;
    color: #fff;
}
#size-selector .elementor-button {
    border: 2px solid #ccc;
    background: #fff;
    color: #000;
    transition: all 0.3s ease;
}

#size-selector .elementor-button.active {
    border-color: #050141;
    background: #050141;
    color: #fff;
}
.option-group .elementor-button {
    border: 2px solid #ccc;
    background: #fff;
    color: #000;
    transition: all 0.3s ease;
}

.option-group .elementor-button.active {
    border-color: #050141;
    background: #050141;
    color: #fff;
}