/* Holoo SSO Styles */

.holoo-sso-login-wrapper {
    margin: 20px 0;
    text-align: center;
}

.holoo-sso-login-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.holoo-sso-login-button:hover {
    background-color: #005a87;
    color: #fff;
}

.holoo-sso-divider {
    position: relative;
    margin: 20px 0;
    text-align: center;
}

.holoo-sso-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ddd;
}

.holoo-sso-divider span {
    position: relative;
    background-color: #fff;
    padding: 0 15px;
    color: #666;
}

/* RTL Support */
.rtl .holoo-sso-login-button {
    direction: rtl;
}

/* Responsive */
@media (max-width: 768px) {
    .holoo-sso-login-button {
        width: 100%;
        padding: 14px;
        font-size: 16px;
    }
}

/* Login form specific */
.login form .holoo-sso-login-wrapper {
    margin-top: 20px;
}

/* Tutor LMS specific */
.tutor-login-form .holoo-sso-login-wrapper {
    margin: 20px 0;
}

/* WooCommerce specific */
.woocommerce-form-login .holoo-sso-login-wrapper {
    margin: 20px 0;
}

/* BuddyPress specific */
.buddypress .holoo-sso-login-wrapper {
    margin: 20px 0;
}

/* Theme specific (Edumall) */
.edumall-login-form .holoo-sso-login-wrapper {
    margin: 20px 0;
}
