.wcsl-social-login {
    margin: 16px 0;
    text-align: center;
}

.wcsl-separator {
    display: flex;
    align-items: center;
    margin: 16px 0;
    color: #999;
    font-size: 13px;
}

.wcsl-separator::before,
.wcsl-separator::after {
    content: '';
    flex: 1;
    border-top: 1px solid #ddd;
}

.wcsl-separator span {
    padding: 0 10px;
}

.wcsl-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.wcsl-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    min-width: 220px;
    justify-content: center;
    transition: opacity 0.2s;
    box-sizing: border-box;
}

.wcsl-btn:hover {
    opacity: 0.85;
    text-decoration: none;
}

.wcsl-btn-google {
    background: #fff;
    color: #444;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.wcsl-btn-google:hover {
    background: #f8f8f8;
    color: #444;
}
