.vps-channel-group .vps-channel-togglers {
    width: 100%;
}

.vps-channel-group .c-toggler label.vps-channel-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: 1.25;
    white-space: normal;
}

.vps-channel-option__title {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: var(--dark);
}

.vps-channel-option__sub {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: var(--mute);
}

.vps-channel-hint {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.45;
    color: var(--mute);
}

@media (max-width: 767px) {
    .vps-channel-group .vps-channel-togglers {
        flex-direction: column;
    }

    .vps-channel-group .vps-channel-togglers .c-toggler {
        flex: none;
        width: 100%;
    }

    .vps-channel-group .vps-channel-togglers .c-toggler label {
        padding: 14px 16px;
    }

    .vps-channel-hint {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .vps-channel-group .vps-channel-togglers .c-toggler label.fsize {
        padding-inline: 10px;
    }

    .vps-channel-option__title {
        font-size: 14px;
    }

    .vps-channel-option__sub {
        font-size: 11px;
    }
}
