﻿.responsive-toggle-group {
    max-width: 100%;
}

.responsive-toggle-group > .btn {
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
}

@media (max-width: 575.98px) {
    .responsive-toggle-group {
        flex-direction: column;
        gap: 0.5rem;
    }

    .responsive-toggle-group > .btn {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0.25rem !important;
    }
}
