/* Keep the language selector visually attached to the wordmark. */
.brand-stack {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

@media (max-width: 560px) {
  .brand-stack {
    flex: 1 1 auto;
    min-width: 0;
  }

  .wordmark {
    min-width: 0;
  }
}

/* Keep the model hover marker on the Roman numeral only. */
.model-col h3 > .sec-index,
.model-col h3 > span:first-child {
  display: block;
  position: relative;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--copper);
  letter-spacing: .12em;
  margin: 0 0 12px;
}

.model-col h3 .amp,
.stack-list dt .amp {
  display: inline;
  position: static;
  font-family: var(--sans);
  font-size: .9em;
  font-weight: 600;
  letter-spacing: 0;
  color: inherit;
  margin: 0;
}

.model-col h3 .amp::after {
  content: none;
  display: none;
}
