/* ix.ua: narrow patch — approved combined logo and equal idea.php header controls only */
.u-brand.ix-approved-logo{
 display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;
 width:112px!important;height:64px!important;padding:0!important;margin:0!important;
 font-size:0!important;line-height:0!important;overflow:visible!important;
}
.u-brand.ix-approved-logo img{
 display:block!important;width:108px!important;height:auto!important;max-height:62px!important;
 object-fit:contain!important;object-position:left center!important;
}
.auth-box .u-brand.ix-approved-logo{flex:0 0 112px!important;}
.idea-page .landing-actions{align-items:center!important;}
.idea-page .landing-actions>.language-switch,
.idea-page .landing-actions>.u-btn{
 height:44px!important;min-height:44px!important;box-sizing:border-box!important;
 margin-top:0!important;margin-bottom:0!important;
}
.idea-page .landing-actions>.language-switch{
 display:inline-flex!important;align-items:center!important;padding:3px!important;
}
.idea-page .landing-actions>.language-switch a{
 height:36px!important;display:inline-flex!important;align-items:center!important;
 justify-content:center!important;box-sizing:border-box!important;
}
.idea-page .landing-actions>.u-btn{
 display:inline-flex!important;align-items:center!important;justify-content:center!important;
 padding-top:0!important;padding-bottom:0!important;
}
@media(max-width:900px){
 .u-brand.ix-approved-logo{width:100px!important;height:58px!important;}
 .u-brand.ix-approved-logo img{width:96px!important;max-height:56px!important;}
}


/* Remove legacy ix-mark.svg injected globally by design-consistency.css.
   The approved combined logo already contains the complete brand. */
.u-brand.ix-approved-logo::before,
.u-brand.ix-approved-logo:before{
    content:none!important;
    display:none!important;
    width:0!important;
    height:0!important;
    flex:0 0 0!important;
    margin:0!important;
    background:none!important;
}
