.m-topbar{
  background:#444;
  color:#fff;
  font-size:12px;
  line-height:1.2;
}
.m-topbar a{color:#fff;text-decoration:none}
.m-topbar a:hover{text-decoration:underline}

.m-topbar__inner{
  max-width:1200px;
  margin:0 auto;
  padding:8px 14px;
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:space-between;
}

.m-topbar__left{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.m-topbar__nav{
  display:flex;
  flex-wrap:wrap;         
  gap:12px;
  justify-content:flex-end;
}
.m-topbar__nav a{white-space:nowrap}

@media (max-width:768px){
  .m-topbar__inner{flex-direction:column;align-items:flex-start}
  .m-topbar__left{white-space:normal}
  .m-topbar__nav{width:100%}
}
