:root {
--border-width: clamp(5px, 0.444vw, 8px);
}select {
background-color: #ffffff;     
color: #000000;          
}.wp-block-buttons .wp-block-button__link {
width: 100%;
font-size: var(--bde-button-font-size);
color: white;
background-color: rgb(113, 169, 178);
text-transform: uppercase;
border-radius: 0;
font-weight: 400;
line-height: 1.4;
text-transform: uppercase;
padding-top: clamp(15px, 1vw, 18px);
padding-right: clamp(15px, 1.667vw, 30px);
padding-bottom: clamp(15px, 1vw, 18px);
padding-left: clamp(15px, 1.667vw, 30px);
}
.wp-block-heading {
margin-block-end: 0.2em!important;
}