/* Baxity Social Login — кнопки провайдеров и оверлей KYC */

.baxity-social-buttons {
    margin: 18px 0 24px;
    width: 100%;
}

.baxity-social-sep {
    display: flex;
    align-items: center;
    text-align: center;
    color: #9aa0a6;
    font-size: 13px;
    margin: 14px 0;
}
.baxity-social-sep::before,
.baxity-social-sep::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e3e5e8;
}
.baxity-social-sep span {
    padding: 0 12px;
}

.baxity-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 11px 16px;
    border: 1px solid #dadce0;
    border-radius: 8px;
    background: #fff;
    color: #3c4043;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: background .15s ease, box-shadow .15s ease;
}
.baxity-social-btn:hover {
    background: #f7f8f8;
    box-shadow: 0 1px 3px rgba(60, 64, 67, .15);
    color: #3c4043;
}
.baxity-social-btn__icon {
    display: inline-flex;
    line-height: 0;
}

/* Оверлей запуска KYC после соц-регистрации */
.baxity-social-kyc-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, .98);
    overflow-y: auto;
    padding: 24px 16px;
}
.baxity-social-kyc-box {
    max-width: 620px;
    margin: 40px auto 0;
}
