/* CxPASS practical guide — documentation layout, mobile first */
body.cxpass-guide-page{background:#f6f9f8;color:#123f41;overflow-x:hidden}
body.cxpass-guide-page .cxpass-site-main{overflow:visible}
body.cxpass-guide-page .cxpass-site-main>.cxpass-guide{width:100%!important;max-width:none!important;margin:0!important}
.cxpass-guide{--g-teal:#078f8b;--g-teal-2:#11aaa5;--g-deep:#0b4143;--g-green:#06c755;--g-orange:#ff9418;--g-cream:#fff9ef;--g-pale:#eef8f7;--g-border:#dce8e7;--g-muted:#607879;--g-bg:#f6f9f8;--g-shadow:0 12px 32px rgba(5,67,69,.06);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;color:var(--g-deep);line-height:1.75;background:var(--g-bg);padding-bottom:72px}
.cxg-svg-defs{position:absolute;width:0;height:0;overflow:hidden}
.cxg-shell{width:min(1120px,calc(100% - 28px));margin-inline:auto}
.cxpass-guide a:focus-visible,.cxpass-guide summary:focus-visible{outline:3px solid rgba(7,143,139,.28);outline-offset:3px}

/* Guide-specific header treatment */
body.cxpass-guide-page .cxpass-site-header{background:rgba(255,255,255,.97)}
.cxpass-guide-home-link{display:inline-flex;align-items:center;gap:7px;margin-left:auto;min-height:44px;padding:8px 16px;border:1px solid #d4e5e3;border-radius:999px;background:#fff;color:#315d5f;text-decoration:none;font-size:13px;font-weight:800}
.cxpass-guide-home-link:hover{border-color:var(--g-teal);color:var(--g-teal)}

/* Compact page title — not an LP hero */
.cxg-pagehead{background:#fff;border-bottom:1px solid var(--g-border)}
.cxg-pagehead>.cxg-shell{padding:30px 0 32px}
.cxg-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:#819293;font-size:11px}
.cxg-breadcrumb a{color:#567173;text-decoration:none}
.cxg-pagehead__row{display:grid;gap:20px}
.cxg-pagehead__eyebrow{margin:0 0 7px;color:var(--g-teal);font-size:11px;font-weight:900;letter-spacing:.16em}
.cxg-pagehead h1{margin:0;color:var(--g-deep);font-size:clamp(32px,9vw,48px);line-height:1.25;letter-spacing:-.035em}
.cxg-pagehead__lead{max-width:720px;margin:12px 0 0;color:var(--g-muted);font-size:14px;line-height:1.9}
.cxg-pagehead__audience{display:flex;gap:7px;flex-wrap:wrap;align-self:end}
.cxg-pagehead__audience span{display:inline-flex;align-items:center;min-height:32px;padding:5px 11px;border:1px solid #d3e7e5;border-radius:999px;background:#f6fbfa;color:#466b6d;font-size:11px;font-weight:800}
.cxg-pagehead__audience span:before{content:"";width:6px;height:6px;margin-right:6px;border-radius:50%;background:var(--g-teal)}

/* Task shortcuts */
.cxg-start{background:#fff;border-bottom:1px solid var(--g-border)}
.cxg-start>.cxg-shell{padding:28px 0 32px}
.cxg-start__heading{display:flex;gap:12px;align-items:center;margin-bottom:15px}
.cxg-start__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#e9f7f5;color:var(--g-teal)}
.cxg-start__icon svg{width:24px;height:24px}
.cxg-start__heading h2{margin:0;font-size:20px;line-height:1.4}
.cxg-start__heading p{margin:2px 0 0;color:var(--g-muted);font-size:11px}
.cxg-start__grid{display:grid;gap:9px}
.cxg-start__grid>a{display:grid;grid-template-columns:34px minmax(0,1fr) 22px;gap:11px;align-items:center;min-height:76px;padding:13px 15px;border:1px solid var(--g-border);border-radius:16px;background:#fff;color:var(--g-deep);text-decoration:none;transition:border-color .18s,background .18s,transform .18s}
.cxg-start__grid>a:hover{border-color:#9ed7d2;background:#f8fffe;transform:translateY(-1px)}
.cxg-start__num{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#e7f6f4;color:var(--g-teal);font-size:12px;font-weight:900}
.cxg-start__grid div{display:flex;min-width:0;flex-direction:column}
.cxg-start__grid strong{font-size:14px;line-height:1.45}
.cxg-start__grid small{margin-top:3px;color:var(--g-muted);font-size:10px;line-height:1.45}
.cxg-start__grid>a>svg{width:19px;height:19px;color:#84a2a3}

/* Mobile table of contents */
.cxg-mobile-toc{width:calc(100% - 28px);margin:18px auto 0;border:1px solid var(--g-border);border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(5,67,69,.04)}
.cxg-mobile-toc>summary{display:grid;grid-template-columns:24px 1fr 22px;gap:10px;align-items:center;min-height:56px;padding:13px 15px;cursor:pointer;list-style:none;color:var(--g-deep);font-size:13px;font-weight:900}
.cxg-mobile-toc>summary::-webkit-details-marker{display:none}
.cxg-mobile-toc>summary svg{width:22px;height:22px;color:var(--g-teal)}
.cxg-mobile-toc>summary svg:last-child{transition:transform .2s}
.cxg-mobile-toc[open]>summary svg:last-child{transform:rotate(180deg)}
.cxg-mobile-toc nav{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:0 13px 13px}
.cxg-mobile-toc nav a{display:flex;align-items:center;gap:7px;min-height:42px;padding:8px 9px;border-radius:10px;background:#f5f9f8;color:#48696b;text-decoration:none;font-size:11px;font-weight:800}
.cxg-mobile-toc nav a b{display:grid;place-items:center;width:23px;height:23px;border-radius:8px;background:#e3f3f1;color:var(--g-teal);font-size:9px}
.cxg-mobile-toc nav a.is-active{background:var(--g-teal);color:#fff}
.cxg-mobile-toc nav a.is-active b{background:#fff;color:var(--g-teal)}

/* Documentation layout */
.cxg-layout{display:block;padding-top:20px}
.cxg-sidebar{display:none}
.cxg-content{min-width:0}
.cxg-chapter{scroll-margin-top:96px;margin-bottom:16px;padding:22px 18px;border:1px solid var(--g-border);border-radius:18px;background:#fff;box-shadow:var(--g-shadow)}
.cxg-chapter__header{display:grid;grid-template-columns:45px minmax(0,1fr);gap:12px;align-items:center;padding-bottom:16px;border-bottom:1px solid #e7efee}
.cxg-chapter__number{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:var(--g-teal);color:#fff;font-size:15px;font-weight:900}
.cxg-chapter__number--orange{background:var(--g-orange)}
.cxg-chapter__header p{margin:0 0 1px;color:var(--g-teal);font-size:10px;font-weight:900;letter-spacing:.08em}
.cxg-chapter__header h2{margin:0;color:var(--g-deep);font-size:23px;line-height:1.4;letter-spacing:-.025em}
.cxg-chapter__intro{margin:17px 0 20px;color:var(--g-muted);font-size:13px;line-height:1.9}
.cxg-subheading{margin:28px 0 12px;font-size:17px}
.cxg-note{margin:11px 0 0;color:#788c8d;font-size:10px}

/* Overall flow */
.cxg-flow-list{display:grid;gap:0;margin:0;padding:0;list-style:none}
.cxg-flow-list li{position:relative;display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:start;padding:7px 0 19px}
.cxg-flow-list li:not(:last-child):after{content:"";position:absolute;left:22px;top:50px;bottom:0;width:1px;background:#d7e6e4}
.cxg-flow-list>li>span{position:relative;z-index:1;display:grid;place-items:center;width:46px;height:46px;border:1px solid #d7e9e7;border-radius:14px;background:#f5fbfa;color:var(--g-teal)}
.cxg-flow-list svg{width:25px;height:25px}
.cxg-flow-list li>div{display:grid;grid-template-columns:26px 1fr;gap:1px 8px;padding-top:1px}
.cxg-flow-list li b{grid-row:1/3;display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#e5f4f2;color:var(--g-teal);font-size:9px}
.cxg-flow-list strong{font-size:14px;line-height:1.45}
.cxg-flow-list small{color:var(--g-muted);font-size:11px;line-height:1.55}

/* Callouts */
.cxg-callout{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:start;margin-top:20px;padding:15px;border:1px solid #cde6e2;border-radius:14px;background:#f2fbf9}
.cxg-callout>svg{width:27px;height:27px;color:var(--g-teal)}
.cxg-callout strong{display:block;font-size:13px;line-height:1.55}
.cxg-callout p{margin:4px 0 0;color:var(--g-muted);font-size:11px;line-height:1.75}
.cxg-callout--success{border-color:#bfe8cf;background:#f0fff6}.cxg-callout--success>svg{color:var(--g-green)}
.cxg-callout--info{border-color:#cce5e2;background:#f4fbfa}
.cxg-callout--note{border-color:#eadcaf;background:#fffaf0}.cxg-callout--note>svg{color:#d6900a}
.cxg-callout--orange{border-color:#f1d4aa;background:#fff8ed}.cxg-callout--orange>svg{color:var(--g-orange)}

/* Task lists */
.cxg-task-list{display:grid;gap:0;margin:0;padding:0;list-style:none}
.cxg-task-list>li{position:relative;display:grid;grid-template-columns:35px minmax(0,1fr);gap:12px;padding:0 0 22px}
.cxg-task-list>li:not(:last-child):after{content:"";position:absolute;left:17px;top:38px;bottom:2px;width:1px;background:#d7e5e4}
.cxg-task-list>li>b{position:relative;z-index:1;display:grid;place-items:center;width:35px;height:35px;border-radius:12px;background:var(--g-teal);color:#fff;font-size:11px}
.cxg-task-list h3{margin:2px 0 5px;font-size:15px;line-height:1.5}
.cxg-task-list p{margin:0;color:var(--g-muted);font-size:12px;line-height:1.8}
.cxg-task-list--compact>li{padding-bottom:20px}
.cxg-task-list--orange>li>b{background:var(--g-orange)}
.cxg-task-list--orange>li:not(:last-child):after{background:#f0dfc4}
.cxg-field-list{display:flex;gap:5px;flex-wrap:wrap;margin:10px 0 0;padding:0;list-style:none}
.cxg-field-list li{padding:4px 8px;border-radius:999px;background:#eff6f5;color:#557173;font-size:9px;font-weight:800}

/* Registration screenshot */
.cxg-registration-layout{display:grid;gap:26px}
.cxg-address-preview{margin:0;padding-top:2px}
.cxg-address-preview__phone{position:relative;width:min(270px,80vw);margin:0 auto;padding:11px;border-radius:38px;background:#173e3e;box-shadow:0 20px 40px rgba(4,65,66,.15)}
.cxg-address-preview__speaker{position:absolute;z-index:2;left:50%;top:7px;width:80px;height:15px;transform:translateX(-50%);border-radius:0 0 12px 12px;background:#173e3e}
.cxg-address-preview__phone img{display:block;width:100%;height:auto;border-radius:28px}
.cxg-address-preview figcaption{display:flex;flex-direction:column;gap:2px;margin-top:13px;text-align:center}
.cxg-address-preview figcaption strong{font-size:12px}.cxg-address-preview figcaption span{color:var(--g-muted);font-size:10px}
.cxg-inline-action{display:grid;grid-template-columns:25px 1fr 22px;gap:9px;align-items:center;min-height:52px;margin-top:15px;padding:11px 15px;border-radius:14px;background:var(--g-green);color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:900;box-shadow:0 8px 22px rgba(6,199,85,.18)}
.cxg-inline-action svg{width:22px;height:22px}

/* LINE arrival example */
.cxg-arrival-layout{display:grid;gap:24px;align-items:start}
.cxg-line-sample{width:min(310px,88vw);margin:0 auto;border:10px solid #173e3e;border-radius:33px;background:#eef7f6;box-shadow:0 20px 40px rgba(4,65,66,.13)}
.cxg-line-sample__head{display:flex;align-items:center;justify-content:center;gap:6px;height:48px;border-radius:20px 20px 0 0;background:#fff;font-size:13px;font-weight:900}
.cxg-line-sample__head small{color:var(--g-green);font-size:9px}
.cxg-line-sample__body{display:grid;gap:11px;padding:18px 14px 22px}
.cxg-chat-bubble{padding:13px;border-radius:14px;background:#fff;box-shadow:0 5px 16px rgba(5,67,69,.06)}
.cxg-chat-bubble small{display:block;color:var(--g-teal);font-size:8px;font-weight:900}.cxg-chat-bubble strong{display:block;margin-top:3px;font-size:14px}.cxg-chat-bubble p{margin:3px 0 0;color:var(--g-muted);font-size:10px}
.cxg-package-card{display:flex;flex-direction:column;align-items:center;padding:12px;border-radius:14px;background:#fff;box-shadow:0 5px 16px rgba(5,67,69,.06)}
.cxg-package-card img{width:112px;height:auto}.cxg-package-card span{margin-top:4px;color:#526f71;font-size:10px;font-weight:800}

/* Option/fee tables */
.cxg-option-table,.cxg-fee-table{overflow:hidden;border:1px solid var(--g-border);border-radius:14px;background:#fff}
.cxg-option-table>div{display:grid;grid-template-columns:34px 1fr auto;gap:8px 10px;align-items:center;padding:13px 14px}
.cxg-option-table>div+div{border-top:1px solid var(--g-border)}
.cxg-option-table span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#eaf6f4;color:var(--g-teal)}
.cxg-option-table svg{width:21px;height:21px}.cxg-option-table strong{font-size:13px}.cxg-option-table p{grid-column:2/3;margin:0;color:var(--g-muted);font-size:10px}.cxg-option-table b{grid-column:3;grid-row:1/3;color:var(--g-orange);font-size:14px;white-space:nowrap}
.cxg-fee-table>div{display:grid;grid-template-columns:110px 70px minmax(0,1fr);gap:10px;align-items:center;min-height:58px;padding:11px 13px}
.cxg-fee-table>div+div{border-top:1px solid var(--g-border)}
.cxg-fee-table span{color:#506d6f;font-size:11px;font-weight:800}.cxg-fee-table strong{color:var(--g-teal);font-size:14px}.cxg-fee-table p{margin:0;color:var(--g-muted);font-size:10px}

/* FAQ */
.cxg-faq__list{display:grid;gap:8px;margin-top:18px}
.cxg-faq details{overflow:hidden;border:1px solid var(--g-border);border-radius:13px;background:#fff}
.cxg-faq summary{display:grid;grid-template-columns:30px 1fr 20px;gap:9px;align-items:center;min-height:58px;padding:11px 13px;cursor:pointer;list-style:none;font-size:12px;font-weight:800}
.cxg-faq summary::-webkit-details-marker{display:none}
.cxg-faq summary>span{display:grid;place-items:center;width:29px;height:29px;border-radius:10px;background:#e7f5f3;color:var(--g-teal);font-size:11px}
.cxg-faq summary svg{width:19px;height:19px;color:var(--g-teal);transition:transform .2s}.cxg-faq details[open] summary svg{transform:rotate(180deg)}
.cxg-faq details>div{padding:0 14px 14px 52px}.cxg-faq details p{margin:0;color:var(--g-muted);font-size:11px;line-height:1.8}

/* Final practical next action */
.cxg-next{display:grid;grid-template-columns:46px 1fr;gap:12px;margin-bottom:12px;padding:18px;border:1px solid #bfe7d0;border-radius:18px;background:#f0fff6}
.cxg-next__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--g-green);color:#fff}
.cxg-next__icon svg{width:25px;height:25px}
.cxg-next p{margin:0;color:#368c57;font-size:9px;font-weight:900;letter-spacing:.06em}.cxg-next h2{margin:2px 0 0;font-size:15px;line-height:1.5}.cxg-next span{display:block;margin-top:4px;color:var(--g-muted);font-size:10px}
.cxg-next>a{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:9px;min-height:48px;border-radius:13px;background:var(--g-green);color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:900}.cxg-next>a svg{width:19px;height:19px}

/* Compact footer on guide pages */
.cxpass-guide-footer{margin:0;background:#0a4648;color:#fff}
.cxpass-guide-footer__inner{width:min(1120px,calc(100% - 28px));margin:0 auto;padding:30px 0;display:grid;gap:20px;text-align:center}
.cxpass-guide-footer__logo{display:inline-flex;justify-self:center}.cxpass-guide-footer__logo img{display:block;width:140px;height:auto;filter:brightness(0) invert(1)}
.cxpass-guide-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px}.cxpass-guide-footer__links a{color:#d9eeee;text-decoration:none;font-size:11px}.cxpass-guide-footer__links a:hover{color:#fff}
.cxpass-guide-footer__inner>p{margin:0;color:#8fb5b6;font-size:10px}


@media(min-width:560px) and (max-width:859px){
  .cxg-start__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cxg-pagehead__audience{margin-top:2px}
  .cxg-mobile-toc nav{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(min-width:860px){
  .cxg-shell{width:min(1120px,calc(100% - 48px))}
  .cxg-pagehead>.cxg-shell{padding:44px 0 46px}
  .cxg-pagehead__row{grid-template-columns:minmax(0,1fr) auto;align-items:end}
  .cxg-pagehead__lead{font-size:15px}
  .cxg-start>.cxg-shell{padding:30px 0 36px}
  .cxg-start__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .cxg-start__grid>a{padding:14px 16px}
  .cxg-mobile-toc{display:none}
  .cxg-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:36px;padding-top:40px}
  .cxg-sidebar{display:block}
  .cxg-toc{position:sticky;top:104px;overflow:hidden;border:1px solid var(--g-border);border-radius:17px;background:#fff;box-shadow:0 8px 26px rgba(5,67,69,.045)}
  .cxg-toc>p{margin:0;padding:15px 16px;border-bottom:1px solid var(--g-border);color:#718788;font-size:10px;font-weight:900;letter-spacing:.08em}
  .cxg-toc>a{display:grid;grid-template-columns:27px 1fr;gap:9px;align-items:center;min-height:47px;padding:8px 14px;color:#49686a;text-decoration:none;font-size:12px;font-weight:800}
  .cxg-toc>a+a{border-top:1px solid #edf2f1}
  .cxg-toc>a b{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:#e9f5f3;color:var(--g-teal);font-size:9px}
  .cxg-toc>a:hover{background:#f5fbfa}.cxg-toc>a.is-active{background:#eaf8f6;color:var(--g-teal)}
  .cxg-sidebar__help{margin-top:14px;padding:16px;border:1px solid var(--g-border);border-radius:16px;background:#fff}
  .cxg-sidebar__help>svg{width:25px;height:25px;color:var(--g-teal)}.cxg-sidebar__help strong{display:block;margin-top:8px;font-size:12px}.cxg-sidebar__help p{margin:4px 0 11px;color:var(--g-muted);font-size:10px;line-height:1.65}.cxg-sidebar__help a{display:flex;align-items:center;justify-content:center;min-height:40px;border-radius:11px;background:#eef7f6;color:var(--g-teal);text-decoration:none;font-size:10px;font-weight:900}
  .cxg-chapter{scroll-margin-top:110px;margin-bottom:22px;padding:30px 32px;border-radius:20px}
  .cxg-chapter__header{grid-template-columns:52px 1fr;gap:15px;padding-bottom:19px}.cxg-chapter__number{width:50px;height:50px;border-radius:15px}.cxg-chapter__header h2{font-size:28px}.cxg-chapter__intro{font-size:14px}
  .cxg-flow-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
  .cxg-flow-list li{display:flex;min-width:0;flex-direction:column;align-items:center;padding:0;text-align:center}.cxg-flow-list li:not(:last-child):after{left:calc(50% + 30px);right:calc(-50% + 30px);top:23px;bottom:auto;width:auto;height:1px}.cxg-flow-list>li>span{width:48px;height:48px}.cxg-flow-list li>div{display:flex;min-width:0;flex-direction:column;align-items:center;margin-top:10px}.cxg-flow-list li b{display:none}.cxg-flow-list strong{font-size:12px}.cxg-flow-list small{margin-top:3px;font-size:9px}
  .cxg-callout{grid-template-columns:42px 1fr;padding:18px}.cxg-callout strong{font-size:14px}.cxg-callout p{font-size:12px}
  .cxg-registration-layout{grid-template-columns:minmax(0,1fr) 305px;gap:38px;align-items:start}.cxg-address-preview{position:sticky;top:105px}.cxg-address-preview__phone{width:280px}
  .cxg-task-list>li{grid-template-columns:39px 1fr;gap:14px;padding-bottom:24px}.cxg-task-list>li>b{width:38px;height:38px}.cxg-task-list>li:not(:last-child):after{left:18px;top:41px}.cxg-task-list h3{font-size:16px}.cxg-task-list p{font-size:13px}
  .cxg-arrival-layout{grid-template-columns:310px minmax(0,1fr);gap:34px;align-items:center}.cxg-line-sample{width:295px}
  .cxg-option-table>div{grid-template-columns:40px 150px minmax(0,1fr) auto}.cxg-option-table span{grid-row:auto}.cxg-option-table p{grid-column:auto}.cxg-option-table b{grid-column:auto;grid-row:auto}
  .cxg-fee-table>div{grid-template-columns:150px 110px minmax(0,1fr);padding:13px 16px}.cxg-fee-table span{font-size:12px}.cxg-fee-table strong{font-size:15px}.cxg-fee-table p{font-size:11px}
  .cxg-next{grid-template-columns:54px minmax(0,1fr) auto;align-items:center;padding:20px 22px}.cxg-next__icon{width:52px;height:52px}.cxg-next h2{font-size:17px}.cxg-next>a{grid-column:auto;min-width:160px;padding:0 16px}
}

@media(min-width:1000px){
  .cxg-start__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .cxg-layout{grid-template-columns:250px minmax(0,1fr);gap:46px}
  .cxg-content{max-width:820px}
  .cxg-chapter{padding:36px 40px}
  .cxg-registration-layout{grid-template-columns:minmax(0,1fr) 330px;gap:48px}.cxg-address-preview__phone{width:305px}
  .cxg-arrival-layout{grid-template-columns:330px minmax(0,1fr);gap:46px}.cxg-line-sample{width:310px}
}

@media(max-width:859px){
  body.cxpass-guide-page .cxpass-site-header__inner{width:calc(100% - 24px);min-height:68px}
  body.cxpass-guide-page .cxpass-site-logo img{width:132px}
  .cxpass-guide-home-link{min-height:39px;padding:6px 12px;font-size:11px}
  .cxg-pagehead h1{font-size:32px}
  .cxg-start__grid{grid-template-columns:1fr}
  .cxg-fee-table>div{grid-template-columns:86px 70px minmax(0,1fr);gap:7px;padding:10px}.cxg-fee-table p{font-size:9px}
}

@media(max-width:360px){
  .cxg-shell{width:calc(100% - 22px)}
  .cxg-pagehead>.cxg-shell{padding:26px 0 28px}.cxg-pagehead h1{font-size:29px}.cxg-pagehead__lead{font-size:12px}
  .cxg-mobile-toc{width:calc(100% - 22px)}.cxg-mobile-toc nav{grid-template-columns:1fr}
  .cxg-chapter{padding:19px 15px}.cxg-chapter__header{grid-template-columns:40px 1fr}.cxg-chapter__number{width:39px;height:39px;border-radius:12px}.cxg-chapter__header h2{font-size:20px}
  .cxg-fee-table>div{grid-template-columns:78px 62px minmax(0,1fr)}
}

@media(prefers-reduced-motion:reduce){.cxpass-guide *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
