/*
Theme Name: rocoss
Version: 1.0.0
*/

.site-top-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--neutral-light-100, #fff);
  text-align: center;
  font-family: var(--Font-Family-ui, "Instrument Sans");
  font-size: var(--Size-label-2, 10px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Line-Height-label-2, 12px);
  letter-spacing: var(--Letter-Spacing-label-2, 2px);
  text-transform: uppercase;
  white-space: nowrap;
}

.site-top-banner__separator {
  flex: 0 0 auto;
}

.site-top-banner__segment {
  display: inline-block;
}

@media (max-width: 767px) {
  .site-top-banner {
    gap: 4px;
    flex-wrap: wrap;
    white-space: normal;
  }
}
