/* Heateor Social Login overrides */
.heateor_sl_outer_login_container {
    width: 100%;
    max-width: 100%;
    display: block;
    clear: both;
    margin: 24px 0 24px;
    position: relative;
    z-index: 2;
}

.woocommerce-account .heateor_sl_outer_login_container,
.woocommerce-checkout .heateor_sl_outer_login_container {
    margin-top: 16px;
}

.heateor_sl_outer_login_container > .heateor_sl_title {
    width: 100%;
    height: 6px;
    border-radius: 999px;
    margin: 0 0 20px;
    background: #d50000;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    color: transparent !important;
    position: relative;
}

.heateor_sl_login_container {
    width: 100%;
    max-width: 100%;
    display: block;
}

.heateor_sl_login_container ul.heateor_sl_login_ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: block !important;
    width: 100%;
}

.heateor_sl_login_container ul.heateor_sl_login_ul li {
    width: 100% !important;
    float: none !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 0 14px 0 !important;
    list-style: none !important;
    clear: both !important;
}

.heateor_sl_login_container ul.heateor_sl_login_ul li:last-child {
    margin-bottom: 0 !important;
}

.heateor_sl_login_container .heateorSlLogin {
    float: none !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.heateor_sl_login_container .heateorSlGoogleLogin {
    width: 100% !important;
    min-height: 52px;
    box-sizing: border-box;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    border-radius: 8px !important;
    padding: 14px 20px !important;
    border: 1px solid #dadce0 !important;
    background-color: #ffffff !important;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.15), 0 2px 6px rgba(60, 64, 67, 0.2) !important;
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.heateor_sl_login_container .heateorSlGoogleLogin:hover,
.heateor_sl_login_container .heateorSlGoogleLogin:focus {
    box-shadow: 0 4px 12px rgba(60, 64, 67, 0.25) !important;
    transform: translateY(-1px);
}

.heateor_sl_login_container .heateorSlGoogleLoginSvg {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    flex-shrink: 0 !important;
}

.heateor_sl_login_container .apc-google-text {
    display: block;
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    text-align: left;
}

.heateor_sl_outer_login_container .apc-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
