/* Static recommendations; scoped independently of article layouts. */
main>.related-reading{max-width:1120px;width:calc(100% - 96px);margin:48px auto 68px;padding:30px 0 0;border-top:2px solid var(--blue)}
.related-reading .related-head{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:22px}.related-reading .related-head h2{font-size:24px;line-height:1.6;margin:0}.related-reading .related-all{font-size:13px;line-height:1.8;color:var(--blue);font-weight:700;padding:8px 0;flex-shrink:0}.related-reading .related-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;list-style:none;padding:0;margin:0}.related-reading .related-cards li{min-width:0;margin:0;padding:0}.related-reading .related-card{display:grid;grid-template-columns:88px minmax(0,1fr);gap:16px;height:100%;padding:18px 0;border-top:1px solid var(--line);text-decoration:none}.related-reading .related-card img{width:88px;height:auto;aspect-ratio:3/2;object-fit:contain;background:#fffdf7;border-radius:4px}.related-reading .related-card h3{font-size:16px;line-height:1.75;letter-spacing:0;color:var(--blue);margin:0 0 8px;overflow-wrap:anywhere}.related-reading .related-card p{font-size:13px;line-height:1.85;color:var(--ink);margin:0}.related-reading .related-card:hover h3{text-decoration:underline;text-underline-offset:4px}.related-reading a:focus-visible{outline:3px solid var(--blue);outline-offset:5px;border-radius:3px}
@media(max-width:1000px){.related-reading .related-cards{grid-template-columns:1fr;gap:0}.related-reading .related-card{grid-template-columns:120px minmax(0,1fr);gap:22px}.related-reading .related-card img{width:120px}}
@media(max-width:600px){main>.related-reading{width:calc(100% - 40px);margin-block:38px 48px;padding-top:22px}.related-reading .related-head{display:block;margin-bottom:18px}.related-reading .related-head h2{font-size:22px}.related-reading .related-all{display:inline-block;margin-top:8px}.related-reading .related-card{grid-template-columns:82px minmax(0,1fr);gap:14px;padding-block:20px}.related-reading .related-card img{width:82px}.related-reading .related-card h3{font-size:16px}.related-reading .related-card p{font-size:13px}}
