.fw-app{--fw-ink:#183e3a;--fw-teal:#176d61;--fw-gold:#efaa4c;--fw-line:#d5dfd8;background:#f7f6ef;color:var(--fw-ink);min-height:100vh}.fw-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 5%;border-bottom:1px solid var(--fw-line);background:#fffef9}.fw-header a{color:var(--fw-ink);text-decoration:none;font-weight:700}.fw-brand{font-size:24px}.fw-brand b{display:inline-grid;place-items:center;border-radius:10px;background:var(--fw-teal);color:white;width:36px;height:36px}.fw-main{max-width:1160px;margin:auto;padding:32px 28px 48px}.fw-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.fw-kicker{font-size:11px;font-weight:800;letter-spacing:2px;margin-bottom:12px}.fw-heading h1{font-size:clamp(30px,4vw,48px)}.fw-heading p:last-child{margin:0;color:#506760}.fw-seal{width:95px;height:95px;display:grid;place-content:center;line-height:1.1;text-align:center;border:2px dashed #b1843b;border-radius:50%;transform:rotate(12deg);font-size:14px;font-weight:800;color:#815919}.fw-start{display:grid;grid-template-columns:1fr 1.15fr;background:#fffef9;border:1px solid var(--fw-line);border-radius:24px;overflow:hidden;box-shadow:0 8px 0 #e7ebe1}.fw-start-copy{padding:36px}.fw-start h2{font-size:32px;line-height:1.15;margin:18px 0}.fw-start-copy p{max-width:350px}.fw-tag{font-size:12px;letter-spacing:.5px;font-weight:700;background:#f8ead0;border-radius:6px;padding:5px 9px;color:#775116}.fw-start-art{padding:36px;display:flex;flex-direction:column;justify-content:center;background-color:#e7efe5;background-image:radial-gradient(#c2d4c3 1px,transparent 1px);background-size:20px 20px}.fw-start-art>p{text-align:center;margin:16px 0 0}.fw-spool{width:82px;height:82px;display:grid;place-items:center;border:12px solid #cf9d64;background:#fff1d7;border-radius:50%;font-size:30px;margin-bottom:25px;box-shadow:0 5px 0 #9c6d3e}.fw-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #b5c9bf;border-radius:10px;padding:12px 18px;min-height:46px;background:#fffefa;color:var(--fw-ink);font-weight:700;text-decoration:none;cursor:pointer}.fw-btn:hover{background:#eef4e9;border-color:var(--fw-teal)}.fw-btn.primary{background:var(--fw-teal);color:white;border-color:var(--fw-teal);box-shadow:0 3px 0 #0b4239}.fw-btn.primary:hover{background:#105b50}.fw-btn:disabled{opacity:.5;box-shadow:none;cursor:default}.fw-fine{font-size:13px;color:#5c6f66;margin:18px 0 0}.fw-ribbon{display:flex;height:66px;border:2px solid var(--fw-ink);background:#fffef9}.fw-ribbon>span{width:25%;display:grid;place-items:center;border-right:1px solid #fff9;font-weight:700}.fw-ribbon>span:last-child{border:0}.fw-ribbon>span.filled{background:var(--fw-teal);color:white}.fw-scale{display:flex;justify-content:space-between;font-size:12px;margin-top:8px;color:#4c665c}.fw-path{margin-top:32px}.fw-path>h2{font-size:21px}.fw-two{display:grid;grid-template-columns:1fr 1fr;gap:20px}.fw-two article{border:1px solid var(--fw-line);border-radius:16px;background:#fffef9;padding:24px}.fw-two h3{margin:18px 0 8px}.fw-two p{font-size:15px}.fw-footer{max-width:1104px;margin:auto;padding:20px 0;border-top:1px solid var(--fw-line);font-size:12px;color:#587062;display:flex;justify-content:space-between;gap:16px}.fw-lesson-top{display:flex;justify-content:space-between;gap:12px;font-size:14px;margin-bottom:20px}.fw-lesson-top a{color:var(--fw-ink)}.fw-lesson{border:1px solid var(--fw-line);border-radius:20px;background:#fffef9;overflow:hidden}.fw-question{padding:18px 28px;background:#e6efe5;display:flex;gap:20px;align-items:center}.fw-question>span{font-size:10px;letter-spacing:1px;font-weight:800}.fw-question>strong{font-size:19px}.fw-lesson-body{padding:30px 40px}.fw-lesson-body h1{font-size:30px;letter-spacing:-.5px;margin-bottom:12px}.fw-cue{max-width:680px;font-size:18px}.fw-demo{padding:36px;background:#f1f3e9;border-radius:16px;min-height:170px}.fw-demo .fw-btn{margin-top:26px}.fw-whole{height:66px;background:var(--fw-teal);color:white;display:grid;place-items:center;font-size:24px;font-weight:700;border:2px solid var(--fw-ink)}.fw-bottom{display:flex;justify-content:space-between;padding:20px 28px;border-top:1px solid var(--fw-line);gap:12px}.fw-animate .fw-ribbon>span{animation:fw-split .8s ease both}.fw-animate .fw-ribbon>span:nth-child(2){animation-delay:.15s}.fw-animate .fw-ribbon>span:nth-child(3){animation-delay:.3s}.fw-animate .fw-ribbon>span:nth-child(4){animation-delay:.45s}@keyframes fw-split{from{transform:translateY(-12px);opacity:.3}to{transform:none;opacity:1}}@media(max-width:650px){.fw-header{padding:16px;flex-wrap:wrap;gap:10px}.fw-header>a:nth-child(2){display:none}.fw-header a{font-size:14px}.fw-header .fw-brand{font-size:21px}.fw-main{padding:24px 16px}.fw-seal{display:none}.fw-start,.fw-two{grid-template-columns:1fr}.fw-start-copy,.fw-start-art{padding:24px}.fw-start-art{min-height:180px}.fw-spool{display:none}.fw-footer{margin:0 16px;flex-direction:column;gap:5px}.fw-question{display:block;padding:16px 20px}.fw-question>span{display:block;margin-bottom:6px}.fw-lesson-body{padding:24px 20px}.fw-cue{font-size:16px}.fw-demo{padding:24px 14px}.fw-bottom{padding:18px;flex-wrap:wrap}.fw-lesson-body h1{font-size:27px}.fw-ribbon{height:54px}}
.fw-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:20px}.fw-label,.fw-check-givens>div>span{display:block;font-size:11px;letter-spacing:1px;font-weight:800;margin-bottom:12px}.fw-diagram-note{margin:24px 0 0;color:#52695c}.fw-equation{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:25px;font-weight:800;margin:28px 0 4px;min-height:64px}.fw-equation>span:last-child:not(.fw-fraction){font-size:17px;font-weight:600}.fw-fraction{display:inline-flex;flex-direction:column;align-items:center;line-height:1.2;vertical-align:middle;min-width:30px}.fw-fraction>span:first-child{border-bottom:2px solid;padding:0 7px 4px}.fw-fraction>span:last-child{padding-top:3px}.fw-piece-grid{display:grid;grid-template-columns:repeat(4,1fr);border:2px solid var(--fw-ink)}.fw-piece-grid .fw-btn{border:0;border-right:1px solid #8ca599;border-radius:0;min-height:80px;padding:10px 4px;background:#fffef9;font-size:20px;box-shadow:none}.fw-piece-grid .fw-btn.picked{background:var(--fw-teal);color:white}.fw-piece-grid .fw-btn[aria-pressed=true]{outline-offset:-5px}.fw-piece-grid .fw-btn:disabled{opacity:1}.fw-number-key{display:flex;gap:24px;margin-top:16px}.fw-number-key span{font-size:14px}.fw-number-key b{display:inline-block;font-size:21px;margin-right:6px}.fw-half-track{height:74px;border:2px solid var(--fw-ink);background:#fffef9}.fw-half{width:50%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--fw-gold);color:#483116}.fw-half span{width:50%;text-align:center;font-size:21px;font-weight:800}.fw-half span+span{height:100%;display:grid;place-items:center;border-left:2px solid #946727;animation:fw-divider .8s ease both}@keyframes fw-divider{from{border-color:transparent}to{border-color:#946727}}.fw-empty{display:grid;place-items:center;background:#fffef9;color:#62796e;font-size:14px}.fw-subtract .fw-used{background:#f3e4c7;color:#745a28;border:2px dashed #baa879;font-size:16px}.fw-used-tray{border:2px dashed #bf9d5d;border-radius:12px;margin-top:24px;padding:16px;background:#fff6e4}.fw-used-tray>span{font-size:11px;font-weight:800;letter-spacing:.5px}.fw-used-tray>div{min-height:54px;display:flex;align-items:center;gap:8px;margin-top:10px}.fw-moving-piece{background:#efba67;border:1px solid #a5752a;border-radius:5px;display:grid;place-items:center;width:100px;min-height:46px;animation:fw-used-arrive .5s ease both}@keyframes fw-used-arrive{from{transform:translateY(-28px);opacity:0}to{transform:none;opacity:1}}.fw-long-ruler{display:grid;grid-template-columns:repeat(8,1fr);height:66px;border:2px solid var(--fw-ink)}.fw-long-ruler>span{display:grid;place-items:center;border-right:1px solid #a7bcb1;font-weight:700}.fw-long-ruler>span:nth-child(4){border-right:3px solid #172e27}.fw-long-ruler .filled{background:var(--fw-teal);color:white}.fw-three-labels>strong{position:absolute;left:50%;transform:translateX(-50%)}.fw-three-labels{position:relative}.fw-add-row{display:flex;align-items:center;gap:18px}.fw-add-row>div{width:75%;display:flex}.fw-add-row span{background:var(--fw-teal);color:white;height:66px;display:grid;place-items:center;border:1px solid #fff8;font-weight:700;flex:1}.fw-add-row>span{background:#c47740}.fw-add-row.joined{gap:0}.fw-add-row.joined>b{display:none}.fw-add-row.joined>span{animation:fw-join .8s ease}@keyframes fw-join{from{transform:translateX(25px)}to{transform:none}}.fw-dots{display:flex;gap:7px;align-items:center}.fw-dots a{width:13px;height:13px;background:#c7d5c5;border-radius:50%;border:2px solid #fffef9;box-shadow:0 0 0 1px #9eb4a4}.fw-dots a[aria-current]{background:var(--fw-teal);box-shadow:0 0 0 2px var(--fw-teal)}.fw-game-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(270px,1fr);gap:24px}.fw-bench{padding:26px;background:#fffef9;border:1px solid var(--fw-line);border-radius:18px;min-width:0}.fw-bench-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--fw-line);padding-bottom:16px;margin-bottom:18px}.fw-bench-head h2{font-size:23px;margin:0}.fw-bench-head>span{font-size:12px;font-weight:700;color:#5d7469;white-space:nowrap}.fw-unit-key{font-size:14px;color:#52685d;margin-bottom:22px}.fw-stock{display:grid;gap:12px}.fw-stock-row{width:100%}.fw-stock-track{width:100%;background:repeating-linear-gradient(90deg,#dce6dd 0 1px,transparent 1px 25%),#f2f3e9;border:1px dashed #aec2b3;border-radius:9px;min-height:58px}.fw-stock-piece{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:0;min-height:64px;background:#267767;color:white;border:2px solid #267767;border-radius:8px;box-shadow:0 3px 0 #155648;cursor:pointer;min-width:50px}.fw-stock-piece.coral{background:#ae513a;border-color:#ae513a;box-shadow:0 3px 0 #793b2b}.fw-stock-piece span{font-size:10px;letter-spacing:.5px}.fw-stock-piece strong{font-size:21px}.fw-stock-piece.selected{outline:3px solid #e2a239;outline-offset:3px}.fw-stock-piece.selected:after{content:'✓';position:absolute;top:3px;right:5px;font-size:12px}.fw-measure{display:flex;justify-content:space-between;border-top:2px solid #496b56;margin:20px 0 24px;font-size:12px;font-weight:700;padding-top:8px}.fw-toolbox{background:#eef2e7;border-radius:12px;padding:20px;min-height:150px}.fw-toolbox p{font-size:14px;margin:8px 0 0;color:#516553}.fw-toolbox .fw-actions{margin-top:14px}.fw-toolbox .fw-btn{font-size:14px;padding:10px}.fw-order-panel>h2{font-size:23px;margin-bottom:10px}.fw-order-panel>.fw-fine{margin:0 0 18px}.fw-order{padding:18px;border:1px solid #d6c6a6;background:#fff8e9;border-radius:12px;margin-bottom:12px;box-shadow:3px 3px 0 #ece5d6}.fw-order>div:first-child{display:flex;justify-content:space-between;gap:10px;font-size:16px}.fw-order>div:first-child b{font-size:21px}.fw-order .fw-btn{width:100%;font-size:14px;min-height:40px;padding:8px;margin-top:12px}.fw-order-preview{height:13px;background:#f1e7d1;border-radius:3px;margin:10px 0 6px}.fw-order-preview>span{display:block;height:100%;background:#ca9b4d;border-radius:3px}.fw-order.done{background:#e6efdf;border-color:#afc49e;box-shadow:none}.fw-delivered{display:block;font-weight:700;color:#3f672e;margin-top:10px;font-size:14px}.fw-message{margin:18px 0 0;padding:14px 18px;border-radius:10px;background:#e9efde;min-height:52px;font-size:15px}.fw-message:empty{display:none}.fw-success{padding:24px;background:#e7efdb;border:1px solid #b4cca1;border-radius:18px;margin-bottom:24px;text-align:center;animation:fw-success .5s ease both}.fw-success h2{font-size:30px;margin:12px 0 8px}.fw-success p{margin-bottom:0}.fw-bunting{display:flex;justify-content:center;gap:8px;margin:0 auto 16px;max-width:240px;border-top:2px solid #436344}.fw-bunting i{background:var(--flag);width:32px;height:32px;clip-path:polygon(0 0,100% 0,50% 100%)}@keyframes fw-success{from{transform:translateY(10px);opacity:0}to{transform:none;opacity:1}}.fw-complete-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.fw-extra,.fw-notebook{margin-top:24px;border:1px solid var(--fw-line);padding:18px 22px;border-radius:12px;background:#fffef9}.fw-extra summary,.fw-notebook summary,.fw-calculation summary{cursor:pointer;font-weight:700}.fw-extra p,.fw-notebook p{margin:16px 0 0}.fw-rail{position:relative;height:113px;margin-top:32px;width:80%;isolation:isolate}.fw-rail-whole{position:absolute;inset:0;background:repeating-linear-gradient(90deg,#b3c6b6 0 1px,transparent 1px 12.5%),#f2f4eb;border:2px solid #627d68;border-radius:5px;z-index:-1}.fw-rail-pieces{display:flex;height:100%;width:100%;border-top:3px solid #3f5945}.fw-flag-strip{height:100%;flex-shrink:0;border-right:3px solid #fffefa;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;padding-top:8px;color:white;background:var(--strip);position:relative;animation:fw-flag .4s ease}.fw-flag-strip>strong{font-size:17px;position:relative;z-index:1;text-align:center}.fw-flag-strip>span{position:absolute;bottom:-16px;left:0;right:0;height:30px;background:var(--strip);clip-path:polygon(0 0,100% 0,50% 100%)}.fw-flag-strip.coral,.fw-decoration.coral{--strip:#ad4b37}.fw-flag-strip.fern,.fw-decoration.fern{--strip:#287462}.fw-flag-strip.gold,.fw-decoration.gold{--strip:#87601e}.fw-flag-strip.sky,.fw-decoration.sky{--strip:#3c6f8a}.fw-flag-strip.plum,.fw-decoration.plum{--strip:#785c84}@keyframes fw-flag{from{transform:translateY(-8px);opacity:.4}to{transform:none;opacity:1}}.fw-rail-scale{width:80%;position:relative;margin-top:30px}.fw-rail-scale strong{position:absolute;left:50%;transform:translateX(-50%)}.fw-rail-feedback{margin:22px 0;padding:16px;background:#edf1e4;border-radius:10px;font-size:16px}.fw-decoration-list{display:flex;gap:12px;flex-wrap:wrap}.fw-decoration{background:#fffefa;border:2px solid #d0dbcd;border-radius:12px;flex:1;min-width:120px;display:grid;justify-items:center;gap:6px;padding:15px 8px;cursor:pointer}.fw-decoration.chosen{border-color:var(--strip);box-shadow:0 0 0 2px var(--strip);background:#f0f3e8}.fw-swatch{background:var(--strip);width:30px;height:35px;clip-path:polygon(0 0,100% 0,100% 75%,50% 100%,0 75%)}.fw-decoration strong{font-size:24px}.fw-decoration>span:not(.fw-swatch){font-size:13px}.fw-decoration small{font-size:11px;font-weight:700}.fw-calculation{border-top:1px solid var(--fw-line);margin-top:24px;padding-top:18px}.fw-check-givens{display:grid;grid-template-columns:1fr 1fr;gap:28px;background:#f1f3e9;padding:24px;border-radius:12px;margin:24px 0}.fw-answer-form>label{display:block;font-weight:700;margin-bottom:8px}.fw-answer-form>div{display:flex;gap:12px;flex-wrap:wrap}.fw-answer-form input{border:2px solid #aebfab;border-radius:9px;width:190px;min-height:48px;font-size:22px;padding:10px 14px}.fw-worked{padding:24px;background:#f8efdc;border-radius:12px;margin-top:20px}.fw-worked h3{font-size:20px}.fw-worked p:last-child{margin-bottom:0}.fw-home-entry{display:flex;justify-content:space-between;gap:24px;align-items:center;border:1px solid #b8cdb9;background:#e9f0e3;padding:24px;border-radius:15px;margin-bottom:24px}.fw-home-entry h2{margin:4px 0 8px;font-size:25px}.fw-home-entry p{margin:0;color:#426454}.fw-home-entry a{white-space:nowrap}.fw-app button:focus-visible,.fw-app a:focus-visible,.fw-app summary:focus-visible,.fw-app input:focus-visible{outline:3px solid #b06216;outline-offset:4px}.fw-app [aria-pressed=true]{font-weight:800}
@media(max-width:780px){.fw-game-layout{grid-template-columns:1fr}.fw-order-panel{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.fw-order-panel>h2,.fw-order-panel>.fw-fine{grid-column:1/-1}.fw-order{margin:0;padding:12px}.fw-order>div:first-child{flex-direction:column;gap:3px}.fw-order .fw-btn{font-size:12px}.fw-bench{padding:20px}.fw-home-entry{display:block}.fw-home-entry a{margin-top:16px}}
@media(max-width:480px){.fw-dots{display:none}.fw-piece-grid .fw-btn{font-size:17px;min-height:65px}.fw-equation{gap:10px;font-size:22px}.fw-equation>span:last-child:not(.fw-fraction){font-size:15px}.fw-number-key{gap:12px;flex-wrap:wrap}.fw-bench-head{align-items:flex-start;flex-direction:column;gap:6px}.fw-stock-piece strong{font-size:17px}.fw-stock-piece span{font-size:9px}.fw-order-panel{gap:8px}.fw-order{padding:10px 7px}.fw-order>div:first-child{font-size:12px}.fw-order>div:first-child b{font-size:19px}.fw-order .fw-btn{padding:6px;font-size:11px;line-height:1.3}.fw-delivered{font-size:12px}.fw-decoration{min-width:84px;flex-basis:27%;padding:12px 6px}.fw-decoration strong{font-size:21px}.fw-flag-strip>strong{font-size:12px}.fw-rail{height:90px}.fw-rail-scale{font-size:10px}.fw-check-givens{grid-template-columns:1fr;padding:18px}.fw-long-ruler{height:54px;font-size:13px}.fw-lesson-top{font-size:12px}.fw-toolbox{padding:16px}.fw-game-layout{gap:20px}}
@media(prefers-reduced-motion:reduce){.fw-app *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* Keep the unit scale unchanged when used pieces move to the second tray. */
.fw-used-tray{border:0;border-top:2px dashed #bf9d5d;border-radius:0;padding:16px 0;background:transparent}.fw-used-tray>div{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:0;min-height:62px;border:2px solid #ac8b4d}.fw-moving-piece{width:100%;height:62px;min-height:0;border:0;border-right:1px solid #ac8b4d;border-radius:0}.fw-tray-space{height:62px;border-right:1px dashed #d8caa9;background:#fff9e9}.fw-tray-space:last-child{border:0}.fw-remaining{padding:12px 16px;border-left:4px solid var(--fw-teal);background:#e2ecda;margin:18px 0 0;font-size:15px}.fw-remaining strong{display:block}.fw-lesson-body{padding:24px 32px}.fw-demo{padding:26px}.fw-equation{margin-top:20px}.fw-dots a{width:24px;height:24px;border:7px solid #fffef9;box-shadow:none}.fw-dots a[aria-current]{box-shadow:0 0 0 1px var(--fw-teal)}.fw-success{padding:20px 24px}.fw-success .fw-bunting{float:right;margin:0 0 10px 20px;max-width:160px;width:25%}.fw-success h2{font-size:26px}.fw-success .fw-complete-actions{justify-content:center;margin-top:16px}.fw-quiet{padding:4px 8px;min-height:30px;font-size:11px;margin-left:10px;background:transparent}.fw-still *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.fw-notebook li{margin:8px 0}.fw-rail-feedback{font-weight:600}
@media(max-width:780px){.fw-order-panel{grid-row:1;position:sticky;top:0;z-index:3;background:#f7f6ef;padding:10px 0;border-bottom:1px solid var(--fw-line)}.fw-order-panel>h2{font-size:18px;margin:0}.fw-order-panel>.fw-fine{display:none}.fw-order-preview{display:none}.fw-order>div:first-child{flex-direction:row;align-items:center}.fw-order .fw-btn{margin-top:7px}.fw-order{box-shadow:none}.fw-game-layout{gap:12px}.fw-bench{scroll-margin-top:160px}.fw-success .fw-bunting{float:none;margin:0 auto 15px;width:160px}.fw-success .fw-complete-actions .fw-btn{font-size:14px}.fw-success p{font-size:15px}}
@media(max-width:480px){.fw-lesson-body{padding:22px 18px}.fw-demo{padding:22px 12px}.fw-used-tray>div,.fw-moving-piece,.fw-tray-space{height:48px;min-height:48px}.fw-remaining{padding:10px;font-size:14px}.fw-order>div:first-child{flex-direction:column;align-items:flex-start}.fw-quiet{display:block;margin:8px 0 0}.fw-order-panel{gap:7px}.fw-order .fw-btn{font-size:11px;min-height:36px}}
.fw-recovery{border-left:4px solid #af6133;padding:12px 14px;background:#fff0d9;margin-bottom:18px}.fw-recovery strong{color:#794323}.fw-recovery p{color:#794323;margin-top:6px}.fw-fine a{color:#176d61;font-weight:700}

/* Completion should be recognisable at a glance, without relying on colour alone. */
.fw-two .fw-job-card.is-complete{background:#ecf8ed;border:2px solid #32914b;box-shadow:0 4px 0 #d4ead6}.fw-job-status{display:flex;align-items:center;gap:14px;margin-bottom:20px}.fw-job-tick{display:grid;place-items:center;flex:0 0 56px;width:56px;height:56px;border-radius:50%;background:#21823c;color:#fff}.fw-job-tick svg{width:34px;height:34px}.fw-job-status strong{display:block;font-size:22px;line-height:1.25;color:#17652c}.fw-job-status>div>span{display:block;font-size:13px;color:#426a49;margin-top:5px}.fw-job-card.is-complete h3{margin-top:0}.fw-job-card.is-complete .fw-btn{border-color:#66a574;background:#fff;color:#17652c}.fw-job-card.is-complete .fw-btn:hover{background:#d8efdd}.fw-job-card{display:flex;flex-direction:column;align-items:flex-start}.fw-job-card>.fw-btn{margin-top:auto}.fw-job-card>p{margin-bottom:20px}@media(max-width:480px){.fw-job-status{gap:12px}.fw-job-status strong{font-size:21px}}
