/* Nominative constructor marks. Do not reuse Evidence Network source-mark styles. */
.manufacturer-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  vertical-align: middle;
}
.manufacturer-mark {
  display: block;
  flex: 0 0 auto;
  line-height: 0;
}
.manufacturer-mark-img {
  display: block;
  height: 18px;
  width: auto;
  max-height: 22px;
  max-width: 110px;
  object-fit: contain;
}
.manufacturer-chip-name {
  min-width: 0;
  overflow-wrap: anywhere;
}
.ecosystem-names li .manufacturer-chip,
.constructor-featured .manufacturer-chip,
.identity-dossier .manufacturer-chip,
.garage-placard .manufacturer-chip,
.vehicle-card-body .manufacturer-chip,
.header-search-option-copy .manufacturer-chip,
.home-profile-body .manufacturer-chip {
  width: auto;
}
.ecosystem-names li .manufacturer-mark-img {
  height: 16px;
  max-height: 18px;
  max-width: 96px;
}
.constructor-featured .manufacturer-mark-img {
  height: 22px;
  max-height: 28px;
  max-width: 148px;
}
.identity-dossier .manufacturer-mark-img,
.vehicle-card-body .manufacturer-mark-img,
.home-profile-body .manufacturer-mark-img {
  height: 16px;
  max-height: 18px;
}
.header-search-option-copy .manufacturer-mark-img {
  height: 16px;
  max-width: 88px;
}
.record-hero .manufacturer-mark-img,
.ecosystem-hub .manufacturer-mark-img {
  height: 20px;
  max-height: 24px;
  max-width: 120px;
}
.manufacturer-chip-specimen {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  margin: 18px 0 28px;
  padding: 18px 20px;
  border: 1px solid var(--rv-line);
  background: var(--rv-surface);
}
.manufacturer-chip-specimen[data-surface='dark'] {
  background: var(--rv-registry);
  border-color: var(--rv-registry);
  color: var(--rv-on-registry);
}
/* White / dark-UI wordmarks sit on a dark plate on light canvas. */
.manufacturer-chip[data-mark-ink='light'] .manufacturer-mark {
  background: var(--rv-registry);
  padding: 3px 5px;
}
.record-hero .manufacturer-chip[data-mark-ink='light'] .manufacturer-mark,
.ecosystem-hub .manufacturer-chip[data-mark-ink='light'] .manufacturer-mark,
.manufacturer-chip-specimen[data-surface='dark']
  .manufacturer-chip[data-mark-ink='light']
  .manufacturer-mark {
  background: transparent;
  padding: 0;
}
