/* Ensure dropdown menu is wide enough */
#stateList {
    min-width: 600px; /* Adjust width as needed */
    padding: 10px;
}

/* Allow multi-column layout */
#stateList .row {
    display: flex;
}

/* Adjust column layout */
#stateList .col-4 {
    padding: 5px;
}
