html {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.vf-compliance-page {
  height: auto;
  min-height: 100%;
  overflow: visible;
  background: var(--vf-gallery);
  color: var(--vf-ink);
}

.vf-compliance-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--vf-hairline);
  background: color-mix(in srgb, var(--vf-gallery) 90%, transparent);
  backdrop-filter: var(--vf-blur-header);
}

.vf-compliance-header-inner,
.vf-compliance-main,
.vf-compliance-footer-inner {
  width: min(880px, calc(100% - (2 * var(--vf-space-gutter))));
  margin-inline: auto;
}

.vf-compliance-header-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--vf-space-4);
}

.vf-compliance-header-controls {
  display: flex;
  align-items: center;
  gap: var(--vf-space-3);
}

.vf-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vf-compliance-brand img {
  display: block;
  border-radius: var(--vf-radius-card);
  transition: opacity var(--vf-duration-fast) var(--vf-ease);
}

.vf-compliance-brand:hover img,
.vf-compliance-brand:focus-visible img {
  opacity: 0.8;
}

.vf-compliance-appearance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: var(--vf-radius-full);
  background: transparent;
  color: var(--vf-slate);
  cursor: pointer;
  transition: color var(--vf-duration-fast) var(--vf-ease), background var(--vf-duration-fast) var(--vf-ease);
}

.vf-compliance-appearance .vf-svg-icon {
  width: 18px;
  height: 18px;
}

.vf-compliance-appearance:hover {
  color: var(--vf-ink);
  background: var(--vf-paper);
}

.vf-compliance-appearance:focus-visible {
  color: var(--vf-ink);
}

.vf-compliance-brand:focus-visible,
.vf-compliance-appearance:focus-visible,
.vf-compliance-breadcrumb a:focus-visible,
.vf-compliance-article a:focus-visible,
.vf-compliance-footer a:focus-visible,
.vf-compliance-guide-link:focus-visible,
.vf-compliance-tasknav-chip:focus-visible,
.vf-compliance-share:focus-visible,
.vf-compliance-filter-chip:focus-visible,
.vf-compliance-action summary:focus-visible,
.vf-compliance-update summary:focus-visible,
.vf-compliance-sources summary:focus-visible,
select:focus-visible {
  outline: 2px solid var(--vf-focus);
  outline-offset: 3px;
  border-radius: var(--vf-radius-tiny);
}

.vf-compliance-main {
  padding-block: clamp(var(--vf-space-8), 8vw, 88px);
}

.vf-compliance-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--vf-space-2);
  margin-bottom: var(--vf-space-7);
  color: var(--vf-slate);
  font-size: var(--vf-text-small);
}

.vf-compliance-breadcrumb a {
  color: var(--vf-slate);
  text-decoration: none;
}

.vf-compliance-breadcrumb a:hover {
  color: var(--vf-ink);
  text-decoration: underline;
}

.vf-compliance-breadcrumb span[aria-current] {
  color: var(--vf-ink);
}

.vf-compliance-eyebrow {
  margin: 0 0 var(--vf-space-3);
  color: var(--vf-go-deep);
  font-size: var(--vf-text-label);
  font-weight: var(--vf-weight-selected);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vf-compliance-freshness-badge {
  display: inline-flex;
  align-items: center;
  padding: 1px var(--vf-space-2);
  border-radius: var(--vf-radius-tiny);
  font-size: var(--vf-text-caption);
  font-weight: var(--vf-weight-selected);
  letter-spacing: 0.02em;
  text-transform: none;
  vertical-align: middle;
}

.vf-compliance-freshness-current,
.vf-compliance-freshness-updated {
  background: var(--vf-go-wash);
  color: var(--vf-go-deep);
}

.vf-compliance-freshness-update-under-review {
  background: color-mix(in srgb, var(--vf-caution) 16%, var(--vf-paper));
  color: var(--vf-ink);
}

.vf-compliance-freshness-superseded {
  background: var(--vf-gallery);
  color: var(--vf-slate);
}

.vf-compliance-hero h1 {
  max-width: 20ch;
  margin: 0;
  color: var(--vf-ink);
  font-size: clamp(32px, 5.5vw, 52px);
  font-weight: var(--vf-weight-heading);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.vf-compliance-subline {
  max-width: 60ch;
  margin: var(--vf-space-4) 0 0;
  color: var(--vf-carbon);
  font-size: var(--vf-text-emphasis);
  line-height: 1.5;
}

.vf-compliance-copy {
  max-width: 68ch;
  margin: var(--vf-space-5) 0 0;
  color: var(--vf-carbon);
  font-size: var(--vf-text-reading);
  line-height: 1.7;
}

.vf-compliance-deadline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--vf-space-2) var(--vf-space-4);
  margin-top: var(--vf-space-6);
  padding: var(--vf-space-4) var(--vf-space-5);
  border-left: 3px solid var(--vf-caution);
  border-radius: 0 var(--vf-radius-card) var(--vf-radius-card) 0;
  background: color-mix(in srgb, var(--vf-caution) 12%, var(--vf-paper));
}

.vf-compliance-deadline-label {
  color: var(--vf-ink);
  font-weight: var(--vf-weight-selected);
  font-size: var(--vf-text-small);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.vf-compliance-deadline-date {
  color: var(--vf-ink);
  font-weight: var(--vf-weight-heading);
}

.vf-compliance-deadline-note {
  flex-basis: 100%;
  color: var(--vf-carbon);
  font-size: var(--vf-text-small);
}

.vf-compliance-share {
  display: inline-flex;
  align-items: center;
  gap: var(--vf-space-1);
  margin-top: var(--vf-space-6);
  padding: var(--vf-space-1) var(--vf-space-3);
  border: 1px solid var(--vf-hairline);
  border-radius: var(--vf-radius-full);
  background: var(--vf-paper);
  color: var(--vf-slate);
  font-size: var(--vf-text-small);
  font-weight: var(--vf-control-weight);
  cursor: pointer;
}

.vf-compliance-share:hover,
.vf-compliance-share:focus-visible {
  color: var(--vf-go-deep);
  border-color: var(--vf-go);
}

.vf-compliance-tabsection {
  margin-top: clamp(var(--vf-space-9), 8vw, 96px);
}

/* What changed hides entirely when no update applies to the selected
   jurisdiction (issue #636 PR1). */
.vf-compliance-tabsection.is-hidden {
  display: none;
}

.vf-compliance-tabsection h2 {
  margin: 0 0 var(--vf-space-5);
  color: var(--vf-ink);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: var(--vf-weight-heading);
  letter-spacing: -0.02em;
}

.vf-compliance-actions,
.vf-compliance-timeline {
  display: grid;
  gap: var(--vf-space-3);
}

.vf-compliance-action,
.vf-compliance-update {
  border: 1px solid var(--vf-hairline);
  border-radius: var(--vf-radius-card);
  background: var(--vf-paper);
  overflow: hidden;
}

.vf-compliance-action summary,
.vf-compliance-update summary {
  display: flex;
  align-items: center;
  gap: var(--vf-space-4);
  padding: var(--vf-space-4) var(--vf-space-5);
  list-style: none;
  cursor: pointer;
  font-weight: var(--vf-control-weight);
}

.vf-compliance-action summary::-webkit-details-marker,
.vf-compliance-update summary::-webkit-details-marker {
  display: none;
}

.vf-compliance-action summary::after,
.vf-compliance-update summary::after {
  content: "\203A";
  margin-left: auto;
  color: var(--vf-slate);
  transform: rotate(90deg);
  transition: transform var(--vf-duration-fast) var(--vf-ease);
}

.vf-compliance-action[open] summary::after,
.vf-compliance-update[open] summary::after {
  transform: rotate(-90deg);
}

.vf-compliance-action-n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: var(--vf-radius-full);
  background: var(--vf-go-wash);
  color: var(--vf-go-deep);
  font-size: var(--vf-text-small);
  font-weight: var(--vf-weight-selected);
}

.vf-compliance-action-title {
  color: var(--vf-ink);
}

.vf-compliance-action-blurb {
  color: var(--vf-slate);
  font-size: var(--vf-text-small);
  font-weight: 400;
}

.vf-compliance-action-body,
.vf-compliance-update-body {
  padding: 0 var(--vf-space-5) var(--vf-space-5);
  color: var(--vf-carbon);
  font-size: var(--vf-text-reading);
  line-height: 1.7;
}

.vf-compliance-action-body ul {
  display: grid;
  gap: var(--vf-space-2);
  margin: var(--vf-space-3) 0;
  padding-left: var(--vf-space-6);
}

.vf-compliance-action-body li::marker {
  color: var(--vf-go-deep);
}

.vf-compliance-done-when {
  margin-top: var(--vf-space-4);
  color: var(--vf-carbon);
}

.vf-compliance-action-cta {
  display: inline-block;
  margin-top: var(--vf-space-4);
  color: var(--vf-go-deep);
  font-weight: var(--vf-weight-selected);
  text-decoration: none;
}

.vf-compliance-action-cta:hover,
.vf-compliance-action-cta:focus-visible {
  text-decoration: underline;
}

.vf-compliance-filter {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vf-space-2);
  margin-bottom: var(--vf-space-5);
}

.vf-compliance-filter-chip {
  padding: var(--vf-space-1) var(--vf-space-3);
  border: 1px solid var(--vf-hairline);
  border-radius: var(--vf-radius-full);
  background: var(--vf-paper);
  color: var(--vf-slate);
  font-size: var(--vf-text-small);
  cursor: pointer;
}

.vf-compliance-filter-chip.is-active {
  color: var(--vf-go-deep);
  border-color: var(--vf-go);
  font-weight: var(--vf-weight-selected);
}

.vf-compliance-services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: var(--vf-space-4);
}

.vf-compliance-service {
  padding: var(--vf-space-5);
  border: 1px solid var(--vf-hairline);
  border-radius: var(--vf-radius-card);
  background: var(--vf-paper);
}

.vf-compliance-service.is-hidden {
  display: none;
}

.vf-compliance-service-category {
  margin: 0 0 var(--vf-space-2);
  color: var(--vf-go-deep);
  font-size: var(--vf-text-caption);
  font-weight: var(--vf-weight-selected);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.vf-compliance-service h3 {
  margin: 0 0 var(--vf-space-2);
  color: var(--vf-ink);
  font-size: var(--vf-text-emphasis);
}

.vf-compliance-service p {
  margin: 0;
  color: var(--vf-carbon);
  font-size: var(--vf-text-small);
  line-height: 1.6;
}

.vf-compliance-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vf-space-1);
  margin: var(--vf-space-3) 0 0;
  padding: 0;
  list-style: none;
}

.vf-compliance-tags li {
  padding: 2px var(--vf-space-2);
  border-radius: var(--vf-radius-tiny);
  background: var(--vf-gallery);
  color: var(--vf-slate);
  font-size: var(--vf-text-caption);
}

.vf-compliance-update-date {
  color: var(--vf-ink);
  font-variant-numeric: tabular-nums;
}

.vf-compliance-update-kind {
  padding: 2px var(--vf-space-2);
  border-radius: var(--vf-radius-tiny);
  background: var(--vf-go-wash);
  color: var(--vf-go-deep);
  font-size: var(--vf-text-caption);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.vf-compliance-update-title {
  color: var(--vf-ink);
  flex: 1;
}

.vf-compliance-update-source {
  color: var(--vf-slate);
  font-size: var(--vf-text-small);
}

.vf-compliance-draft-banner {
  margin-bottom: var(--vf-space-6);
  padding: var(--vf-space-3) var(--vf-space-5);
  border-left: 3px solid var(--vf-caution);
  border-radius: 0 var(--vf-radius-card) var(--vf-radius-card) 0;
  background: color-mix(in srgb, var(--vf-caution) 12%, var(--vf-paper));
  color: var(--vf-ink);
  font-size: var(--vf-text-small);
  font-weight: var(--vf-control-weight);
}

.vf-compliance-related-list {
  display: grid;
  gap: var(--vf-space-3);
  margin: 0;
  padding: 0;
  list-style: none;
}

/* !important is deliberate here: mirrors .vf-compliance-guide-item.is-hidden
   -- a jurisdiction-mismatched update must stay hidden even when "View all
   changes" has been activated (vf-is-showing-all), which would otherwise let
   .vf-compliance-related-list.vf-is-showing-all .vf-is-extra (a
   higher-specificity three-class-selector rule) override a plain .is-hidden
   class on the same <li>. */
.vf-compliance-related-list li.is-hidden {
  display: none !important;
}

.vf-compliance-related-link {
  display: block;
  padding: var(--vf-space-5);
  border: 1px solid var(--vf-hairline);
  border-radius: var(--vf-radius-card);
  background: var(--vf-paper);
  color: inherit;
  text-decoration: none;
  transition: border-color var(--vf-duration-fast) var(--vf-ease);
}

.vf-compliance-related-link:hover,
.vf-compliance-related-link:focus-visible {
  border-color: var(--vf-go);
}

.vf-compliance-related-eyebrow {
  display: block;
  margin-bottom: var(--vf-space-2);
  color: var(--vf-go-deep);
  font-size: var(--vf-text-caption);
  font-weight: var(--vf-weight-selected);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.vf-compliance-related-title {
  display: block;
  margin-bottom: var(--vf-space-2);
  color: var(--vf-ink);
  font-size: var(--vf-text-emphasis);
  font-weight: var(--vf-weight-heading);
}

.vf-compliance-related-description {
  display: block;
  color: var(--vf-carbon);
  font-size: var(--vf-text-small);
  line-height: 1.6;
}

html.vf-compliance-modal-open,
html.vf-compliance-modal-open body {
  overflow: hidden;
}

.vf-compliance-modal {
  position: fixed;
  inset: 0;
  width: min(720px, calc(100% - (2 * var(--vf-space-gutter))));
  max-height: min(85vh, 900px);
  margin: auto;
  padding: 0;
  border: 1px solid var(--vf-hairline);
  border-radius: var(--vf-radius-card);
  background: var(--vf-gallery);
  color: var(--vf-ink);
}

.vf-compliance-modal::backdrop {
  background: color-mix(in srgb, var(--vf-ink) 45%, transparent);
}

.vf-compliance-modal-close {
  position: sticky;
  top: var(--vf-space-4);
  left: 100%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: var(--vf-space-4) var(--vf-space-4) calc(-1 * var(--vf-space-4));
  border: 1px solid var(--vf-hairline);
  border-radius: var(--vf-radius-full);
  background: var(--vf-paper);
  color: var(--vf-slate);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.vf-compliance-modal-close:hover,
.vf-compliance-modal-close:focus-visible {
  color: var(--vf-ink);
  border-color: var(--vf-go);
}

.vf-compliance-modal-body {
  max-height: min(85vh, 900px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: var(--vf-space-6);
}

.vf-compliance-modal-body .vf-compliance-article {
  display: block;
}

.vf-compliance-modal-loading {
  color: var(--vf-slate);
  font-size: var(--vf-text-small);
}

.vf-compliance-modal-standalone-link {
  display: inline-block;
  margin-top: var(--vf-space-6);
  color: var(--vf-go-deep);
  font-size: var(--vf-text-small);
  font-weight: var(--vf-weight-selected);
  text-decoration: none;
}

.vf-compliance-modal-standalone-link:hover,
.vf-compliance-modal-standalone-link:focus-visible {
  text-decoration: underline;
}

@media (max-width: 760px) {
  .vf-compliance-modal {
    inset: auto 0 0 0;
    width: 100%;
    max-height: 88vh;
    margin: 0;
    border-radius: var(--vf-radius-card) var(--vf-radius-card) 0 0;
  }

  .vf-compliance-modal-body {
    max-height: 88vh;
  }
}

.vf-compliance-note {
  margin-top: clamp(var(--vf-space-9), 8vw, 96px);
  padding: var(--vf-space-5);
  border-left: 3px solid var(--vf-go);
  border-radius: 0 var(--vf-radius-card) var(--vf-radius-card) 0;
  background: var(--vf-go-wash);
  color: var(--vf-carbon);
}

.vf-compliance-note strong {
  display: block;
  margin-bottom: var(--vf-space-1);
  color: var(--vf-ink);
}

.vf-compliance-country {
  display: flex;
  align-items: center;
}

.vf-compliance-country select {
  padding: var(--vf-space-1) var(--vf-space-3);
  border: 1px solid var(--vf-hairline);
  border-radius: var(--vf-radius-small);
  background: var(--vf-paper);
  color: var(--vf-ink);
  font-size: var(--vf-text-small);
}

.vf-compliance-search {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: clamp(var(--vf-space-6), 5vw, var(--vf-space-7));
}

.vf-compliance-search-icon {
  position: absolute;
  left: var(--vf-space-4);
  color: var(--vf-slate);
  pointer-events: none;
}

.vf-compliance-search-input {
  width: 100%;
  min-height: 52px;
  padding: 0 var(--vf-space-8) 0 44px;
  border: 2px solid var(--vf-hairline);
  border-radius: var(--vf-radius-full);
  background: var(--vf-paper);
  color: var(--vf-ink);
  font-size: var(--vf-text-emphasis);
  font-family: inherit;
  transition: border-color var(--vf-duration-fast) var(--vf-ease);
}

.vf-compliance-search-input::placeholder {
  color: var(--vf-slate);
}

.vf-compliance-search-input:hover {
  border-color: var(--vf-go);
}

.vf-compliance-search-input:focus-visible {
  outline: 2px solid var(--vf-focus);
  outline-offset: 2px;
  border-color: var(--vf-go);
}

/* Removes native search-field decorations (webkit cancel/clear icon) so the
   single canonical .vf-compliance-search-clear button below is the only
   clear affordance -- never two competing clear controls. */
.vf-compliance-search-input::-webkit-search-cancel-button,
.vf-compliance-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.vf-compliance-search-clear {
  position: absolute;
  right: var(--vf-space-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: var(--vf-radius-full);
  background: transparent;
  color: var(--vf-slate);
  cursor: pointer;
  transition: color var(--vf-duration-fast) var(--vf-ease), background var(--vf-duration-fast) var(--vf-ease);
}

.vf-compliance-search-clear .vf-svg-icon {
  width: 16px;
  height: 16px;
}

.vf-compliance-search-clear:hover {
  color: var(--vf-ink);
  background: var(--vf-gallery);
}

.vf-compliance-search-clear:focus-visible {
  outline: 2px solid var(--vf-focus);
  outline-offset: 2px;
}

.vf-compliance-tasknav {
  margin-top: clamp(var(--vf-space-7), 6vw, var(--vf-space-9));
}

.vf-compliance-tasknav-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vf-space-2);
}

.vf-compliance-tasknav-chip {
  min-height: 44px;
  padding: var(--vf-space-2) var(--vf-space-4);
  border: 2px solid var(--vf-hairline);
  border-radius: var(--vf-radius-full);
  background: var(--vf-paper);
  color: var(--vf-slate);
  font-size: var(--vf-text-small);
  font-weight: var(--vf-control-weight);
  cursor: pointer;
  transition: color var(--vf-duration-fast) var(--vf-ease), border-color var(--vf-duration-fast) var(--vf-ease), background var(--vf-duration-fast) var(--vf-ease);
}

.vf-compliance-tasknav-chip:hover {
  color: var(--vf-ink);
  border-color: var(--vf-go);
}

.vf-compliance-tasknav-chip:focus-visible {
  outline: 2px solid var(--vf-go);
  outline-offset: 2px;
}

.vf-compliance-tasknav-chip.is-active {
  border-color: var(--vf-go);
  background: var(--vf-go-wash);
  color: var(--vf-go-deep);
  font-weight: var(--vf-weight-selected);
}

.vf-compliance-tasknav-chip.is-hidden {
  display: none;
}

.vf-compliance-guide-groups {
  display: grid;
  gap: clamp(var(--vf-space-8), 6vw, var(--vf-space-9));
}

.vf-compliance-guide-groups.is-hidden {
  display: none;
}

.vf-compliance-guide-group.is-hidden {
  display: none;
}

.vf-compliance-guide-group-intro {
  margin-bottom: var(--vf-space-6);
}

.vf-compliance-guide-group h3 {
  margin: 0 0 var(--vf-space-1);
  color: var(--vf-go-deep);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: var(--vf-weight-heading);
  letter-spacing: -0.02em;
  text-transform: none;
}

.vf-compliance-guide-group-count {
  margin: 0 0 var(--vf-space-2);
  color: var(--vf-slate);
  font-size: var(--vf-text-small);
}

.vf-compliance-guide-group-description {
  margin: 0;
  max-width: 60ch;
  color: var(--vf-carbon);
  font-size: var(--vf-text-emphasis);
  line-height: 1.5;
}

.vf-compliance-guide-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--vf-hairline);
}

/* !important is deliberate here: a country-mismatched item must stay hidden
   even when its group is showing-all-guides -- without it,
   .vf-compliance-guide-group.vf-is-showing-all .vf-is-extra (three class
   selectors) would out-specify this two-class selector and incorrectly
   reveal a wrong-jurisdiction guide once a category is expanded. */
.vf-compliance-guide-item.is-hidden {
  display: none !important;
}

.vf-compliance-guide-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  column-gap: var(--vf-space-5);
  padding: var(--vf-space-5) var(--vf-space-3);
  margin-inline: calc(var(--vf-space-3) * -1);
  border-bottom: 1px solid var(--vf-hairline);
  border-radius: var(--vf-radius-small);
  color: inherit;
  text-decoration: none;
  transition: background var(--vf-duration-fast) var(--vf-ease);
}

.vf-compliance-guide-link:hover,
.vf-compliance-guide-link:focus-visible {
  background: var(--vf-go-wash);
}

.vf-compliance-guide-link:hover .vf-compliance-guide-title,
.vf-compliance-guide-link:focus-visible .vf-compliance-guide-title {
  color: var(--vf-go-deep);
}

.vf-compliance-guide-title {
  grid-column: 1;
  color: var(--vf-ink);
  font-size: var(--vf-text-emphasis);
  font-weight: var(--vf-weight-selected);
  transition: color var(--vf-duration-fast) var(--vf-ease);
}

.vf-compliance-guide-next {
  grid-column: 1;
  margin-top: var(--vf-space-1);
  color: var(--vf-carbon);
  font-size: var(--vf-text-small);
  line-height: 1.5;
}

.vf-compliance-guide-cta {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: center;
  color: var(--vf-go-deep);
  font-size: var(--vf-text-small);
  font-weight: var(--vf-weight-selected);
  white-space: nowrap;
}

.vf-compliance-more-coming {
  margin-top: var(--vf-space-6);
  color: var(--vf-slate);
  font-size: var(--vf-text-small);
}

/* Progressive disclosure (Public Compliance Discovery and Search v1): items
   beyond the initial visible count are hidden by default and revealed by the
   category's own "View all N guides" toggle -- never removed from the
   server-rendered HTML, so every canonical link and its search-index
   metadata always exist regardless of visible disclosure state. */
.vf-is-extra {
  display: none;
}

.vf-compliance-guide-group.vf-is-showing-all .vf-is-extra {
  display: list-item;
}

.vf-compliance-related-list.vf-is-showing-all .vf-is-extra {
  display: block;
}

.vf-compliance-guide-toggle {
  display: inline-flex;
  align-items: center;
  gap: var(--vf-space-1);
  margin-top: var(--vf-space-4);
  padding: var(--vf-space-2) 0;
  border: none;
  background: none;
  color: var(--vf-go-deep);
  font-size: var(--vf-text-small);
  font-weight: var(--vf-weight-selected);
  cursor: pointer;
}

.vf-compliance-guide-toggle:hover {
  text-decoration: underline;
}

.vf-compliance-guide-toggle:focus-visible {
  outline: 2px solid var(--vf-focus);
  outline-offset: 3px;
  border-radius: var(--vf-radius-tiny);
}

/* All guidance: compact category overview, not a full article dump. */
.vf-compliance-category-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--vf-space-4);
}

.vf-compliance-category-overview.is-hidden {
  display: none;
}

.vf-compliance-category-destination {
  display: grid;
  gap: var(--vf-space-2);
  padding: var(--vf-space-5);
  border: 1px solid var(--vf-hairline);
  border-radius: var(--vf-radius-card);
  background: var(--vf-paper);
  color: inherit;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color var(--vf-duration-fast) var(--vf-ease);
}

.vf-compliance-category-destination:hover,
.vf-compliance-category-destination:focus-visible {
  border-color: var(--vf-go);
}

.vf-compliance-category-destination:focus-visible {
  outline: 2px solid var(--vf-focus);
  outline-offset: 2px;
}

.vf-compliance-category-destination.is-hidden {
  display: none;
}

.vf-compliance-category-destination-name {
  color: var(--vf-go-deep);
  font-size: var(--vf-text-emphasis);
  font-weight: var(--vf-weight-heading);
}

.vf-compliance-category-destination-count {
  color: var(--vf-slate);
  font-size: var(--vf-text-small);
}

.vf-compliance-category-destination-description {
  color: var(--vf-carbon);
  font-size: var(--vf-text-small);
  line-height: 1.5;
}

.vf-compliance-category-destination-cta {
  margin-top: var(--vf-space-1);
  color: var(--vf-go-deep);
  font-size: var(--vf-text-small);
  font-weight: var(--vf-weight-selected);
}

/* Compact ranked search results replace the normal browse presentation while
   a query is active. */
.vf-compliance-search-results.is-hidden {
  display: none;
}

.vf-compliance-search-result-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--vf-hairline);
}

.vf-compliance-search-result-item.is-hidden {
  display: none;
}

.vf-compliance-search-result-eyebrow {
  display: block;
  grid-column: 1;
  margin-bottom: var(--vf-space-1);
  color: var(--vf-slate);
  font-size: var(--vf-text-caption);
  font-weight: var(--vf-weight-selected);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.vf-compliance-search-empty {
  padding: var(--vf-space-6) 0;
  color: var(--vf-slate);
  font-size: var(--vf-text-reading);
}

.vf-compliance-footer {
  border-top: 1px solid var(--vf-hairline);
  background: var(--vf-paper);
}

.vf-compliance-footer-inner {
  padding-block: var(--vf-space-7);
  display: grid;
  gap: var(--vf-space-4);
}

.vf-compliance-disclaimer {
  margin: 0;
  max-width: 72ch;
  color: var(--vf-carbon);
  font-size: var(--vf-text-small);
  line-height: 1.6;
}

.vf-compliance-sources summary {
  color: var(--vf-slate);
  font-size: var(--vf-text-small);
  font-weight: var(--vf-control-weight);
  cursor: pointer;
}

.vf-compliance-source-list {
  display: grid;
  gap: var(--vf-space-1);
  margin: var(--vf-space-3) 0 0;
  padding-left: var(--vf-space-5);
  color: var(--vf-carbon);
  font-size: var(--vf-text-small);
}

.vf-compliance-source-list a {
  color: var(--vf-go-deep);
}

.vf-compliance-source-tier {
  color: var(--vf-slate);
  font-size: var(--vf-text-caption);
}

.vf-compliance-review-meta {
  margin: var(--vf-space-3) 0 0;
  color: var(--vf-slate);
  font-size: var(--vf-text-caption);
}

.vf-compliance-footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--vf-space-3);
  color: var(--vf-slate);
  font-size: var(--vf-text-small);
}

.vf-compliance-footer-meta nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vf-space-4);
}

.vf-compliance-footer-meta nav a {
  color: var(--vf-go-deep);
  text-decoration: none;
}

.vf-compliance-footer-meta nav a:hover,
.vf-compliance-footer-meta nav a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 760px) {
  .vf-compliance-header-inner,
  .vf-compliance-main,
  .vf-compliance-footer-inner {
    width: min(100% - (2 * var(--vf-space-4)), 720px);
  }

  .vf-compliance-header-inner {
    min-height: 58px;
  }

  .vf-compliance-services {
    grid-template-columns: 1fr;
  }

  .vf-compliance-tasknav-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: var(--vf-space-2);
    margin-inline: calc(var(--vf-space-4) * -1);
    padding-inline: var(--vf-space-4);
    -webkit-overflow-scrolling: touch;
  }

  .vf-compliance-tasknav-chip {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .vf-compliance-guide-link {
    grid-template-columns: 1fr;
    row-gap: var(--vf-space-1);
  }

  .vf-compliance-guide-cta {
    grid-column: 1;
    grid-row: auto;
    margin-top: var(--vf-space-2);
  }

  .vf-compliance-footer-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .vf-compliance-category-overview {
    grid-template-columns: 1fr;
  }

  .vf-compliance-search-input {
    min-height: 48px;
    font-size: var(--vf-text-reading);
  }
}

@media print {
  .vf-compliance-header,
  .vf-compliance-footer,
  .vf-compliance-share,
  .vf-compliance-filter {
    display: none;
  }

  .vf-compliance-action,
  .vf-compliance-update {
    break-inside: avoid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
