/**
 * customCss-social-login.css — suvienodinti Google / Facebook mygtukai
 */

.jupoja-social-login {
    max-width: 720px;
    margin: 0 auto;
}

.jupoja-social-login__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0 16px;
    color: #6b7280;
    font-size: 14px;
    text-transform: lowercase;
}

.jupoja-social-login__divider::before,
.jupoja-social-login__divider::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: #e5e7eb;
}

.jupoja-social-login__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.jupoja-social-login__btn {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid #d4dae3;
    border-radius: 5px;
    background: #fff;
    color: #434242;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.jupoja-social-login__btn:hover,
.jupoja-social-login__btn:focus {
    background: #f8fafc;
    border-color: #c5ccd6;
    color: #434242;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(67, 66, 66, 0.06);
}

.jupoja-social-login__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.jupoja-social-login__text {
    flex: 0 1 auto;
}

.registration-page.register-page--structured .register-social-login {
    max-width: 720px;
    margin: 20px auto 0;
    padding: 0 12px;
}

.login-checkout-modal .jupoja-social-login {
    max-width: none;
    width: 100%;
    margin: 16px 0 0;
}

.login-checkout-modal .jupoja-social-login__btn,
.login-checkout-modal .jupoja-social-login__btn:hover,
.login-checkout-modal .jupoja-social-login__btn:focus {
    color: #434242 !important;
}
