/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.select_option{
    margin-bottom: 10px;
}
.col {
    display: flex;  /* Enable flexbox for label and input alignment */
    align-items: center;
}

#one_sitting_fields {
    clear: both;  /* Force new line after dropdown for non-flexbox layouts */
}
 