/* ============================================================================
   WOW — V4 Top Strip
   Standalone banner under the topbar.
   ========================================================================== */

.wow-v4-topstrip {
  width: 100%;
  height: 60px;
  background: var(--bg-1);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
  box-sizing: border-box;
  border-radius: 0;
}

.wow-v4-topstrip__inner {
  font-family: var(--wow-font-family, "Assistant", "Heebo", sans-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
