.groups-location {
    text-align: left;
}

/* Hosting tabs display fix - override global vps-plans.css */
.tabs [data-tab_content]:not(.active) {
    display: none !important;
}

.tabs [data-tab_content].active {
    display: block !important;
}

/* Force show active tab content for hosting */
.tabs [data-tab_content].active .lnd__details {
    display: block !important;
}

/* Override global rule that hides all tab content */
#hostingTab [data-tab_content]:not(.active) {
    display: none !important;
}

#hostingTab [data-tab_content].active {
    display: block !important;
}

#hostingTab [data-tab_content].active .lnd__details {
    display: block !important;
}