.viewer .spec-strip {
  position: static;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 14px 16px;
  background: #fff;
  border-top: 1px solid var(--line);
}

.viewer .spec-strip span {
  background: #eef1e9;
}
