/* An editorial fork: choose the object, then keep or remove the reading context. */
.portal-product .portal-nav{height:auto;min-height:90px;gap:20px}
.portal-product .portal-brand{min-width:0;width:auto;flex-wrap:wrap}
.portal-product .portal-brand span{white-space:normal;overflow-wrap:anywhere}
.portal-product .portal-nav nav{min-width:0;flex-wrap:wrap;justify-content:center}
.portal-product .outcome-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr))}
.portal-product .outcome-grid article{min-width:0;overflow-wrap:anywhere}
@media(min-width:1051px){.portal-product .portal-nav{grid-template-columns:minmax(0,.8fr) minmax(0,1.6fr) auto;padding-top:16px;padding-bottom:16px}}
@media(max-width:680px){.portal-product .portal-nav{min-height:74px}}
.reading-directions{margin:72px 0;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:48px;color:#192d40}
.reading-directions-intro h2{font-family:Grotesk,Arial,sans-serif;font-size:clamp(2rem,3.2vw,3.25rem);line-height:1.15;letter-spacing:-.035em;margin:0 0 20px}
.reading-directions p{font-size:1rem;line-height:1.65;color:#516374;margin:0;max-width:65ch}
.reading-directions ul{list-style:none;padding:0;margin:0;border-top:1px solid #bdceeb}
.reading-directions li{margin:0;border-bottom:1px solid #bdceeb}
.reading-directions li a{display:grid;grid-template-columns:minmax(0,1fr) 32px;gap:8px 20px;padding:24px 20px;text-decoration:none;background:#eaf2ff;color:#192d40}
.reading-directions li:nth-child(even) a{background:#e8f5f4}
.reading-directions h3{margin:0;font-size:1.35rem;line-height:1.3;font-weight:600}
.reading-directions li p{grid-column:1}
.reading-directions li span{grid-column:2;grid-row:1 / 3;align-self:center;color:#244dba;font-size:1.5rem}
.reading-directions li a:hover h3{text-decoration:underline;text-underline-offset:5px}
.reading-context{max-width:1440px;margin:28px auto 0;padding:20px 28px;border-left:4px solid #087e83;background:#e8f5f4;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#192d40}
.reading-context>div{display:grid;gap:4px;min-width:0;max-width:80ch}
.reading-context span{font-size:.875rem;line-height:1.5;color:#516374}
.reading-context a{font-size:1rem;line-height:1.5;color:#244dba;text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
.reading-context .reading-context-remove{display:inline-flex;align-items:center;min-height:44px;flex-shrink:0}
.reading-directions a:focus-visible,.reading-context a:focus-visible{outline:3px solid #244dba;outline-offset:4px}
@media(max-width:1500px){.reading-context{margin-left:5vw;margin-right:5vw}}
@media(max-width:800px){.reading-directions{grid-template-columns:minmax(0,1fr);gap:24px;margin:48px 0}.reading-context{align-items:flex-start;flex-direction:column;gap:10px;padding:16px 20px}.reading-context .reading-context-remove{flex-shrink:1}}
@media(prefers-reduced-motion:no-preference){.reading-directions li span{transition:transform .2s}.reading-directions li a:hover span{transform:translate(3px,-3px)}}
