/* Keep configuration comparisons readable on narrow article pages. */
@media (max-width: 720px) {
  .news-article .rich-content .news-config-table { display:block; width:100%; overflow:visible; }
  .news-config-table thead { position:absolute; width:1px; height:1px; padding:0; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
  .news-config-table tbody { display:grid; gap:14px; }
  .news-config-table tr { display:grid; padding:16px; border:1px solid #dce4ef; border-radius:4px; }
  .news-article .rich-content .news-config-table td { display:block; min-width:0; width:auto; border:0; padding:0; }
  .news-config-table td:first-child { font-size:17px; font-weight:600; }
  .news-config-table td:nth-child(2) { margin:10px 0; line-height:1.9; }
  .news-config-table td:last-child { color:#0052d9; font-size:18px; font-weight:600; }
}
