<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top-bar {
  background-color: #453f3f;
}

.top-bar &gt; .top-container {
  display: flex;
  padding: 0;
}

.top-bar__item {
  display: flex;
  flex: auto;
  justify-content: center;
  align-items: center;
}

.top-bar__item span {
  color: white;
  font-size: 0.8rem;
}

.top-bar__item img {
  height: 2rem;
}
</pre></body></html>