@charset "UTF-8";
.topic-index{max-width:1200px;margin:55px auto 0;padding:38px 28px 48px;border-top:1px solid #ccd5c8;color:var(--ink,#233b32);font-family:var(--sans,"Segoe UI",sans-serif)}.topic-index-heading{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:25px}.topic-index-heading h2{font-family:var(--serif,Georgia,serif);font-weight:500;font-size:clamp(26px,3vw,35px);line-height:1.3;margin:9px 0 0}.topic-index-heading>a{font-size:13px;flex-shrink:0;min-height:44px;display:inline-flex;align-items:center}.topic-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 30px}.topic-index-item{display:block!important;padding:19px 0!important;border-top:1px solid #d9dfd3;text-decoration:none;min-width:0;color:inherit!important}.topic-index-item h3{font-family:var(--sans,"Segoe UI",sans-serif);font-size:16px;line-height:1.5;font-weight:600;margin:0 0 8px;overflow-wrap:anywhere}.topic-index-item h3 span{white-space:nowrap}.topic-index-item p{font-size:13px;line-height:1.65;color:#53645a;margin:0}.topic-index-item:hover h3{text-decoration:underline;text-underline-offset:4px}.topic-index a:focus-visible{outline:3px solid #9c3a25;outline-offset:4px}
@media(max-width:800px){.topic-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topic-index-heading{align-items:flex-start}}
@media(max-width:520px){.topic-index{padding:28px 20px 34px;margin-top:28px}.topic-index-grid{grid-template-columns:1fr}.topic-index-heading{flex-direction:column;gap:5px}.topic-index-heading h2{font-size:27px}.topic-index-item{padding:17px 0!important}}
@media print{.topic-index{display:none}}
