/* V292 — selective comparison centring
   User-requested polish for the One-page vs Multi-page decision section only.
   Footer, sticky header, hero system and other page layouts remain unchanged. */

@media (min-width: 761px) {
  .seo250-page .v292-centred-comparison .seo250-comparison table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .seo250-page .v292-centred-comparison .seo250-comparison th,
  .seo250-page .v292-centred-comparison .seo250-comparison td {
    text-align: center !important;
    vertical-align: middle !important;
  }

  .seo250-page .v292-centred-comparison .seo250-callout {
    text-align: center;
    padding-left: clamp(26px, 5vw, 72px);
    padding-right: clamp(26px, 5vw, 72px);
  }

  .seo250-page .v292-centred-comparison .seo250-callout p {
    max-width: 920px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
