.rt-reading-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:38px;align-items:start}
.rt-reading-layout .rt-article{max-width:none;min-width:0;margin:0;width:100%}
.rt-reading-layout .rt-article__header h1{font-size:clamp(27px,2.8vw,40px);line-height:1.5;letter-spacing:-.02em}
.rt-reading-layout .rt-article__lead{font-size:18px;line-height:1.95}
.rt-reading-sidebar{align-self:stretch;min-width:0;padding-block:54px}
.rt-reading-sidebar__sticky{position:sticky;top:var(--rt-reading-top,190px);max-height:calc(100dvh - var(--rt-reading-top,190px) - 20px);overflow-y:auto;scrollbar-width:thin;display:grid;gap:18px}
.rt-sidebar-box{padding:20px;border:1px solid var(--rt-line);border-radius:16px;background:#fff}
.rt-sidebar-box h2{font-size:19px;margin:0 0 14px;line-height:1.5}
.rt-category-links{display:flex;flex-wrap:wrap;gap:7px}
.rt-category-links a{display:flex;align-items:center;min-height:44px;padding:6px 12px;background:var(--rt-paper);border-radius:9px;font-size:14px;color:var(--rt-navy)}
.rt-category-links a:hover{background:var(--rt-navy);color:#fff}
.rt-sidebar-news{display:grid;gap:16px}
.rt-sidebar-news__item{display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:12px;font-size:14px;font-weight:750;line-height:1.8}
.rt-sidebar-news__item img,.rt-sidebar-news__placeholder{width:88px;height:72px;object-fit:cover;border-radius:10px;background:var(--rt-navy);color:#fff;display:grid;place-items:center}
.rt-table-scroll{overflow-x:auto;max-width:100%;border:1px solid #b6c2c8;border-radius:14px;margin-block:26px;background:#fff}
.rt-prose .rt-table-scroll table{margin:0;width:100%;border-collapse:separate;border-spacing:0;border:0;min-width:440px;border-radius:14px}
.rt-prose table th,.rt-prose table td{border:0!important;border-inline-end:1px solid #cbd3d7!important;border-bottom:1px solid #cbd3d7!important;padding:13px 16px!important;text-align:center!important;text-align-last:center!important;vertical-align:middle!important;line-height:1.8}
.rt-prose table th:last-child,.rt-prose table td:last-child{border-inline-end:0!important}
.rt-prose table tr:last-child td{border-bottom:0!important}
.rt-prose table th{background:var(--rt-navy);color:#fff;font-weight:750}
.rt-prose table tbody tr:nth-child(even) td{background:#f4f1eb}
.rt-prose table td p,.rt-prose table th p{text-align:center!important;text-align-last:center!important}
@media(max-width:960px){.rt-reading-layout{grid-template-columns:minmax(0,1fr);gap:0}.rt-reading-sidebar{padding-block:0 40px}.rt-reading-sidebar__sticky{position:static;max-height:none;overflow:visible;grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.rt-reading-sidebar__sticky{grid-template-columns:1fr}.rt-reading-layout .rt-article__header h1{font-size:27px}.rt-reading-layout .rt-single{padding-top:30px}.rt-prose table td,.rt-prose table th{padding:10px!important}}
/* Keep prose justified on phones; headings and table cells retain their own alignment. */
@media(max-width:600px){.rt-prose,.rt-prose p,.rt-prose li{text-align:justify;text-align-last:right;word-spacing:normal;overflow-wrap:break-word;hyphens:none}.rt-prose h2,.rt-prose h3,.rt-prose h4{text-align:right}}
