:root{--chapterBar-bg:#007a3e;--chapterBar-border:hsla(0,0%,100%,.1);--chapterBar-text:hsla(0,0%,100%,.92);--chapterBar-muted:hsla(0,0%,100%,.72);--chapterBar-pill:hsla(0,0%,100%,.1);--chapterBar-pillHover:hsla(0,0%,100%,.16);--chapterBar-active:hsla(0,0%,100%,.22);--chapterBar-shadow:0 10px 30px rgba(0,0,0,.28)}.blog-post__title{font-weight:800}.blog-post__body{font-size:20px}#breadcrumb{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-block-start:0;padding-inline-start:0}#breadcrumb,#breadcrumb li{list-style-type:none}.chapterBar{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--chapterBar-bg);border-bottom:1px solid var(--chapterBar-border);border-radius:2px;color:var(--chapterBar-text);margin-bottom:1em;position:relative;width:100%;z-index:9999}.chapterBar.is-sticky{box-shadow:var(--chapterBar-shadow);left:0;position:fixed;right:0;top:0}.chapterBar__inner{align-items:center;display:flex;gap:12px;margin:0 auto;max-width:1100px;padding:10px 16px}.chapterBar__title{align-items:center;display:flex;gap:10px;min-width:160px}.chapterBar__label{color:var(--chapterBar-text);font-size:14px;font-weight:700;letter-spacing:.2px;white-space:nowrap}.chapterBar__toggle{background:transparent;border:1px solid var(--chapterBar-border);border-radius:999px;color:var(--chapterBar-text);cursor:pointer;display:none;font-size:13px;line-height:1;padding:8px 10px}.chapterBar__chev{margin-left:6px;opacity:.8}.chapterBar__list{display:flex;flex-wrap:nowrap;gap:8px;list-style:none;margin:0;overflow-x:auto;padding:0;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.chapterBar__list::-webkit-scrollbar{height:8px}.chapterBar__list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.18);border-radius:999px}.chapterBar__link{align-items:center;background:var(--chapterBar-pill);border:1px solid transparent;border-radius:999px;color:#fff!important;display:inline-flex;font-size:13px;gap:8px;padding:8px 12px;text-decoration:none;transition:transform .12s ease,background .12s ease,color .12s ease,border-color .12s ease;white-space:nowrap}.chapterBar__link:hover{background:var(--chapterBar-pillHover);color:#fff;transform:translateY(-1px)}.chapterBar__link.is-active{background:var(--chapterBar-active);border-color:var(--chapterBar-border);color:var(--chapterBar-text)}@media (max-width:720px){.chapterBar__inner{justify-content:space-between}.chapterBar__toggle{align-items:center;display:inline-flex}.chapterBar__list{background:var(--chapterBar-bg);border-bottom:1px solid var(--chapterBar-border);box-shadow:var(--chapterBar-shadow);display:none;flex-wrap:wrap;gap:10px;left:0;padding:10px 16px 14px;position:absolute;right:0;top:100%}.chapterBar.is-open .chapterBar__list{display:flex}}.chapterSection{margin:0 auto;max-width:900px;padding:80px 16px}