.ezmedq-google-login-wrap{
    width:100%;
    box-sizing:border-box;
    margin:0 0 24px;
}

/* Tutor registration hook sits directly inside the card, outside the padded form. */
#tutor-registration-wrap > .ezmedq-google-login-wrap,
.ezmedq-google-login-register{
    padding-left:32px;
    padding-right:32px;
}

.ezmedq-google-login-btn{
    position:relative;
    width:100%;
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    padding:11px 48px;
    border:1px solid #d7dce2;
    border-radius:6px;
    background:#fff;
    color:#1f2937!important;
    text-decoration:none!important;
    font-family:inherit;
    font-size:14px;
    font-weight:500;
    line-height:1.25;
    box-shadow:none;
    cursor:pointer;
    transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .05s ease;
    -webkit-tap-highlight-color:transparent;
}

.ezmedq-google-login-btn:hover{
    background:#f9fafb;
    border-color:#b8c0ca;
    color:#111827!important;
    box-shadow:0 1px 2px rgba(16,24,40,.05);
}

.ezmedq-google-login-btn:focus,
.ezmedq-google-login-btn:focus-visible{
    outline:none;
    border-color:#2563eb;
    box-shadow:0 0 0 3px rgba(37,99,235,.12);
}

.ezmedq-google-login-btn:active{
    transform:translateY(1px);
}

.ezmedq-google-icon{
    position:absolute;
    left:16px;
    top:50%;
    width:18px;
    height:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    transform:translateY(-50%);
    flex:0 0 18px;
}

.ezmedq-google-icon svg{
    display:block;
    width:18px;
    height:18px;
}

.ezmedq-google-label{
    display:block;
    text-align:center;
    white-space:normal;
}

.ezmedq-google-or{
    display:flex;
    align-items:center;
    gap:14px;
    width:100%;
    margin:20px 0 0;
    color:#98a2b3;
    font-family:inherit;
    font-size:11px;
    font-weight:500;
    line-height:1;
    letter-spacing:.04em;
}

.ezmedq-google-or::before,
.ezmedq-google-or::after{
    content:"";
    flex:1 1 auto;
    height:1px;
    background:#eaecf0;
}

.ezmedq-google-or span{
    flex:0 0 auto;
}

/* Native WordPress login screen. */
.login .ezmedq-google-login-wrap{
    margin:0 0 18px;
    padding:0;
}

.login .ezmedq-google-login-btn{
    min-height:44px;
}

@media (max-width:600px){
    .ezmedq-google-login-wrap{
        margin-bottom:20px;
    }

    #tutor-registration-wrap > .ezmedq-google-login-wrap,
    .ezmedq-google-login-register{
        padding-left:24px;
        padding-right:24px;
    }

    .ezmedq-google-login-btn{
        min-height:46px;
        padding:10px 44px;
        font-size:14px;
    }

    .ezmedq-google-icon{
        left:15px;
    }

    .ezmedq-google-or{
        margin-top:18px;
    }
}
