/**
 * Voyager theme page — state rules from html-design/Theme Voyager.dc.html
 * that utilities cannot carry: the active PDP-architecture tab (a
 * JS-computed style in the design) and a guard so [hidden] wins over the
 * panels' display:grid utility.
 */
.page-theme-voyager [data-pdp-tab][aria-pressed="true"] {
  border-color: var(--color-ink);
  background: var(--color-ink);
  color: #fff;
}

.page-theme-voyager [data-pdp-panel][hidden] {
  display: none;
}
