.program-list summary{grid-template-columns:40px 150px minmax(0,1fr) 200px 25px;gap:28px;padding:25px 0}
.program-photo{display:block;width:150px;height:200px;object-fit:cover;object-position:center;border:0;background:var(--ink)}
.program-list h3{font-size:clamp(28px,2.6vw,38px)}
.program-body{padding-left:246px;padding-right:53px}
@media(max-width:1100px){.program-list summary{grid-template-columns:30px 135px minmax(0,1fr) 25px;gap:22px}.program-photo{width:135px;height:180px}.program-list .program-tag{display:none}.program-body{padding-left:209px;padding-right:0;gap:30px}}
@media(max-width:760px){.program-list summary{grid-template-columns:112px minmax(0,1fr) 20px;grid-template-rows:auto 1fr;gap:10px 16px;padding:22px 0}.program-photo{grid-column:1;grid-row:1/3;width:112px;height:150px}.program-list summary>.index{grid-column:2;grid-row:1;align-self:end}.program-list h3{grid-column:2;grid-row:2;align-self:start;font-size:26px;overflow-wrap:anywhere;line-height:1.1}.program-list summary>.plus{grid-column:3;grid-row:1/3}.program-body{padding:0 0 28px;gap:10px}.program-list details[open] .program-body{margin-top:3px}}
