.msr-account-station-filters {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center;
    gap: 8px;
    overflow: visible !important;
    white-space: normal !important;
    scrollbar-width: none;
}

.msr-account-station-filters::-webkit-scrollbar {
    display: none;
}

.msr-account-station-filters button {
    flex: 0 0 auto;
}
