/* Preserve intentional word separation when the cards stack on phones. */
@media (max-width: 800px) {
  .partner-grid h2 br,
  .rights-teasers h3 br,
  .section-heading p br { display: inline; }

  /* Override the old third-card padding rule with equal insets. */
  .format-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .format-grid > a:nth-child(n) { min-width: 0; padding: 24px 20px 56px; }
}

@media (max-width: 380px) {
  .format-grid { grid-template-columns: 1fr; }
  .format-grid h3 { font-size: 24px; }
}

@media (max-width: 560px) {
  .format-grid { gap: 14px; }
  .format-grid > a:nth-child(n) { padding: 20px 15px 48px; }
  .format-grid h3 { font-size: clamp(17px, 4.8vw, 24px); line-height: 1.25; }
  .format-grid p { font-size: 12px; line-height: 1.65; }
  .format-grid .arrow { right: 15px; }
}
@media (max-width: 380px) { .format-grid h3 { font-size: 24px; } }
