/* tf-v078: checker two-col + short empty newsletter. Unique filename busts CF cache of style.css */
html body.tf-front .tf-checker-band .tf-checker-inner,
html body .tf-checker-band .tf-checker-inner.tf-checker-inner--two,
html body .tf-checker-band .tf-checker-inner:has(.tf-checker-preview) {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1.75rem 2.5rem;
  align-items: center;
  width: 100% !important;
  max-width: var(--tf-wrap, 1120px);
}
@media (max-width: 700px) {
  html body.tf-front .tf-checker-band .tf-checker-inner,
  html body .tf-checker-band .tf-checker-inner.tf-checker-inner--two,
  html body .tf-checker-band .tf-checker-inner:has(.tf-checker-preview) {
    grid-template-columns: 1fr !important;
    gap: 1.25rem;
  }
}
.tf-newsletter {
  padding: 1.1rem 1.25rem 1.25rem;
}
.tf-newsletter-inner {
  min-height: 48px;
  padding: 0.65rem 1rem;
}
[class^="grow-inline-subscribe-widget-"] {
  min-height: 0;
}