.vna-related-products {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
}

.vna-related-products .vna-label-style-normal {
  text-transform: none;
}

.vna-related-product-pill {
  text-decoration: none;
}

.vna-related-product-pill:visited {
  color: var(--vna-text);
}

.vna-related-product-pill.active,
.vna-related-product-pill.active:visited {
  color: #fff;
  cursor: default;
}

.vna-related-product-pill:focus-visible {
  outline: 2px solid var(--vna-accent);
  outline-offset: 3px;
}
