/* index.php only — copy the already approved dimensions from idea.php */
.index-header-actions{
    align-items:center!important;
}
.index-header-actions>.language-switch,
.index-header-actions>.u-btn{
    height:44px!important;
    min-height:44px!important;
    box-sizing:border-box!important;
    margin-top:0!important;
    margin-bottom:0!important;
}
.index-header-actions>.language-switch{
    display:inline-flex!important;
    align-items:center!important;
    padding:3px!important;
}
.index-header-actions>.language-switch a{
    height:36px!important;
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
}
.index-header-actions>.u-btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding-top:0!important;
    padding-bottom:0!important;
}
