textarea{ padding: 2rem;}

.submit_btn_container{margin-top: 2rem;}


/*input:not([type="submit"]),*/
/*textarea{box-shadow: 4px 4px 0 var(--sc-secondary) !important}*/

.appointment_form .address_row{margin-bottom: 1.5rem; display: flex; gap: 1.5rem;}
.appointment_form .address_row .street{flex-grow: 1;}
.appointment_form .postal_city_row{margin-bottom: 1.5rem; display: flex; gap: 1.5rem; flex-wrap: wrap;}
.appointment_form .postal_city_row .postal_code{flex-grow: 1;}
.appointment_form .postal_city_row .city{flex-grow: 1;}
.appointment_form .postal_city_row .country{flex-grow: 1;}