.wpsns-social-login {
    box-sizing: border-box;
    margin: 18px 0;
    padding: 16px;
    border: 1px solid #dbe7ff;
    border-radius: 10px;
    background: #f8fbff;
}

.wpsns-social-login * {
    box-sizing: border-box;
}

.wpsns-social-login__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.wpsns-social-login__divider::before,
.wpsns-social-login__divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #d7e3f8;
}

.wpsns-social-login__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.wpsns-social-login__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    gap: 9px;
    padding: 9px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
}

.wpsns-social-login__button:hover,
.wpsns-social-login__button:focus {
    border-color: #2563eb;
    color: #0f172a;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
    outline: none;
}

.wpsns-social-login__button span:first-child,
.wpsns-social-login__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    background: #0f172a;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.wpsns-social-login__button--google span:first-child,
.wpsns-social-login__brand--google {
    background: #fff;
    color: #4285f4;
    border: 1px solid #d9dce3;
}

.wpsns-social-login__button--apple span:first-child,
.wpsns-social-login__brand--apple {
    background: #111827;
}

.wpsns-social-login__button--facebook span:first-child,
.wpsns-social-login__brand--facebook {
    background: #1877f2;
}

.wpsns-social-login__button--linkedin span:first-child,
.wpsns-social-login__brand--linkedin {
    background: #0a66c2;
}

.wpsns-social-login__button--microsoft span:first-child,
.wpsns-social-login__brand--microsoft {
    background: #7fba00;
}

.wpsns-social-login__button--github span:first-child,
.wpsns-social-login__brand--github {
    background: #24292f;
}

.wpsns-social-login__button.is-disabled {
    cursor: not-allowed;
    opacity: .62;
}

.wpsns-social-login__button small {
    margin-left: auto;
    padding: 2px 6px;
    border-radius: 999px;
    background: #eef2ff;
    color: #475569;
    font-size: 10px;
    text-transform: uppercase;
}

.wpsns-social-login__hint {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.wpsns-social-login__notice {
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 8px;
    font-weight: 600;
}

.wpsns-social-login__notice--success {
    border: 1px solid #86efac;
    background: #f0fdf4;
    color: #166534;
}

.wpsns-social-login__notice--error {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.wpsns-social-login--connected h2 {
    margin-top: 0;
}

.wpsns-social-login__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.wpsns-social-login__account {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 10px;
    border: 1px solid #dbe7ff;
    border-radius: 8px;
    background: #fff;
}

.wpsns-social-login__account > span:nth-child(2) {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.wpsns-social-login__account small {
    color: #64748b;
}

.wpsns-social-login__small {
    min-height: 32px;
    white-space: nowrap;
}

@media (max-width: 680px) {
    .wpsns-social-login__buttons,
    .wpsns-social-login__list {
        grid-template-columns: 1fr;
    }
}
