/* Keep the purchase confirmation compact and the basket count clear of the icon. */
.site-header .header-actions .bag{position:relative;isolation:isolate;min-width:3.25rem;width:3.25rem;height:3.25rem;flex-shrink:0;overflow:visible;background:var(--pale);border:1px solid var(--line);border-radius:1rem}
.site-header .bag>.icon{width:1.6rem;height:1.6rem}
.site-header .bag .bag-count{position:absolute;top:-.4rem;right:-.4rem;min-width:1.4rem;height:1.4rem;padding:0 .25rem;display:grid;place-items:center;border:2px solid var(--panel,#fff);border-radius:2rem;background:#006e80;color:#fff;font-size:1rem;line-height:1;font-weight:600;box-sizing:content-box}
.site-header .bag .bag-count[hidden]{display:none}
body[data-page=thanks] .site-shell{min-height:0}
.purchase-banner{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:center;gap:1.5rem;padding:2.25rem 2.5rem;overflow:hidden;border-radius:1.25rem;background:#deeee8;color:#203f39}
.purchase-banner h1{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1.15;margin:.75rem 0 1rem}
.purchase-banner p:not(.eyebrow){font-size:1.125rem;line-height:1.6;max-width:38rem;margin:0 0 1.5rem}
.purchase-banner>img{width:100%;height:15rem;object-fit:contain}
.purchase-next{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:2.5rem .5rem 1.5rem}
.purchase-next h2{font-size:1.25rem;margin:0 0 .75rem;font-weight:600}
.purchase-next p{font-size:1rem;line-height:1.75;margin:0 0 1rem}
.dark .purchase-banner{background:#244b47;color:#f0f7f3}
.dark .purchase-banner .eyebrow{color:#b3ddd2}
.operations-monitor{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem}
.operations-monitor p{font-size:1rem;line-height:1.6}
#operations-log pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:1rem;max-width:34rem}
@media(max-width:47.5em){.purchase-banner{grid-template-columns:1fr;padding:1.75rem 1.25rem;gap:.5rem}.purchase-banner>img{height:9rem;order:-1}.purchase-next,.operations-monitor{grid-template-columns:1fr;gap:1.75rem}.purchase-next{padding:1.75rem .25rem}.site-header .header-actions .bag{min-width:2.75rem;width:2.75rem;height:2.75rem}.purchase-banner .button{width:100%}}
