/* Lex editorial enhancements. The established Source family and palette are inherited. */
.practice-example{padding:26px 28px;margin:30px 0 0;background:var(--surface);border:1px solid var(--line);border-radius:6px;position:relative}
.practice-example:before{content:"";display:block;width:44px;height:3px;background:var(--gold);margin-bottom:20px}
.practice-example .eyebrow{margin-bottom:10px}
.practice-example h3{font-size:clamp(23px,2.2vw,28px);line-height:1.25;margin:0 0 14px;letter-spacing:-.025em}
.practice-example p{font-size:16px;line-height:1.7;max-width:68ch}
.practice-example p:last-child{margin-bottom:0}
.practice-example blockquote{margin:0 0 16px;padding:0;border:0;font:400 21px/1.5 var(--serif);color:var(--ink);max-width:60ch}
.practice-example .text-link{margin-top:0}
.overview-section>.practice-example{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px 40px;align-items:center}
.overview-section>.practice-example:before{position:absolute;top:0;left:28px;margin:0}
.overview-section>.practice-example p:last-child{margin-bottom:0}
.overview-section>.practice-example .text-link{white-space:nowrap}
.article-section.polish-section>h2{position:relative;padding-bottom:18px}
.article-section.polish-section>h2:after{content:"";position:absolute;bottom:0;left:0;width:56px;height:2px;background:var(--gold);transform-origin:left center}
.article-section.polish-section>h2.icon-heading:after{left:38px}
@media(prefers-reduced-motion:no-preference){
 .polish-motion .polish-section>h2:after{transform:scaleX(.22);transition:transform .4s cubic-bezier(.22,.61,.36,1)}
 .polish-motion .polish-section.polish-seen>h2:after{transform:scaleX(1)}
}
@media(max-width:640px){
 .practice-example{padding:22px 20px;margin-top:24px}
 .overview-section>.practice-example{grid-template-columns:1fr;gap:10px}
 .overview-section>.practice-example:before{left:20px}
 .practice-example blockquote{font-size:20px}
 .article-section.polish-section>h2.icon-heading:after{left:32px}
}
