
/* Aizyne Workspace Sign-in Strip Contrast Fix v1
   Makes the guest/sign-in/account prompt text darker and easier to read.
*/

.aizyne-workspace-strip{
    background:#FFFFFF!important;
    border-bottom:1px solid #C7D8E8!important;
    color:#142236!important;
    box-shadow:0 6px 18px rgba(6,43,74,.06)!important;
}

.aizyne-workspace-strip,
.aizyne-workspace-strip div,
.aizyne-workspace-strip span,
.aizyne-workspace-strip p{
    color:#142236!important;
}

.aizyne-workspace-strip strong{
    color:#062B4A!important;
    font-weight:850!important;
}

.aizyne-workspace-strip .azw-strip-actions{
    display:flex!important;
    gap:.55rem!important;
    flex-wrap:wrap!important;
}

.aizyne-workspace-strip .azw-strip-btn{
    background:#EAF5FF!important;
    border:1px solid #9FC5E8!important;
    color:#062B4A!important;
    font-weight:850!important;
    text-decoration:none!important;
}

.aizyne-workspace-strip .azw-strip-btn:hover{
    background:#0065BD!important;
    color:#FFFFFF!important;
    border-color:#0065BD!important;
}

@media(max-width:760px){
    .aizyne-workspace-strip{
        font-size:.92rem!important;
        line-height:1.45!important;
    }
}
