.tf-ui-enhanced #tf-actionbar {
  display: none !important;
}

.tf-ui-v1 .tf-page,
.tf-ui-v1 .tf-component {
  color: var(--tf-color-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.tf-ui-v1 .tf-page *,
.tf-ui-v1 .tf-component * { box-sizing: border-box; }

.tf-ui-v1 .tf-component { padding-block: var(--tf-space-section); }
.tf-ui-v1 .tf-component__inner {
  width: min(100% - 2rem, var(--tf-container));
  margin-inline: auto;
}

.tf-ui-v1 .tf-component h2 {
  max-width: 48rem;
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.18;
  text-wrap: balance;
}

.tf-ui-v1 .tf-eyebrow {
  margin: 0 0 .65rem;
  color: var(--tf-color-primary);
  font-size: .8125rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tf-ui-v1 .tf-card {
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--tf-color-border);
  border-radius: var(--tf-radius-md);
  background: var(--tf-color-surface);
  box-shadow: var(--tf-shadow-sm);
}

@media (max-width: 600px) {
  .tf-ui-v1 .tf-page .tf-grid-2,
  .tf-ui-v1 .tf-page .tf-grid-3 { grid-template-columns: minmax(0, 1fr) !important; }
  .tf-ui-v1 .tf-page .tf-grid-2 > *,
  .tf-ui-v1 .tf-page .tf-grid-3 > * { min-width: 0; }
	.tf-ui-v1 .tf-page .tf-err-grid {
	  grid-template-columns: minmax(0, 1fr) !important;
	  width: 100%;
	}
	.tf-ui-v1 .tf-page .tf-err-grid > * { min-width: 0; }
}
