/* v71: keep global Text Sets reachable without duplicating them in every region. */
body.tta-region-inventory [data-text-sets-nav] {
  order: 6;
  box-sizing: border-box;
  width: min(100%, 45rem);
  margin: 1.25rem 0 0;
}

body.tta-region-inventory [data-text-sets-link] {
  width: 100%;
  max-width: none;
  min-height: 4.75rem;
  padding: .85rem 1rem;
  border: 1.5px solid var(--region70-ink, #241a06);
  border-radius: .7rem;
  background: var(--region70-surface, #fffdf8);
  color: var(--region70-ink, #241a06);
  box-shadow: none;
}

body.tta-region-inventory [data-text-sets-link] strong {
  color: var(--region70-forest, #24503a);
  font-size: 1.15rem;
  line-height: 1.25;
}

body.tta-region-inventory [data-text-sets-link] small {
  color: var(--region70-muted, #5b5344);
  font-size: .95rem;
  line-height: 1.35;
}

body.tta-region-inventory [data-text-sets-link]:hover {
  border-color: var(--region70-forest, #24503a);
  background: var(--region70-wash, #f7f1e1);
}

body.tta-region-inventory [data-text-sets-link]:focus-visible {
  outline: 3px solid var(--region70-focus, #765300);
  outline-offset: 3px;
}

@media print {
  body.tta-region-inventory [data-text-sets-nav] {
    display: none !important;
  }
}
