/* MISTER FAST LiveMapChat WEB V3.4.1
 * Single brand point + global header search
 */
.mf218-web-header{
  display:grid!important;
  grid-template-columns:minmax(250px,auto) minmax(280px,640px) auto!important;
  align-items:center!important;
  gap:18px!important;
}
.mf341-header-search{
  width:100%;
  min-width:0;
  display:grid;
  grid-template-columns:22px minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  padding:6px 7px 6px 13px;
  border:1px solid #d7e3f4;
  border-radius:16px;
  background:#f7faff;
  box-shadow:0 5px 16px rgba(0,61,165,.06);
  box-sizing:border-box;
}
.mf341-header-search:focus-within{
  border-color:#003DA5;
  background:#fff;
  box-shadow:0 0 0 3px rgba(0,61,165,.10);
}
.mf341-header-search>span{font-size:15px;line-height:1}
.mf341-header-search input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#0a2f69;
  font:inherit;
  font-size:13px;
}
.mf341-header-search input::placeholder{color:#70829d}
.mf341-header-search button{
  min-height:34px;
  padding:0 15px;
  border:0;
  border-radius:11px;
  background:#003DA5;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.mf341-header-search button:hover{background:#002d7a}

/* Brand appears only once: main top header. */
.mf514-sidebar>.mf514-brand{display:none!important}
.mf341-workspace-tools-only{justify-content:flex-end!important}
.mf341-workspace-tools-only .mf16-header-tools{margin-left:auto!important}

@media (max-width:1050px){
  .mf218-web-header{
    grid-template-columns:minmax(210px,auto) minmax(220px,1fr) auto!important;
    gap:10px!important;
  }
  .mf341-header-search button{padding:0 10px}
  .mf218-header-status span:first-child{display:none!important}
}
@media (max-width:760px){
  .mf218-web-header{
    grid-template-columns:minmax(0,1fr) auto!important;
  }
  .mf341-header-search{
    grid-column:1/-1;
    grid-row:2;
  }
}
