.tac-breadcrumbs {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
}

.tac-breadcrumbs ol {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.tac-breadcrumbs li::after {
  content: "/";
  margin-left: 0.35rem;
  color: var(--color-text-muted);
}

.tac-breadcrumbs li:last-child::after {
  content: "";
}

.tac-breadcrumbs a {
  color: var(--color-text-muted);
}

.tac-header {
  max-width: 44rem;
  margin-bottom: var(--space-8);
}

.tac-lead {
  font-size: var(--font-size-lg);
}

.tac-content {
  margin-bottom: var(--space-8);
}

.tac-section + .tac-section {
  margin-top: var(--space-6);
}

.tac-section h2 {
  margin-bottom: var(--space-3);
}

.tac-section ul,
.tac-section ol {
  margin-top: var(--space-2);
  color: var(--color-text-muted);
}

.tac-section li + li {
  margin-top: 0.4rem;
}

.tac-section--last {
  margin-bottom: 0;
}

.tac-cta .card {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .tac-cta .card {
    align-items: center;
  }
}
