.news-term { display:inline; position:relative; }
.news-term-button { appearance:none; display:inline; padding:0; margin:0; border:0; border-radius:0; background:none; color:inherit; font:inherit; text-decoration:underline dotted; text-underline-offset:.2em; cursor:help; }
.news-term-button:focus-visible { outline:2px solid #b37e38; outline-offset:3px; }
/* 1100 keeps explanations above the shared sticky navigation. */
.news-term-tip { display:none; position:absolute; left:0; top:1.8em; width:280px; max-width:calc(100vw - 32px); box-sizing:border-box; padding:14px 16px; border:1px solid #ddd8cd; background:#fbfaf6; color:#14212b; font:400 .88rem/1.55 'DM Sans',sans-serif; text-align:left; z-index:1100; }
.news-term-tip strong,.news-term-tip span { display:block; }
.news-term-tip span { margin-top:7px; }
.news-term:not([data-enhanced]):hover .news-term-tip,.news-term:not([data-enhanced]):focus-within .news-term-tip { display:block; }
.news-term[data-enhanced] .news-term-tip { position:fixed; }
.news-term-tip[hidden] { display:none; }
.news-term[data-open] .news-term-tip { display:block; }
@media print { .news-term-button { text-decoration:none; } .news-term-tip { display:none !important; } }
