.ut-theory-scope { margin-top: 48px; scroll-margin-top: 140px; }
.ut-theory-scope > p { max-width: 88ch; }
.ut-table-scroll { overflow-x: auto; margin: 24px 0; border: 1px solid var(--line, #dedee3); border-radius: 16px; }
.ut-table-scroll table { border-collapse: collapse; width: 100%; min-width: 550px; font-size: .9375rem; }
.ut-table-scroll caption { padding: 18px 20px; text-align: left; font-weight: 600; background: #fff; }
.ut-table-scroll th, .ut-table-scroll td { padding: 14px 20px; border-top: 1px solid var(--line, #dedee3); text-align: left; }
.ut-table-scroll thead th { background: #e8f4ee; font-weight: 600; }
.ut-table-scroll tbody th { font-weight: 500; }
.ut-table-scroll tbody tr:nth-child(even) { background: #fff; }
.ut-table-scroll td:last-child { font-weight: 700; color: #10784f; }
.ut-table-scroll:focus-visible { outline: 3px solid #19ab75; outline-offset: 3px; }
@media (max-width: 600px) {
  .ut-theory-scope { margin-top: 32px; }
  .ut-table-scroll th, .ut-table-scroll td { padding: 12px 16px; }
}
