.aio-social-login-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.aio-social-login-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #64748b;
    font-size: 14px;
    margin-bottom: 15px;
}

.aio-social-login-divider::before,
.aio-social-login-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e2e8f0;
}

.aio-social-login-divider span {
    padding: 0 10px;
}

.aio-social-login-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aio-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #333;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.aio-social-btn:hover {
    background: #f8fafc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    color: #333;
}

.aio-social-btn svg {
    width: 20px;
    height: 20px;
}

.aio-btn-google {
    border-color: #cbd5e1;
}

.aio-btn-facebook {
    background: #1877F2;
    color: white;
    border-color: #1877F2;
}

.aio-btn-facebook:hover {
    background: #166FE5;
    color: white;
}
