/* The example report inherits the same account/report styles as the paid report. */
.mc-example-site .ce-back{display:inline-block;min-height:44px;padding:8px 0;margin-bottom:6px;font-size:1rem;color:#e6b771;text-decoration:none}
.mc-example-site .ce-report-heading{max-width:68rem;margin-inline:auto}
.mc-example-site .ce-report-heading h1{font-size:clamp(1.65rem,4vw,2.2rem);margin-bottom:6px}
.mc-example-site .ce-report-heading p{font-size:1rem;margin:0;color:#e1c7ad;line-height:1.8}
.mc-example-site .ce-next{max-width:68rem;margin:30px auto 0;padding:24px 0 0;border-top:1px solid #76503a;display:flex;align-items:center;justify-content:space-between;gap:20px}
.mc-example-site .ce-next h2{font-size:1.35rem;margin:0 0 6px}
.mc-example-site .ce-next p{font-size:1rem;margin:0;color:#e1c7ad}
.mc-example-site .ce-next .mc-button{flex-shrink:0}
.mc-example-site .ce-error{max-width:68rem;margin:auto}
.mc-example-site .ce-error h2{font-size:1.25rem;margin-bottom:18px}
.mc-example-site .mc-report table{max-width:100%}
.mc-example-site .mc-report-numbers .mc-number-values{overflow-wrap:break-word}
.mc-example-site a:focus-visible{outline:2px solid #ffe1a3;outline-offset:4px}
/* The landing page points straight to the full example, without illustrative data. */
.mc-site .ce-example-entry{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 28px;background:#301b13;border:1px solid #906039;border-radius:16px}
.mc-site .ce-example-entry h2{font-size:1.6rem;margin:0 0 8px}
.mc-site .ce-example-entry p{margin:0;color:#e1c7ad;max-width:40rem}
.mc-site .ce-example-entry .mc-button{flex-shrink:0}
@media(max-width:640px){
 .mc-example-site .ce-next,.mc-site .ce-example-entry{flex-direction:column;align-items:stretch;gap:16px}
 .mc-site .ce-example-entry{padding:20px 18px}
 .mc-example-site .ce-next .mc-button{width:100%}
}
@media print{
 .mc-example-site .ce-back,.mc-example-site .mc-report-nav,.mc-example-site .ce-next{display:none}
 .mc-example-site .mc-report .tab-pane{display:block!important;opacity:1!important}
 .mc-example-site .mc-report .nav-tabs{display:none}
}
