/**
 * CapSkip Landing Pages, CAPTCHA widget plates.
 *
 * VENDORED, DO NOT HAND-EDIT. This is the coverage wall's own stylesheet from
 * the mu-plugin capskip-coverage-wall, copied verbatim so the plate beside the
 * hero copy is pixel-identical to the one on the home page. Re-copy it from
 * /wp-content/mu-plugins/capskip-coverage-wall/wall.*.css when that changes.
 *
 * The overrides at the bottom are ours: the wall paints a full white section
 * 64px tall and we only want the widget itself, sitting on the hero's dark
 * panel.
 */

section.csk-cw-stage{--bg:#ffffff;--card:#ffffff;--line:#e7e7e7;--line-2:#d9d9d9;--ink:#1a1a1a;--mute:#6b6f76;--dim:#8b9099;--brand:#4353ff;--brand-lt:#4353ff;--ok:#0f7a55;--amber:#a2661b;--r:12px;--pill:25px;--wrap:1180px;--gt-photo:url("/wp-content/mu-plugins/capskip-coverage-wall/gt.jpg");--capy-photo:url("/wp-content/mu-plugins/capskip-coverage-wall/capy.jpg");--rc-logo:url("/wp-content/mu-plugins/capskip-coverage-wall/rc-logo.png");--jig:url("/wp-content/mu-plugins/capskip-coverage-wall/jig.svg")}
.csk-cw-stage *{box-sizing:border-box}
.csk-cw-stage h1, .csk-cw-stage h2, .csk-cw-stage h3, .csk-cw-stage h4{margin:0;text-wrap:balance;letter-spacing:-.022em;line-height:1.16}
.csk-cw-stage p{margin:0}
.csk-cw-stage ul{margin:0;padding:0;list-style:none}
.csk-cw-stage a{color:inherit}
.csk-cw-stage button{font-family:inherit}
.csk-cw-stage{background:#fff;color:var(--ink);padding-top:64px;padding-bottom:64px}
.csk-cw-stage .csk-cw-wrap{max-width:1240px;margin:0 auto;padding:0}
.csk-cw-stage .csk-cw-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#0f7a41;background:none;border:0;padding:0;border-radius:0;line-height:1;margin-bottom:16px}.csk-cw-eyebrow::before{content:"";flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:#30e87a}
.csk-cw-stage h2{font-size:clamp(30px,3.6vw,46px);font-weight:800;margin-top:0;line-height:1.08;letter-spacing:-.033em}.csk-cw-wrap h2 em{font-style:normal;color:#30e87a}
.csk-cw-stage .csk-cw-lede{color:var(--mute);margin-top:12px;max-width:62ch;font-size:15.5px}
.csk-cw-wall{--k:1;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:26px;align-items:stretch}
.csk-cw-chal{border:1px solid var(--line);border-radius:14px;background:var(--card);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 2px rgba(16,18,24,.04)}
.csk-cw-chal.csk-cw-is-solved{border-color:#bfe3d2}
.csk-cw-chal .csk-cw-head{padding:12px 14px;border-bottom:1px solid var(--line)}
.csk-cw-chal .csk-cw-head h3{font-size:calc(13px * var(--kt,1));font-weight:700;letter-spacing:-.015em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.csk-cw-chal .csk-cw-head h3 a{text-decoration:none}
.csk-cw-chal .csk-cw-head h3 a:hover{color:var(--brand)}
.csk-cw-method{display:inline-block;margin-top:7px;font-size:calc(9px * var(--kt,1));font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 7px;border-radius:5px;white-space:nowrap}
.csk-cw-m-rec{background:#eef0ff;color:#3b49d6}
.csk-cw-m-brw{background:#fdf3e4;color:#8a5a12}
.csk-cw-m-cmp{background:#e8faf2;color:#0f7a55}
.csk-cw-m-csk{background:#1a1a1a;color:#fff}
.csk-cw-plate{flex:1 0 auto;min-height:calc(178px * var(--k) + 28px);padding:14px 10px;display:grid;place-items:center;align-content:center;gap:10px;position:relative}
.csk-cw-plate > *{transform:scale(var(--k));transform-origin:center}
.csk-cw-chal .csk-cw-foot{margin-top:auto;display:flex;align-items:center;gap:8px;padding:10px 14px;border-top:1px solid var(--line);font-size:11.5px;color:var(--mute);min-height:40px}
.csk-cw-chal .csk-cw-foot .csk-cw-t{font-family:"JetBrains Mono",monospace;margin-left:auto;color:var(--dim)}
.csk-cw-chal.csk-cw-is-solved .csk-cw-foot .csk-cw-t{color:var(--ok)}
.csk-cw-rc{width:280px;height:72px;background:#f9f9f9;border:1px solid #d3d3d3;border-radius:3px;box-shadow:0 0 4px 1px rgba(0,0,0,.08);display:flex;align-items:center;padding:0 11px 0 12px;font-family:Roboto,helvetica,arial,sans-serif}
.csk-cw-rc .csk-cw-cbwrap{width:36px;height:36px;flex:none;display:grid;place-items:center;position:relative}
.csk-cw-rc .csk-cw-cb{width:28px;height:28px;background:#fff;border:2px solid #444746;border-radius:2px;display:grid;place-items:center;transition:opacity .12s}
.csk-cw-is-running .csk-cw-rc .csk-cw-cb{opacity:0}
.csk-cw-rc .csk-cw-cb .csk-cw-tick{width:20px;height:20px;color:#1a9e5f;opacity:0;transition:opacity .2s}
.csk-cw-is-solved .csk-cw-rc .csk-cw-cb .csk-cw-tick{opacity:1}
.csk-cw-rc .csk-cw-spin{position:absolute;inset:0;width:36px;height:36px;border-radius:36px;border:3px solid rgba(0,0,0,0);border-top-color:#4d90fe;border-right-color:#4d90fe;opacity:0}
.csk-cw-is-running .csk-cw-rc .csk-cw-spin{opacity:1;animation:cskcw-spin .9s linear infinite}
@keyframes cskcw-spin{to{transform:rotate(360deg)}}
.csk-cw-rc .csk-cw-lbl{font-size:14px;color:#000;margin-left:10px;white-space:nowrap}
.csk-cw-rc .csk-cw-brand{margin-left:auto;width:70px;text-align:center;flex:none}
.csk-cw-rc .csk-cw-brand .csk-cw-rcmark{width:32px;height:32px;margin:0 auto;display:block;background:var(--rc-logo) center/contain no-repeat}
.csk-cw-rc .csk-cw-brand .csk-cw-nm{font-size:10px;color:#555;line-height:1.2;margin-top:1px}
.csk-cw-rc .csk-cw-brand .csk-cw-pt{font-size:8px;color:#9b9b9b;line-height:1.2}
.csk-cw-rcbadge{width:256px;height:60px;background:#f9f9f9;border-radius:2px;box-shadow:0 0 5px gray;display:flex;align-items:center;overflow:hidden;font-family:Roboto,helvetica,arial,sans-serif}
.csk-cw-rcbadge .csk-cw-logo{width:70px;display:grid;place-items:center;flex:none}
.csk-cw-rcbadge .csk-cw-logo i{width:44px;height:44px;display:block;background:var(--rc-logo) center/contain no-repeat}
.csk-cw-rcbadge .csk-cw-right{padding-right:12px;font-size:12px;color:#555;line-height:1.35}
.csk-cw-rcbadge .csk-cw-right span{display:block;font-size:8px;color:#9b9b9b;margin-top:2px}
.csk-cw-v3wrap{display:flex;flex-direction:column;align-items:center;gap:10px}
.csk-cw-meter{width:236px}
.csk-cw-meter .csk-cw-cap{display:flex;justify-content:space-between;font-family:Roboto,arial,sans-serif;font-size:10px;color:#70757a}
.csk-cw-meter .csk-cw-track{height:8px;border-radius:999px;margin-top:6px;position:relative;background:linear-gradient(90deg,#e8776a,#e8c46a 45%,#5bc98f)}
.csk-cw-meter .csk-cw-pin{position:absolute;top:-5px;width:4px;height:18px;border-radius:2px;background:#202124;left:10%;transition:left 1s cubic-bezier(.2,.9,.2,1);box-shadow:0 0 0 2px #fff}
.csk-cw-meter .csk-cw-val{margin-top:9px;font-family:"JetBrains Mono",monospace;font-size:22px;font-weight:700;color:#202124;text-align:center;font-variant-numeric:tabular-nums}
.csk-cw-meter .csk-cw-val small{display:block;font-family:Roboto,arial,sans-serif;font-size:9.5px;font-weight:400;color:#70757a;letter-spacing:.05em;text-transform:uppercase;margin-top:1px}
.csk-cw-assess{width:262px;border:1px solid #d3d3d3;border-radius:4px;overflow:hidden;font-family:"JetBrains Mono",monospace;font-size:10.5px;background:#fff}
.csk-cw-assess .csk-cw-r{display:flex;justify-content:space-between;gap:10px;padding:6px 10px;border-bottom:1px solid #eceef0;color:#5f6368}
.csk-cw-assess .csk-cw-r:last-child{border-bottom:0}
.csk-cw-assess .csk-cw-r b{color:#202124;font-weight:700}
.csk-cw-assess .csk-cw-r.csk-cw-pass b{color:#0f7a55}
.csk-cw-ts{width:280px;height:63px;box-sizing:border-box;background:#fafafa;border:1px solid #e3e3e3;border-radius:4px;padding:0 9px 0 12px;display:flex;align-items:center;gap:13px;font-family:-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.csk-cw-ts .csk-cw-cbx{width:22px;height:22px;flex:none;box-sizing:border-box;background:#fff;border:2px solid #8f8f8f;border-radius:4px;position:relative;display:grid;place-items:center}
.csk-cw-ts .csk-cw-dots{width:26px;height:26px;position:absolute;opacity:0;animation:cskcw-dotspin 1s steps(12) infinite}
@keyframes cskcw-dotspin{to{transform:rotate(360deg)}}
.csk-cw-is-running .csk-cw-ts .csk-cw-cbx{border-color:transparent;background:transparent}
.csk-cw-is-running .csk-cw-ts .csk-cw-dots{opacity:1}
.csk-cw-is-solved .csk-cw-ts .csk-cw-cbx{border-color:#1f9d55;background:#1f9d55;border-radius:5px}
.csk-cw-is-solved .csk-cw-ts .csk-cw-cbx::after{content:"";width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translate(-1px,-1px)}
.csk-cw-ts .csk-cw-txt{flex:1;min-width:0;font-size:13px;color:#1f1f1f;line-height:1.25}
.csk-cw-is-solved .csk-cw-ts .csk-cw-txt{color:#1d3a5c;font-weight:500}
.csk-cw-ts .csk-cw-cf{flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:1px;text-align:right}
.csk-cw-ts .csk-cw-cf .csk-cw-cloud{width:35px;height:16px;display:block;margin-right:1px}
.csk-cw-ts .csk-cw-cf .csk-cw-wm{font-size:9.5px;font-weight:800;letter-spacing:.055em;color:#1d1d1d;line-height:1.05}
.csk-cw-ts .csk-cw-cf .csk-cw-lk{font-size:7.5px;color:#3c3c3c;line-height:1.6;white-space:nowrap}
.csk-cw-ts .csk-cw-cf .csk-cw-lk u{text-decoration:underline}
.csk-cw-vbadge{position:absolute;top:12px;left:50%;display:inline-flex;align-items:baseline;gap:7px;padding:4px 11px;border-radius:999px;background:#f1f2f6;border:1px solid #e0e2e9;white-space:nowrap}
.csk-cw-plate > .csk-cw-vbadge{transform:translateX(-50%) scale(var(--k));transform-origin:top center}
.csk-cw-vbadge b{font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#3b49d6}
.csk-cw-vbadge span{font-size:10.5px;color:#6b6f76}
.csk-cw-gt{width:272px;font-family:Inter,sans-serif}
.csk-cw-gt .csk-cw-pic{height:104px;border-radius:3px;position:relative;overflow:hidden;background:var(--gt-photo) center/cover no-repeat;box-shadow:inset 0 0 0 1px rgba(0,0,0,.09)}
.csk-cw-gt .csk-cw-notch{position:absolute;top:30px;left:176px;width:44px;height:44px;background:rgba(14,18,26,.6);-webkit-mask:var(--jig) center/contain no-repeat;mask:var(--jig) center/contain no-repeat}
.csk-cw-gt .csk-cw-piece{position:absolute;top:30px;left:8px;width:44px;height:44px;background:var(--gt-photo) -176px -30px/272px 104px no-repeat;filter:drop-shadow(0 2px 4px rgba(0,0,0,.45));-webkit-mask:var(--jig) center/contain no-repeat;mask:var(--jig) center/contain no-repeat;transition:transform .9s cubic-bezier(.3,.9,.3,1)}
.csk-cw-is-solved .csk-cw-gt .csk-cw-piece{transform:translateX(168px)}
.csk-cw-gt .csk-cw-rail{margin-top:8px;height:38px;border-radius:3px;background:#f7f9fa;border:1px solid #ccc;position:relative;display:flex;align-items:center;justify-content:center;font-size:12.5px;color:#7e8c8d;overflow:hidden}
.csk-cw-gt .csk-cw-fillbar{position:absolute;left:0;top:0;bottom:0;width:0;background:rgba(83,129,253,.14);border-right:1px solid #5381fd;transition:width .9s cubic-bezier(.3,.9,.3,1)}
.csk-cw-is-solved .csk-cw-gt .csk-cw-fillbar{width:210px}
.csk-cw-is-solved .csk-cw-gt .csk-cw-rail{color:#5381fd}
.csk-cw-gt .csk-cw-knob{position:absolute;left:0;top:0;height:36px;width:44px;background:#fff;border:1px solid #ccc;border-radius:3px;display:grid;place-items:center;box-shadow:0 1px 3px rgba(0,0,0,.14);transition:transform .9s cubic-bezier(.3,.9,.3,1)}
.csk-cw-is-solved .csk-cw-gt .csk-cw-knob{transform:translateX(166px);border-color:#5381fd}
.csk-cw-gt .csk-cw-knob svg{width:14px;height:14px;color:#7e8c8d}
.csk-cw-is-solved .csk-cw-gt .csk-cw-knob svg{color:#5381fd}
.csk-cw-gt .csk-cw-tiptxt{position:relative;z-index:1}
.csk-cw-alt{width:276px;background:#fff;border:1px solid #cfcfd4;border-radius:6px;padding:12px;display:flex;flex-direction:column;gap:8px;font-family:ui-sans-serif,system-ui,sans-serif}
.csk-cw-alt .csk-cw-row{display:flex;align-items:center;gap:8px}
.csk-cw-alt .csk-cw-sw{width:39px;height:22px;border-radius:999px;background:#cfcfd4;padding:4px;flex:none;display:flex;align-items:center;transition:background .25s}
.csk-cw-alt .csk-cw-sw i{width:14px;height:14px;border-radius:100%;background:#6b6b73;display:block;transition:transform .25s,background .25s}
.csk-cw-is-solved .csk-cw-alt .csk-cw-sw{background:#1a9e5f}
.csk-cw-is-solved .csk-cw-alt .csk-cw-sw i{transform:translateX(17px);background:#fff}
.csk-cw-is-running .csk-cw-alt .csk-cw-sw i{animation:cskcw-pulse .7s ease-in-out infinite}
@keyframes cskcw-pulse{50%{opacity:.35}}
.csk-cw-alt .csk-cw-lab{font-size:15px;color:#18181b}
.csk-cw-alt .csk-cw-logo{margin-left:auto;width:22px;height:22px;color:#18181b;flex:none}
.csk-cw-alt .csk-cw-foot{font-size:11.2px;color:#71717a;display:flex;gap:8px}
.csk-cw-alt .csk-cw-foot b{font-weight:600;color:#18181b}
.csk-cw-frc{width:276px;height:66px;background:#fafafa;border:1px solid #ddd;border-radius:4px;position:relative;display:flex;align-items:center;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.csk-cw-frc .csk-cw-left{display:grid;place-items:center;flex:none;padding:0 15px 0 14px}
.csk-cw-frc .csk-cw-icon{width:26px;height:26px;display:grid;place-items:center}
.csk-cw-frc .csk-cw-checkbox{background:#fafafa;border:1px solid #888;border-radius:4px}
.csk-cw-frc .csk-cw-spinner, .csk-cw-frc .csk-cw-checkmark{display:none}
.csk-cw-frc .csk-cw-spinner svg, .csk-cw-frc .csk-cw-checkmark svg{width:24px;height:24px;color:#222}
.csk-cw-is-running .csk-cw-frc .csk-cw-checkbox, .csk-cw-is-solved .csk-cw-frc .csk-cw-checkbox{display:none}
.csk-cw-is-running .csk-cw-frc .csk-cw-spinner{display:grid}
.csk-cw-is-solved .csk-cw-frc .csk-cw-checkmark{display:grid}
.csk-cw-frc .csk-cw-mid{font-size:13px;font-weight:500;color:#222;line-height:1.35;padding-right:26px}
.csk-cw-frc .csk-cw-prog{position:absolute;left:0;right:0;bottom:0;height:2px;background:rgba(0,0,0,.06)}
.csk-cw-frc .csk-cw-prog i{display:block;height:100%;width:0;background:#2979ff;transition:width .8s linear}
.csk-cw-is-running .csk-cw-frc .csk-cw-prog i{width:70%}
.csk-cw-is-solved .csk-cw-frc .csk-cw-prog i{width:100%;background:#1a9e5f}
.csk-cw-frc .csk-cw-menu{position:absolute;top:4px;right:4px;width:24px;height:24px;color:#888;display:grid;place-items:center}
.csk-cw-frc .csk-cw-menu svg{width:14px;height:14px}
.csk-cw-cfx{width:276px;height:58px;background:#f8f8f8;border:1px solid #e0e0e0;border-radius:4px;display:flex;align-items:center;gap:8px;padding:8px 12px;font-family:Inter,system-ui,sans-serif}
.csk-cw-cfx .csk-cw-box{width:24px;height:24px;background:#fff;border:2px solid #555;border-radius:5px;flex:none;display:grid;place-items:center}
.csk-cw-cfx .csk-cw-box svg{width:16px;height:16px;color:#1a9e5f;opacity:0;transition:opacity .2s}
.csk-cw-is-solved .csk-cw-cfx .csk-cw-box svg{opacity:1}
.csk-cw-is-solved .csk-cw-cfx .csk-cw-box{border-color:#1a9e5f}
.csk-cw-cfx .csk-cw-lab{font-size:14px;color:#1a1a1a}
.csk-cw-cfx .csk-cw-brand{margin-left:auto;display:flex;flex-direction:column;align-items:center;gap:4px;flex:none}
.csk-cw-cfx .csk-cw-brand svg{width:30px;height:30px;color:#ee7623}
.csk-cw-cfx .csk-cw-brand span{font-size:8px;color:#1a1a1a}
.csk-cw-capy{width:264px;font-family:Inter,system-ui,sans-serif}
.csk-cw-capy .csk-cw-pic{height:120px;border-radius:2px 2px 0 0;position:relative;overflow:hidden;background:var(--capy-photo) center/cover no-repeat}
.csk-cw-capy .csk-cw-hole{position:absolute;top:38px;left:112px;width:44px;height:44px;background:rgba(10,8,4,.6);-webkit-mask:var(--jig) center/contain no-repeat;mask:var(--jig) center/contain no-repeat}
.csk-cw-capy .csk-cw-reload{position:absolute;right:7px;bottom:7px;width:18px;height:18px;color:rgba(255,255,255,.9);filter:drop-shadow(0 1px 2px rgba(0,0,0,.6))}
.csk-cw-capy .csk-cw-tray{height:56px;background:#f4f4f4;border:1px solid #e0e0e0;border-top:0;border-radius:0 0 2px 2px;position:relative}
.csk-cw-capy .csk-cw-piece{position:absolute;left:16px;top:6px;width:44px;height:44px;background:var(--capy-photo) -112px -38px/264px 120px no-repeat;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));-webkit-mask:var(--jig) center/contain no-repeat;mask:var(--jig) center/contain no-repeat;transition:transform .95s cubic-bezier(.3,.9,.3,1)}
.csk-cw-is-solved .csk-cw-capy .csk-cw-piece{transform:translate(96px,-88px)}
.csk-cw-imgcap{width:258px}
.csk-cw-imgcap .csk-cw-box{border:1px solid #d3d3d3;border-radius:4px;background:#f2f3f5;overflow:hidden}
.csk-cw-imgcap svg{display:block;width:100%;height:auto}
.csk-cw-imgcap .csk-cw-ans{margin-top:8px;height:30px;border:1px solid #d3d3d3;border-radius:3px;background:#fff;display:flex;align-items:center;padding:0 9px;font-family:"JetBrains Mono",monospace;font-size:13px;color:#b0b4ba}
.csk-cw-is-solved .csk-cw-imgcap .csk-cw-ans{color:#202124}
.csk-cw-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:20px 30px;border-radius:30px;font-weight:600;font-size:16px;line-height:1;text-decoration:none;border:0;font-family:inherit}
.csk-cw-btn.csk-cw-pri{background:#30e87a;color:#000}
.csk-cw-btn.csk-cw-pri:hover{background:#28d46d}
.csk-cw-btn .csk-cw-lock{width:15px;height:17px;flex:none;fill:currentColor}
@media (max-width:1180px){.csk-cw-wall{--k:.92;--kt:.96}}
@media (max-width:1040px){.csk-cw-wall{--k:.82;--kt:.9}}
@media (max-width:900px) {.csk-cw-wall{--k:.72;--kt:.84}}
@media (max-width:780px) {.csk-cw-wall{--k:.62;--kt:.78}}
@media (max-width:620px) {.csk-cw-wall{grid-template-columns:1fr;--k:1;--kt:1} .csk-cw-stage .csk-cw-wrap{padding:0 18px}}
@media (prefers-reduced-motion:reduce){.csk-cw-stage *{transition:none!important;animation:none!important}}.csk-cw-stage{position:relative}.csk-cw-bg{position:absolute;top:0;left:0;width:100%;height:100%;display:block;pointer-events:none;z-index:0}.csk-cw-stage>.csk-cw-wrap{position:relative;z-index:1}

/* ---------------------------------------------------------------------------
   CapSkip landing overrides.

   The wall declares its custom properties on `section.csk-cw-stage`, and our
   plate wrapper is a div, so they are redeclared here rather than changing the
   element for the sake of a selector. Everything else below undoes the wall's
   page-section chrome: we are showing one widget, not a section.
   --------------------------------------------------------------------------- */
.capskip-landing .cskl-plate__stage {
	/* The wall declares --k (and --kt) on .csk-cw-wall, which we do not render.
	   Without them `calc(178px * var(--k) + 28px)` and `scale(var(--k))` are
	   invalid and silently drop, taking the plate's min-height and the variant
	   badge's centring with them. */
	--k: 1;
	--kt: 1;

	--bg: #ffffff;
	--card: #ffffff;
	--line: #e7e7e7;
	--line-2: #d9d9d9;
	--ink: #1a1a1a;
	--mute: #6b6f76;
	--dim: #8b9099;
	--brand: #4353ff;
	--brand-lt: #4353ff;
	--ok: #0f7a55;
	--amber: #a2661b;
	--r: 12px;
	--pill: 25px;
	--gt-photo: url("/wp-content/mu-plugins/capskip-coverage-wall/gt.jpg");
	--capy-photo: url("/wp-content/mu-plugins/capskip-coverage-wall/capy.jpg");
	--rc-logo: url("/wp-content/mu-plugins/capskip-coverage-wall/rc-logo.png");
	--jig: url("/wp-content/mu-plugins/capskip-coverage-wall/jig.svg");

	/* Not a page section here: no white band, no vertical rhythm of its own. */
	background: transparent;
	padding: 0;
	color: var(--ink);
	display: flex;
	justify-content: center;
	/* The plates are drawn at a fixed 280px. Scale them down rather than let
	   one overflow the box on a narrow column. */
	max-width: 100%;
}
.capskip-landing .cskl-plate__stage > * { flex: 0 0 auto; }

/* The white card the plates were drawn against. Keeping it is what makes the
   reCAPTCHA v3 score meter legible: its labels are #70757a, which disappears on
   the hero's dark panel. The wall's own .csk-cw-chal rules supply the border,
   radius and shadow; this only constrains the width. */
.capskip-landing .cskl-plate__card {
	width: 100%;
	max-width: 320px;
}
/* .csk-cw-plate keeps the wall's padding, min-height and position:relative, so
   the variant badge has the padded box it anchors to instead of landing on the
   widget. */
.capskip-landing .cskl-plate__card .csk-cw-plate { min-height: 0; padding: 18px 12px; }
/* A plate that carries a variant badge needs the room the wall's taller card
   gave it, or the badge sits on the widget. */
.capskip-landing .cskl-plate__card .csk-cw-plate:has(> .csk-cw-vbadge) { padding-top: 46px; }
