.ean-visual-card {
  margin-bottom: 16px;
  padding: 12px 14px 11px;
  border: 1px solid #e2e2e6;
  border-radius: 14px;
  background: #fafafa;
}

.ean-visual-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.ean-visual-heading > span {
  color: #88888e;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .07em;
}

.ean-visual-heading > strong {
  color: #55555b;
  font-size: .72rem;
  font-weight: 650;
}

.ean-visual-bars {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  overflow: hidden;
}

.ean-visual-bars svg {
  width: 220px;
  max-width: 100%;
  height: 40px;
  display: block;
}
