/*
    this CSS contains the formatting options for the listbox question type
*/

.dbsListbox {
    padding: 7px ;
    width: 100% ;
    box-shadow: inset 1px 1px 3px var(--dbsGrey) ;
}

/*Responsive Styles*/
@media screen and (max-width: 1024px) {
    .dbsListbox {
        font-size: 1.2em ;
    }
}