/* Affhomeai social + manual login styles. Loaded as a separate stylesheet so existing popup CSS is untouched. */

.affhomesai_modal-actions{
    display:flex;
    gap:12px;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    margin:10px 0 4px;
}

.affhomesai_auth-divider,
.affhomesai_social-divider{
    display:flex;
    align-items:center;
    gap:10px;
    margin:5px 0 12px;
    color:#777;
    font-size:13px;
}
.affhomesai_auth-divider::before,
.affhomesai_auth-divider::after,
.affhomesai_social-divider::before,
.affhomesai_social-divider::after{
    content:"";
    flex:1;
    height:1px;
    background:#e0e0e0;
}

.affhomesai_auth{max-width:380px;margin:0 auto;text-align:left;}

.affhomesai_auth-tabs{
    display:flex;
    border-bottom:1px solid #e3e3e3;
    margin-bottom:14px;
}
.affhomesai_auth-tab{
    flex:1;
    background:none;
    border:0;
    padding:10px 8px;
    font-size:14px;
    font-weight:500;
    color:#555;
    cursor:pointer;
    border-bottom:2px solid transparent;
    margin-bottom:-1px;
}
.affhomesai_auth-tab.is-active{color:#1a73e8;border-bottom-color:#1a73e8;}

.affhomesai_auth-form{display:none;}
.affhomesai_auth-form.is-active{display:block;}

.affhomesai_row{display:flex;gap:10px;}
.affhomesai_row .affhomesai_field{flex:1;}

.affhomesai_field{margin-bottom:10px;}
.affhomesai_field label{
    display:block;
    font-size:12px;
    color:#444;
    margin-bottom:0px;
}
.affhomesai_field input{
    width:100%;
    box-sizing:border-box;
    padding:5px 11px;
    border:1px solid #dadce0;
    border-radius:6px;
    font-size:14px;
    background:#fff;
}
.affhomesai_field input:focus{border-color:#1a73e8;outline:0;box-shadow:0 0 0 2px rgba(26,115,232,.15);}

.affhomesai_remember{display:flex;align-items:center;gap:6px;font-size:13px;color:#555;margin:4px 0 8px;}
.affhomesai_remember input{margin:0;}

.affhomesai_auth-msg{min-height:18px;font-size:13px;margin:6px 0 4px;}
.affhomesai_auth-msg.is-error{color:#c5221f;}
.affhomesai_auth-msg.is-success{color:#137333;}

.affhomesai_auth-submit{
    width:100%;
    padding:10px 16px;
    border:0;
    border-radius:6px;
    background:#1a73e8;
    color:#fff;
    font-size:15px;
    font-weight:500;
    cursor:pointer;
}
.affhomesai_auth-submit:hover{background:#1765cc;}
.affhomesai_auth-submit:disabled{opacity:.6;cursor:not-allowed;}

.affhomesai_social-buttons{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-top:6px;
}
.affhomesai_social-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:10px 16px;
    border-radius:6px;
    border:1px solid #dadce0;
    background:#fff;
    color:#202124;
    font-size:14px;
    font-weight:500;
    text-decoration:none;
    transition:background .15s, box-shadow .15s;
    line-height:1;
}
.affhomesai_social-btn:hover{background:#f8f9fa;box-shadow:0 1px 2px rgba(60,64,67,.12);}
.affhomesai_social-btn svg{flex:0 0 auto;}
.affhomesai_social-facebook{background:#1877F2;color:#fff;border-color:#1877F2;}
.affhomesai_social-facebook:hover{background:#166fe5;}
.affhomesai_social-facebook svg path{fill:#fff;}
.affhomesai_social-apple{background:#000;color:#fff;border-color:#000;}
.affhomesai_social-apple:hover{background:#1a1a1a;}
.affhomesai_social-apple svg path{fill:#fff;}

@media (min-width:560px){
    .affhomesai_social-buttons{flex-direction:row;}
    .affhomesai_social-buttons .affhomesai_social-btn{flex:1;}
}
