/* FeeGuides calculator v2, Sep 24 2026. One file for every page. Do not edit per page. */
.fg-calc{--fg-navy:#1f2a44;--fg-orange:#d9551d;--fg-blue:#2f6fd0;--fg-line:#e6e2d9;--fg-muted:#4a5468;--fg-card:#fff;
  font-family:inherit;color:var(--fg-navy);font-size:17px;line-height:1.55;-webkit-text-size-adjust:100%;margin:36px 0}
/* Shield: the site's own rules for section, h2, p, button, details must not leak in */
.fg-calc{container-type:inline-size;display:block;padding:0;border:0;background:none;box-shadow:none;max-width:none}
.fg-calc section,.fg-calc details,.fg-calc div,.fg-calc p,.fg-calc h2,.fg-calc ol,.fg-calc li,.fg-calc span,.fg-calc button,.fg-calc input,.fg-calc label,.fg-calc summary{box-sizing:border-box;letter-spacing:normal;text-transform:none;float:none}
.fg-calc section,.fg-calc details{margin:0;box-shadow:none}
.fg-calc p{margin:0}
.fg-calc h2.fg-h2{margin:0 0 6px;padding:0;border:0;color:var(--fg-navy)}
.fg-calc button{margin:0;box-shadow:none;text-decoration:none;width:auto;min-width:0;line-height:1.2;appearance:none;-webkit-appearance:none}
.fg-calc input{margin:0;box-shadow:none;appearance:none;-webkit-appearance:none}
.fg-calc summary{margin:0}
.fg-calc svg{display:inline-block;max-width:none}

.fg-calc *{box-sizing:border-box}
.fg-calc .fg-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.fg-h2{font-size:clamp(22px,3vw,28px);line-height:1.2;margin:0 0 6px;font-weight:800}
.fg-intro{margin:0 0 18px;color:var(--fg-muted);font-size:17px;max-width:62ch}
.fg-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:stretch}
@container (min-width:1000px){.fg-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}}
.fg-left{display:flex;flex-direction:column;gap:18px;min-width:0}
.fg-left>.fg-card.fg-steps{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:space-between}
.fg-left>.fg-card:not(.fg-steps){flex:0 0 auto}
.fg-left>.fg-card>.fg-row{margin-top:22px}
.fg-right{display:flex;flex-direction:column;gap:18px}
.fg-right .fg-card{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}
.fg-right .fg-details,.fg-left .fg-details{flex:0 0 auto}
.fg-calc.fg-measure .fg-grid{align-items:start}
.fg-calc.fg-measure .fg-left>.fg-card,.fg-calc.fg-measure .fg-right .fg-card{flex:0 0 auto}
.fg-calc .fg-card{background:var(--fg-card);border:1px solid var(--fg-line);border-radius:16px;padding:20px}
.fg-step{display:flex;align-items:center;gap:10px;margin:0 0 12px;min-width:0}
.fg-step .fg-q{flex:1 1 auto;min-width:0}
.fg-badge{flex:0 0 auto;width:24px;height:24px;border-radius:50%;background:var(--fg-navy);color:#fff;font-size:13px;font-weight:700;display:grid;place-items:center}
.fg-q{font-weight:700;font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--fg-navy)}
.fg-qnote{color:var(--fg-muted);font-size:13px;font-weight:400;margin-left:4px}
@media (max-width:599px){.fg-qnote{display:block;margin-left:0}}
.fg-jobs{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}
.fg-calc .fg-job{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:12px 14px;border:1px solid var(--fg-line);border-radius:12px;background:#fff;cursor:pointer;font:inherit;color:inherit;transition:border-color .15s,background .15s}
.fg-job:hover{border-color:#c9c2b4}
.fg-job[aria-pressed=true]{border-color:var(--fg-orange);background:#fdf1ea;box-shadow:0 0 0 1px var(--fg-orange) inset}
.fg-jico{flex:0 0 auto;width:34px;height:34px;border-radius:10px;background:#f3efe7;display:grid;place-items:center}
.fg-job[aria-pressed=true] .fg-jico{background:#fff}
.fg-jico svg{width:17px;height:17px;stroke:var(--fg-navy);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fg-job[aria-pressed=true] .fg-jico svg{stroke:var(--fg-orange)}
.fg-jtx{flex:1 1 auto;min-width:0}
.fg-jt{display:block;font-weight:700;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fg-js{display:block;color:var(--fg-muted);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fg-jp{flex:0 0 auto;font-weight:700;font-size:15px;white-space:nowrap;color:var(--fg-navy)}
@container (max-width:479px){.fg-jt,.fg-js{white-space:normal;overflow:visible;line-height:1.3}.fg-job{align-items:flex-start}.fg-jp{width:100%;margin-top:2px;font-size:14px}.fg-job{flex-wrap:wrap}.fg-jtx{flex:1 1 60%}}
.fg-row{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;margin-top:22px}
@container (min-width:560px){.fg-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}
.fg-span{grid-column:1/-1}
.fg-pills{display:grid;gap:10px}
.fg-pills.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.fg-pills.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.fg-pills.four{grid-template-columns:repeat(2,minmax(0,1fr))}
@container (max-width:519px){.fg-pills.three{grid-template-columns:1fr}}
.fg-calc .fg-pill{min-height:52px;padding:8px 10px;border:1px solid var(--fg-line);border-radius:12px;background:#fff;font-weight:600;font-size:16px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;font-family:inherit;color:inherit;display:grid;place-content:center;text-align:center;transition:border-color .15s,background .15s}
.fg-pill small{display:block;font-weight:400;font-size:13px;color:var(--fg-muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis}
.fg-pill:hover{border-color:#c9c2b4}
.fg-pill[aria-pressed=true]{border-color:var(--fg-navy);background:#eef1f7;box-shadow:0 0 0 1px var(--fg-navy) inset}
.fg-label{display:block;font-weight:700;font-size:14px;color:var(--fg-navy);margin-bottom:6px}
.fg-calc .fg-input{width:100%;min-height:52px;padding:10px 14px;border:1px solid var(--fg-line);border-radius:12px;background:#fff;font:inherit;font-size:17px;color:inherit}
.fg-input:focus{outline:2px solid var(--fg-blue);outline-offset:1px}
.fg-money{position:relative}
.fg-money::before{content:"$";position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--fg-muted);font-weight:600}
.fg-money .fg-input{padding-left:30px}
.fg-help{margin-top:6px;font-size:14px;color:var(--fg-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fg-calc .fg-hero{overflow:hidden;text-align:center;background:linear-gradient(160deg,#243458 0%,#1d2a44 55%,#16213a 100%);color:#fff;border-radius:16px;padding:28px 24px}
.fg-calc .fg-tag{display:inline-block;background:rgba(255,255,255,.14);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.fg-where{display:inline-block;margin-left:8px;font-size:13px;color:#c9d2e3}
.fg-range{font-weight:800;font-size:60px;white-space:nowrap;overflow:hidden;line-height:1;letter-spacing:-.02em;color:#fff;margin:22px 0 14px}
.fg-to{font-size:.42em;font-weight:600;color:#9fb0cc;margin:0 .12em;vertical-align:.22em}
.fg-typ{font-size:18px;color:#d5dcea;margin:0}
.fg-bar{position:relative;height:36px;margin:40px 0 0}
.fg-track{position:absolute;top:14px;left:0;right:0;height:8px;border-radius:8px;background:rgba(255,255,255,.16)}
.fg-band{position:absolute;top:14px;height:8px;border-radius:8px;background:var(--fg-orange);transition:left .3s,width .3s}
.fg-mark{position:absolute;top:8px;width:4px;height:20px;border-radius:2px;background:#fff;transform:translateX(-50%);transition:left .3s}
.fg-qmark{position:absolute;top:4px;width:4px;height:28px;border-radius:2px;background:var(--fg-blue);transform:translateX(-50%);transition:left .3s}
.fg-qtag{position:absolute;top:-24px;transform:translateX(-50%);background:var(--fg-blue);color:#fff;font-size:12px;font-weight:800;padding:2px 7px;border-radius:6px;white-space:nowrap;transition:left .3s}
.fg-qtag::after{content:"";position:absolute;left:50%;bottom:-5px;transform:translateX(-50%);border:5px solid transparent;border-top-color:var(--fg-blue);border-bottom:0}
.fg-scale{display:flex;justify-content:space-between;font-size:13px;color:#aeb9d0;margin-top:4px}
.fg-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;font-size:13px;color:#c9d2e3;margin-top:16px}
.fg-legend i{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:6px;vertical-align:-1px}
.fg-calc .fg-sub{margin:0 0 14px;font-size:14px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted)}
.fg-line{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:12px 0;border-top:1px solid var(--fg-line)}
.fg-line:first-child{border-top:0;padding-top:0}
.fg-ln{font-weight:700;font-size:18px}
.fg-ln small{display:block;color:var(--fg-muted);font-weight:400;font-size:15px;margin-top:3px}
.fg-lv{font-weight:700;font-size:18px;color:var(--fg-navy);white-space:nowrap}
.fg-total{border-top:2px solid var(--fg-navy)}
.fg-total .fg-lv{color:var(--fg-orange);font-size:22px}
.fg-verdict{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}
.fg-vico{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#15803d;flex:0 0 auto}
.fg-vico svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.fg-vt{font-weight:800;font-size:24px;color:var(--fg-navy);margin:0 0 6px}
.fg-vr{color:var(--fg-muted);font-size:17px;line-height:1.5;margin:0;max-width:34ch}
.fg-meter{position:relative;height:12px;border-radius:12px;margin:24px 0 10px;background:linear-gradient(90deg,#15803d 0%,#eab308 52%,#b91c1c 100%)}
.fg-knob{position:absolute;top:50%;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid var(--fg-navy);transform:translate(-50%,-50%);transition:left .3s}
.fg-mlab{display:flex;justify-content:space-between;font-size:15px;color:var(--fg-muted)}
.fg-calc .fg-details{background:#fff;border:1px solid var(--fg-line);border-radius:16px;padding:0 20px}
.fg-details summary{list-style:none;cursor:pointer;padding:16px 0;font-weight:700;font-size:17px;color:var(--fg-navy);display:flex;justify-content:space-between;align-items:center}
.fg-details summary::-webkit-details-marker{display:none}
.fg-details summary::after{content:"+";font-size:20px;color:var(--fg-muted)}
.fg-details[open] summary::after{content:"\2212"}
.fg-math{margin:0 0 16px;padding-left:20px;color:var(--fg-muted);font-size:15px}
.fg-math li{margin-bottom:7px}
.fg-actions{display:grid;gap:10px;margin-top:0}
.fg-calc .fg-btn{min-height:54px;width:100%;border-radius:12px;font:inherit;font-size:17px;font-weight:700;cursor:pointer;border:1px solid transparent;display:flex;align-items:center;justify-content:center;gap:0;text-align:center;padding:0 16px}
.fg-primary{background:var(--fg-orange);color:#fff!important;border-color:var(--fg-orange)}
.fg-primary:hover{background:#c04a17}
.fg-fine{margin:16px 0 0;font-size:14px;color:var(--fg-muted)}
.fg-float{position:fixed;left:0;right:0;bottom:0;z-index:2147483000;display:none;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));background:var(--fg-navy);color:#fff;box-shadow:0 -6px 20px rgba(0,0,0,.18)}
.fg-fl{display:block;font-size:12px;color:#c9d2e3}
.fg-fv{display:block;font-size:19px;font-weight:800}
.fg-fbtn{flex:0 0 auto;background:var(--fg-orange);color:#fff;border:0;border-radius:10px;padding:11px 15px;font:inherit;font-size:15px;font-weight:700;cursor:pointer}
.fg-float{--fg-navy:#1f2a44;--fg-orange:#d9551d;--fg-blue:#2f6fd0;--fg-line:#e6e2d9;--fg-muted:#4a5468;--fg-card:#fff;font-family:inherit}
@media (max-width:959px){.fg-float.fg-on{display:flex}}
@media print{.fg-float{display:none}}
.fg-opts{display:grid;gap:8px}
.fg-calc .fg-opt{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;text-align:left;min-height:52px;padding:10px 14px;border:1px solid var(--fg-line);border-radius:12px;background:#fff;font:inherit;font-size:16px;color:inherit;cursor:pointer;transition:border-color .15s,background .15s}
.fg-calc .fg-opt:hover{border-color:#c9c2b4}
.fg-calc .fg-opt[aria-pressed=true]{border-color:var(--fg-navy);background:#eef1f7;box-shadow:0 0 0 1px var(--fg-navy) inset}
.fg-ot{flex:1 1 auto;min-width:0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fg-om{flex:0 0 auto;font-weight:700;font-size:15px;color:var(--fg-muted);white-space:nowrap}
.fg-opt[aria-pressed=true] .fg-om{color:var(--fg-navy)}
@container (max-width:639px){.fg-ot{white-space:normal;overflow:visible;line-height:1.3}}

/* Breathing: the shorter column spreads extra height over many rows, never one hole */
.fg-left>.fg-card.fg-steps>.fg-jobs{flex:1 1 auto;display:flex;flex-direction:column;gap:8px}
.fg-left>.fg-card.fg-steps>.fg-jobs>.fg-job{flex:1 1 auto;max-height:84px}
.fg-left>.fg-card.fg-steps>.fg-row{flex:0 1 auto}
.fg-left>.fg-card.fg-steps .fg-opts{display:flex;flex-direction:column;gap:8px}
.fg-calc.fg-measure .fg-left>.fg-card.fg-steps>.fg-jobs>.fg-job{flex:0 0 auto}
.fg-right>.fg-hero{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}
.fg-calc .fg-card #fg-lines{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-evenly}
.fg-calc .fg-card #fg-lines>.fg-line{flex:0 1 auto}
.fg-calc.fg-measure .fg-right>.fg-hero{flex:0 0 auto}
.fg-calc.fg-measure #fg-lines{justify-content:flex-start}
.fg-left>.fg-card:not(.fg-steps){display:flex;flex-direction:column;justify-content:center}
.fg-head{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:0}
.fg-calc .fg-ln{flex:1 1 auto;min-width:0}.fg-calc .fg-lv{flex:0 0 auto}

/* ===== Fixed layout on wide screens: every page, same boxes, same places ===== */
@container (min-width:1000px){
  .fg-left{gap:18px}
  .fg-left>.fg-card.fg-steps{flex:0 0 auto;justify-content:flex-start}
  .fg-left>.fg-card.fg-steps>.fg-jobs{height:312px;flex:0 0 auto;display:flex;flex-direction:column;gap:8px}
  .fg-left>.fg-card.fg-steps.fg-nopick>.fg-jobs{height:480px}
  .fg-left>.fg-card.fg-steps>.fg-jobs>.fg-job{flex:1 1 0;min-height:0;max-height:none}
  .fg-steps[data-jobs="6"]>.fg-jobs,.fg-steps[data-jobs="7"]>.fg-jobs,.fg-steps[data-jobs="8"]>.fg-jobs{gap:6px}
  .fg-left>.fg-card.fg-steps>.fg-row{flex:0 0 auto;margin-top:22px}
  .fg-steps .fg-row>.fg-span{height:152px;display:flex;flex-direction:column}
  .fg-steps .fg-row>.fg-span>.fg-opts{flex:1 1 auto;display:flex;flex-direction:column;gap:8px}
  .fg-steps .fg-row>.fg-span>.fg-opts>.fg-opt{flex:1 1 0;min-height:0}
  .fg-left>#fg-fair{flex:0 0 auto;height:324px}
  .fg-right>.fg-hero{flex:0 0 auto;height:400px}
  .fg-right>#fg-pay{flex:1 1 0;min-height:0}
  .fg-right>#fg-how,.fg-right>.fg-actions{flex:0 0 auto}
}
.fg-calc.fg-measure .fg-steps>.fg-jobs,.fg-calc.fg-measure .fg-steps .fg-span{height:auto!important}
.fg-calc.fg-measure .fg-right>.fg-hero,.fg-calc.fg-measure .fg-right>#fg-pay,.fg-calc.fg-measure .fg-left>#fg-fair{flex:0 0 auto!important}
/* Two jobs: two tiles side by side, same box */
@container (min-width:1000px){
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="2"]>.fg-jobs{flex-direction:row}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="2"]>.fg-jobs>.fg-job{flex:1 1 0;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:10px}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="2"] .fg-jico{width:48px;height:48px;border-radius:14px}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="2"] .fg-jico svg{width:22px;height:22px}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="2"] .fg-jtx{flex:0 0 auto;width:100%}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="2"] .fg-jt{font-size:18px;white-space:normal}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="2"] .fg-jp{font-size:18px}
}
/* Use the full page width like the old calculator did (the site caps sections at the reading column) */
main.wrap>section.fg-calc,main>section.fg-calc{max-width:none;width:auto;padding:0;border:0;background:none;margin:36px 0}
/* One column (phones, tablets): steps, price, breakdown, fair check, how, share */
@container (max-width:999px){
  .fg-left,.fg-right{display:contents}
  .fg-steps{order:1}.fg-hero{order:2}#fg-pay{order:3}#fg-fair{order:4}#fg-how{order:5}.fg-actions{order:6}
}
/* Six to eight jobs: tiles, two per row, same box */
@container (min-width:1000px){
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="6"]>.fg-jobs,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="7"]>.fg-jobs,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="8"]>.fg-jobs{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:8px}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="7"]>.fg-jobs>.fg-job:last-child{grid-column:1/-1}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="6"] .fg-job,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="7"] .fg-job,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="8"] .fg-job{flex-direction:column;align-items:flex-start;justify-content:center;gap:1px;padding:3px 12px;max-height:none}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="6"] .fg-jico,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="7"] .fg-jico,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="8"] .fg-jico{display:none}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="6"] .fg-jtx,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="7"] .fg-jtx,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="8"] .fg-jtx{flex:0 0 auto;width:100%}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="6"] .fg-jt,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="7"] .fg-jt,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="8"] .fg-jt{font-size:15px;line-height:1.2;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="6"] .fg-js,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="7"] .fg-js,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="8"] .fg-js{font-size:13px;line-height:1.2}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="6"] .fg-jp,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="7"] .fg-jp,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="8"] .fg-jp{font-size:14px}
}
@container (min-width:1000px){
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="6"] .fg-jtx,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="7"] .fg-jtx,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="8"] .fg-jtx{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="6"] .fg-jt,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="7"] .fg-jt,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="8"] .fg-jt,
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="6"] .fg-js,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="7"] .fg-js,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="8"] .fg-js{display:inline;white-space:normal}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="6"] .fg-js::before,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="7"] .fg-js::before,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="8"] .fg-js::before{content:" \00b7  "}
}
@container (max-width:999px){.fg-calc .fg-jt,.fg-calc .fg-js,.fg-calc .fg-ot{white-space:normal;overflow:visible;line-height:1.3}.fg-calc .fg-jtx{min-width:0}}
@container (min-width:1000px){
  .fg-calc .fg-left>.fg-card.fg-steps .fg-jtx{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25}
  .fg-calc .fg-left>.fg-card.fg-steps .fg-jt,.fg-calc .fg-left>.fg-card.fg-steps .fg-js{display:inline;white-space:normal}
  .fg-calc .fg-left>.fg-card.fg-steps .fg-js::before{content:" \00b7  "}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="2"] .fg-jtx{display:block}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="2"] .fg-jt,.fg-calc .fg-left>.fg-card.fg-steps[data-jobs="2"] .fg-js{display:block}
  .fg-calc .fg-left>.fg-card.fg-steps[data-jobs="2"] .fg-js::before{content:none}
}
@container (min-width:1000px){.fg-calc .fg-ot{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25}}
@container (max-width:519px){.fg-calc .fg-q{white-space:normal;overflow:visible;line-height:1.3}}
@container (min-width:1000px){
  .fg-calc .fg-steps .fg-row>.fg-span>.fg-opts[data-n="4"]{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:8px}
  .fg-calc .fg-steps .fg-row>.fg-span>.fg-opts[data-n="4"]>.fg-opt{min-height:0;padding:4px 12px;flex-direction:column;align-items:flex-start;justify-content:center;gap:0}
  .fg-calc .fg-steps .fg-opts[data-n="4"] .fg-ot{font-size:14px;line-height:1.2;-webkit-line-clamp:1;width:100%}
  .fg-calc .fg-steps .fg-opts[data-n="4"] .fg-om{font-size:13px}
}
