/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

.wpdevart_gutenberg_form_main_div {}

.wpdevart_gutenberg_form_main_div label {
    min-width: 120px;
    display: inline-block;
}

.wpdevart_gutenberg_form_main_div select {
    min-width: 120px;
}

.wpdevart_gutenberg_form_main_div>span {
    font-weight: bold;
    color: #0085ba;
}