/* WP SSO Client – login page styles */

.sso-login-wrap {
    margin-top: 20px;
    text-align: center;
}

.sso-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #a0aec0;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sso-divider::before,
.sso-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #dde1e7;
}

.sso-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 320px;
    padding: 11px 18px;
    border: 2px solid #2271b1;
    border-radius: 6px;
    background: #fff;
    color: #2271b1;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    cursor: pointer;
}

.sso-login-btn:hover,
.sso-login-btn:focus {
    background: #2271b1;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(34,113,177,.25);
}

.sso-login-btn__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
