
.subject-index{--reading-line:color-mix(in srgb,currentColor 18%,transparent);--reading-wash:color-mix(in srgb,currentColor 5%,transparent);grid-column:1/-1;width:min(1040px,calc(100% - 32px));max-width:100%;margin-inline:auto;padding:clamp(28px,5vw,58px) clamp(14px,3vw,32px);background:Canvas;color:CanvasText;font-family:inherit}
.subject-index,.subject-index *{box-sizing:border-box}
.subject-index .subject-index-label{margin:0 0 24px;color:inherit;font-family:inherit;font-size:clamp(24px,3vw,38px);font-style:normal;font-weight:inherit;letter-spacing:0;line-height:1.12}
.subject-index .subject-index-list{min-width:0}
.subject-index .subject-entry{color:inherit;text-decoration:none}
.subject-index .subject-title{min-width:0;overflow-wrap:anywhere;font-family:inherit;font-size:16px;font-weight:700;letter-spacing:0;line-height:1.35}
.subject-index .subject-date,.subject-index .subject-number{font-family:inherit;font-size:12px;letter-spacing:0;line-height:1.3;opacity:.62}
.subject-index .subject-entry:hover .subject-title{text-decoration:underline;text-underline-offset:3px}
.subject-index details{margin-top:10px;border-top:1px solid var(--reading-line)}
.subject-index summary{padding:20px 0 8px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:700;letter-spacing:0}
.subject-index details .subject-index-list{padding-top:10px}
@media(max-width:720px){.subject-index{width:min(100% - 24px,1040px);padding-block:26px}.subject-index .subject-index-label{font-size:26px}}

.subject-index .subject-index-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;border-top:1px solid var(--reading-line)}
.subject-index .subject-entry{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;align-items:start;padding:20px 0;border-bottom:1px solid var(--reading-line)}
.subject-index .subject-date{grid-column:2}
@media(max-width:620px){.subject-index .subject-index-list{grid-template-columns:1fr}}
