/* Social Login Styles - Round Icons */
.block.social-login-authentication-channel.account-social-login .block-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.social-btn.social-btn-actions-toolbar {
    display: inline-block;
    margin: 0;
}

.social-btn.social-btn-actions-toolbar .btn.btn-social {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease;
    background-color: transparent;
    border: 2px solid;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    border-color: #FFF;
    text-decoration: none;
}

.social-btn.social-btn-actions-toolbar .btn.btn-social span,
.social-btn.social-btn-actions-toolbar .btn.btn-social .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 22px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.social-btn.social-btn-actions-toolbar .btn.btn-social:hover {
    transform: scale(1.05);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.btn-social> :first-child {
    border-right: none !important;
}

/* Google - Centrar background */
.btn-google,
.btn-google .fa-google {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.btn-google .fa-google {
    background-size: 35px 35px !important;
}

/* Facebook */
.social-btn.social-btn-actions-toolbar .btn.btn-facebook {
    color: #3b5998;
}

.social-btn.social-btn-actions-toolbar .btn.btn-facebook:hover {
    color: #2d4373;
}

.account-social-login .actions-toolbar.social-btn {
    width: auto !important;
    
}

.customer-account-create .account-social-login, .customer-account-login .account-social-login{
    margin-bottom: 20px;
}