/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.select-wrapper {
    display: flex;
    flex: 1 auto;
    flex-flow: row wrap;
    gap: 25px;
    justify-content: center;
}

.select-wrapper .select {
    max-width: 470px;
    width: 100%;
}
}