.meta-bar {
  background: #f4f6f9;
  color: #333;
}

.meta-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: .5rem;
  min-height: 56px;
  padding: 0 16px;
}

.meta-bar__label {
  margin: 0;
  line-height: 1;
}

.meta-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem .5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.meta-bar__link {
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  color: #de4640;
}

.meta-bar__link:hover {
  text-decoration: underline;
  color: #da2e28;
}