.csb_root_home .csb_bar {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--primarycolor);
    padding: 40px 10px;
}

.csb_root_home .csb_field_city {
    flex: 0 0 auto;
    width: 400px;
    max-width: 90%;
}

.csb_root_home .csb_city_input {
    font-size: x-large;
    padding: 8px 2px 8px 19px;
}

.csb_root_home .csb_radius_select {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .csb_root_home .csb_field_city {
        width: 90%;
    }
}
