#id_geo_country, #id_geo_region {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
}

#id_geo_country label, #id_geo_region label {
    width: 100%;
    float: none;
}
