/* Article-local summary cards; preserve the rest of the site. */
body:has(article .weekend-summary) .digest{display:none!important}
article .weekend-summary{margin:1.8rem 0 2.2rem;padding:1.5rem 1.7rem;background:light-dark(#edf3f8,#202b35);border:1px solid light-dark(#dce6ee,#384856);border-radius:6px;color:var(--darkgray,#343b43)}
article .weekend-summary .weekend-summary-kicker{margin:0 0 .8rem!important;font-size:.64rem!important;font-weight:600!important;line-height:1.5!important;letter-spacing:.1em;color:light-dark(#54718a,#a7c7e1)}
article .weekend-summary .weekend-summary-lead{margin:0!important;font-size:1.12rem!important;font-weight:400!important;line-height:1.75!important;word-break:keep-all;overflow-wrap:anywhere}
article .weekend-summary ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;counter-reset:weekend-summary;margin:1.2rem 0 0!important;padding:1rem 0 0!important;list-style:none;border-top:1px solid light-dark(#ccdce8,#405462)}
article .weekend-summary li{position:relative;margin:0!important;padding:0!important;font-size:.73rem!important;line-height:1.7!important;word-break:keep-all;overflow-wrap:anywhere}
article .weekend-summary li:before{counter-increment:weekend-summary;content:"0" counter(weekend-summary);display:block;margin-bottom:.35rem;font-size:.6rem;letter-spacing:.08em;color:light-dark(#54718a,#a7c7e1)}
article .weekend-summary--journal{background:light-dark(#f2efe7,#302e27);border:0;border-top:2px solid light-dark(#555345,#c0b89a);border-bottom:1px solid light-dark(#d9d3c2,#57503b);border-radius:0}
article .weekend-summary--journal .weekend-summary-kicker,article .weekend-summary--journal li:before{color:light-dark(#68634a,#c8bea2)}
article .weekend-summary--journal ol{border-color:light-dark(#d7d0bb,#57503b)}
@media(max-width:540px){article .weekend-summary{padding:1.15rem 1.1rem}article .weekend-summary ol{grid-template-columns:1fr;gap:.6rem}article .weekend-summary li:before{display:inline;margin:0 .65rem 0 0}article .weekend-summary .weekend-summary-lead{font-size:1.02rem!important}}
