.social-auth > a,
.social-auth > .telegram-login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    color: var(--ink);
    font-family: inherit;
    cursor: pointer;
}

.social-auth > a:hover,
.social-auth > .telegram-login:hover {
    border-color: #8f9189;
    background: #faf9f5;
}

.social-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.social-icon-apple {
    width: 17px;
    height: 19px;
}

.social-icon-telegram {
    color: #229ed9;
}
