#journey{display:flex;flex-wrap:wrap;gap:8px;padding:12px 4vw;border-bottom:1px solid #8883;background:var(--bg,#f0ebe3)}
#journey button{font:inherit;font-size:13px;padding:9px 12px;border:1px solid #8885;border-radius:6px;background:transparent;color:inherit;cursor:pointer;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#journey button:disabled{opacity:.35;cursor:default}#journey [hidden]{display:none}
#termPreview{width:min(560px,calc(100% - 28px));max-height:85dvh;overflow:auto;border:1px solid #8885;border-radius:12px;padding:28px;background:#f0ebe3;color:#20271f;line-height:1.8}
body.dark #termPreview{background:#172019;color:#eee}#termPreview::backdrop{background:#0008}#termPreview h2{font-size:30px;margin:4px 0 16px}#termPreview button{float:right;background:transparent;border:0;color:inherit;font-size:28px;cursor:pointer;padding:0 8px}#termPreview a{display:block;color:inherit;margin:12px 0;padding:10px;border:1px solid #8885;border-radius:6px;text-decoration:none}#termPreview a:hover{background:#8882}
@media(max-width:600px){#termPreview{margin:auto auto 12px;max-height:75dvh;padding:20px}#journey{padding:10px 15px}#journey button{font-size:12px;flex:1 1 auto}}
