.welcome_hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--primarycolor);
    background-image: linear-gradient(180deg, var(--primarycolor), #8e1019);
    padding: 56px 20px;
    box-sizing: border-box;
}

.welcome_hero_title {
    color: white;
    text-align: center;
    margin: 0;
    max-width: 600px;
    font-size: clamp(20px, 2.6vw, 28px);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.2px;
}

.welcome_hero_subtitle {
    color: white;
    text-align: center;
    margin: 0 0 24px;
    max-width: 600px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0.2px;
    opacity: 0.85;
}

.csb_root_home .csb_bar {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0;
}

.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%;
    }
}
