.dhai-hero{
  width:100%;
  background:#111;
  color:#f5f5f5;
  padding:12px 16px;
  border-bottom:2px solid #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji','Segoe UI Symbol';
}
.dhai-hero-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  min-height:44px;
}
.dhai-hero-line{
  font-weight:700;
  letter-spacing:.2px;
  font-size:1.05rem;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
@media (min-width: 900px){
  .dhai-hero-line{ font-size:1.15rem; }
}
