.article-layout { min-width: 0; }
.article-body { min-width: 0; max-width: 100%; }
.topic-module { margin: 38px 0; border-top: 3px solid #0a0a0a; border-bottom: 1px solid #ccc; background: #f8f8f8; }
.topic-module h2 { margin: 0; padding: 24px 24px 8px; font-size: 26px; }
.topic-module > p { padding: 0 24px 18px; }
.module-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.module-item { padding: 20px 24px; border-top: 1px solid #ddd; }
.module-item:nth-child(odd) { border-right: 1px solid #ddd; }
.module-item strong { display: block; margin-bottom: 5px; color: #c0603e; font-size: 13px; text-transform: uppercase; }
.module-item p { margin: 0; font-size: 15px; line-height: 1.55; }
.module-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.module-table th, .module-table td { padding: 14px 18px; border-top: 1px solid #ddd; text-align: left; vertical-align: top; }
.module-table th { background: #efefef; font-size: 12px; text-transform: uppercase; }
@media (max-width: 960px) {
  .article-layout { width: min(730px, 90%); }
}
@media (max-width: 600px) {
  .article-layout { width: calc(100% - 32px); }
  .module-grid { grid-template-columns: 1fr; }
  .module-item:nth-child(odd) { border-right: 0; }
  .module-table { display: block; max-width: 100%; overflow-x: auto; }
  .module-table th, .module-table td { min-width: 130px; padding: 12px; }
  .topic-module h2, .topic-module > p { padding-left: 18px; padding-right: 18px; }
}
