/* BugHerd #409: /copyright trademark table clipped on mobile.
 * !important: a later desktop rule in the same in-body <style> overrides the
 * page's mobile padding, and in-body styles beat head sheets on source order.
 * 2-col auto table, cells wrap. Scoped to page-copyright.php. */
@media (max-width: 767px) {
  .copyright-page-content table { width: 100%; }
  .copyright-page-content table td { padding: 6px 24px 6px 0 !important; }
  .copyright-page-content table td:last-child { padding-right: 0 !important; }
}
