/* Smart Rings France - wide comparison tables fit the desktop container.
   Added 2026-08-30. Ship any change under a NEW filename: static assets are
   cached for one year and a purge does not reach a returning visitor. */
@media (min-width: 1100px) {
  .srf-comparison-table { width: calc(100% + 280px); max-width: calc(100vw - 175px); }
  .srf-decision-summary .srf-comparison-table { margin-left: -26px; margin-right: -26px; width: calc(100% + 332px); }
  .srf-comparison-table table { font-size: 0.84rem; line-height: 1.4; }
  .srf-comparison-table th,
  .srf-comparison-table td { padding: 8px 7px; }
  .srf-comparison-table caption { font-size: 0.86rem; }
  .srf-comparison-table .srf-inline-cta,
  .srf-comparison-table .srf-disabled-cta { font-size: 0.8rem; padding: 6px 8px; white-space: nowrap; }
}

/* Homepage money table: the wrap is 2px narrower than the table min-width on a
   wide desktop, which forced a 2px scroll. Added 2026-08-30. */
@media (min-width: 1400px) {
  .ria-money-table-wrap > table { min-width: 100%; }
}
