.login-code-channel-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login-code-channel-buttons .button {
    width: 100%;
}

.login-code-channel-buttons .button__prepend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    height: auto;
    min-height: 24px;
    white-space: normal;
}

.login-code-channel-buttons .icon {
    margin-right: 0;
    flex-shrink: 0;
}
