/* ROOMNOW v7.7.14 — desktop header search/language alignment hotfix */
@media (min-width:1261px){
  .desktop-nav-tools{
    display:flex;
    align-items:center;
    align-self:center;
    gap:10px;
    margin-left:8px;
    height:34px;
    line-height:1;
  }
  .desktop-nav-tools > .nav-tool-button,
  .desktop-nav-tools > .lang-switcher,
  .desktop-nav-tools .lang-switcher-button{
    margin-top:0;
    margin-bottom:0;
  }
  .desktop-nav-tools .nav-search-button{
    width:34px;
    min-width:34px;
    height:34px;
    min-height:34px;
    padding:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    align-self:center;
    transform:none;
  }
  .desktop-nav-tools .nav-search-icon{
    width:16px;
    height:16px;
    margin:0;
    display:block;
  }
  .desktop-nav-tools .lang-switcher{
    display:flex;
    align-items:center;
    align-self:center;
    height:34px;
    margin-left:2px;
  }
  .desktop-nav-tools .lang-switcher-button{
    height:34px;
    min-height:34px;
    min-width:92px;
    padding:0 11px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    align-self:center;
    line-height:1;
    transform:none;
  }
  .desktop-nav-tools .lang-globe,
  .desktop-nav-tools .lang-current-label,
  .desktop-nav-tools .lang-caret{
    display:inline-flex;
    align-items:center;
    line-height:1;
  }
}
