/* Savings calculator: a private planning worksheet, styled as the Xpand workspace. */
.dx-pricing-page [hidden] { display: none !important; }
.dx-pricing-page .dx-market-hero { background: radial-gradient(ellipse at 92% 12%,#e3f2ea,transparent 53%),linear-gradient(125deg,#fafbfe 45%,#f4f0fa); }
.dx-pricing-page .dx-market-hero__inner { padding-block: 68px; gap: 50px; }
.dx-pricing-page .dx-market-hero h1 { font-size: clamp(38px,4.5vw,64px); }
.dx-pricing-value-points { display: flex; flex-wrap: wrap; gap: 10px 18px; padding: 0; margin: 22px 0 0; list-style: none; }
.dx-pricing-value-points li { display: flex; align-items: center; gap: 7px; color: #3f695b; font-size: 12px; line-height: 1.5; font-weight: 650; }
.dx-pricing-value-points li::before { content: ''; flex: 0 0 6px; width: 6px; height: 6px; border-radius: 50%; background: #6ba991; }
.dx-price-savings { position: relative; padding: 30px; border: 1px solid #dbe7e2; border-radius: 24px; background: #ffffffdb; box-shadow: 0 18px 48px #213f4210; }
.dx-price-savings__eyebrow { display: block; color: #3b7864; font-size: 11px; font-weight: 800; letter-spacing: .11em; }
.dx-price-savings__number { display: block; margin: 16px 0 6px; color: #226d54; font-size: clamp(64px,6vw,90px); font-weight: 800; letter-spacing: -.07em; line-height: 1.05; }
.dx-price-savings h2 { margin: 0; color: #223854; font-size: 22px; letter-spacing: -.03em; }
.dx-price-savings p { color: #617186; font-size: 13px; line-height: 1.7; }
.dx-price-savings__bars { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); align-items: end; gap: 7px; height: 75px; padding-top: 8px; margin: 20px 0; border-bottom: 1px solid #e2eae7; }
.dx-price-savings__bars i { display: block; height: var(--bar); border-radius: 5px 5px 0 0; background: linear-gradient(#80bba6,#c2e0d4); }
.dx-price-savings__bars i:nth-child(3n) { background: linear-gradient(#c0afd8,#e1d9ed); }
.dx-price-savings a { color: #22694f; font-size: 13px; font-weight: 800; }
.dx-calc-section { padding: clamp(28px,3.5vw,48px) 0; background: #f6f8fc; border-bottom: 1px solid #e3e9f1; scroll-margin-top: 95px; }
.dx-calc-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 30px; }
.dx-calc-heading h2 { margin: 8px 0 12px; font-size: clamp(30px,3.4vw,46px); line-height: 1.15; letter-spacing: -.04em; color: #1b3053; }
.dx-calc-heading p:last-child { max-width: 670px; color: #627188; font-size: 15px; line-height: 1.7; }
.dx-calc-pill { flex-shrink: 0; padding: 9px 14px; border: 1px solid #d7e5df; border-radius: 24px; background: #edf6f1; color: #3d6c59; font-size: 11px; font-weight: 750; }
.dx-calc-section > [data-savings-calculator] { scroll-margin-top: 110px; }
.dx-calc-section .dx-calc-heading { margin-bottom: 18px; }
.dx-calc-section .dx-calc-heading .dx-eyebrow { margin: 0; font-size: 11px; color: var(--dx-orange, #e7663c); }
.dx-calc-section .dx-calc-heading h2 { margin: 7px 0 0; font-size: clamp(26px,3vw,36px); }
.dx-calc-disclosure { min-width: 0; border: 1px solid #dce6e2; border-radius: 20px; background: #fff; box-shadow: 0 8px 30px #24423906; }
.dx-calc-launcher { display: flex; align-items: center; gap: 20px; padding: 23px 26px; list-style: none; cursor: pointer; border-radius: 20px; background: linear-gradient(110deg,#f1f8f4,#fff 65%,#f6f3fa); }
.dx-calc-launcher::-webkit-details-marker { display: none; }
.dx-calc-launcher::marker { content: ''; }
.dx-calc-launcher__icon { display: grid; place-items: center; flex: 0 0 48px; height: 48px; background: #e0efe6; border: 1px solid #d0e3d8; border-radius: 14px; color: #337658; }
.dx-calc-launcher__icon svg { width: 26px; height: 26px; }
.dx-calc-launcher__copy { display: grid; gap: 6px; min-width: 0; }
.dx-calc-launcher__copy strong { color: #233e55; font-size: 17px; line-height: 1.35; }
.dx-calc-launcher__copy > span { color: #607489; font-size: 13px; line-height: 1.6; }
.dx-calc-launcher__copy small { color: #527c69; font-size: 11px; line-height: 1.65; }
.dx-calc-launcher__copy i { margin-inline: 4px; font-style: normal; }
.dx-calc-launcher__action { display: flex; align-items: center; justify-content: center; flex-shrink: 0; gap: 12px; margin-left: auto; padding: 13px 16px; border-radius: 10px; background: #263e70; color: #fff; font-size: 12px; line-height: 1.5; font-weight: 750; }
.dx-calc-launcher__action svg { width: 18px; height: 18px; transition: transform .18s ease; }
.dx-calc-launcher:hover .dx-calc-launcher__action { background: #334f87; }
.dx-calc-launcher__close, .dx-calc-disclosure[open] .dx-calc-launcher__open { display: none; }
.dx-calc-disclosure[open] .dx-calc-launcher__close { display: inline; }
.dx-calc-disclosure[open] .dx-calc-launcher__action svg { transform: rotate(180deg); }
.dx-calc-disclosure[open] > .dx-calc-launcher { border-bottom: 1px solid #e1e9e5; border-radius: 20px 20px 0 0; }
.dx-calc-panel { padding: 26px; }
.dx-calc-panel__intro { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.dx-calc-panel__intro p { max-width: 720px; margin: 0; color: #61758a; font-size: 13px; line-height: 1.7; }
.dx-calc-panel__footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #e4ebe7; margin-top: 18px; padding-top: 12px; }
@media (max-width: 900px) { .dx-calc-launcher { flex-wrap: wrap; gap: 14px; padding: 20px; } .dx-calc-launcher__copy { flex: 1 1 280px; } .dx-calc-panel__intro { flex-wrap: wrap; } .dx-calc-panel { padding: 20px; } }
@media (max-width: 560px) { .dx-calc-launcher { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 14px; padding: 18px; } .dx-calc-launcher__icon { width: 36px; height: 40px; border-radius: 10px; align-self: start; } .dx-calc-launcher__icon svg { width: 23px; height: 23px; } .dx-calc-launcher__copy strong { font-size: 15px; } .dx-calc-launcher__copy > span { font-size: 12px; } .dx-calc-launcher__action { grid-column: 1 / -1; width: 100%; margin: 0; box-sizing: border-box; } .dx-calc-panel { padding: 16px 12px; } }
@media (prefers-reduced-motion: reduce) { .dx-calc-launcher__action svg { transition: none; } }
.dx-calc-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); gap: 28px; align-items: start; }
.dx-calc-inputs, .dx-calc-results, [data-calc-output] { display: grid; gap: 18px; min-width: 0; }
.dx-calc-block, .dx-calc-breakdown, .dx-calc-cash, .dx-calc-capacity { min-width: 0; padding: 24px; border: 1px solid #e0e6ef; border-radius: 18px; background: #fff; }
.dx-calc-block__title { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.dx-calc-block__title > span, .dx-calc-step { display: inline-grid; flex: 0 0 29px; place-items: center; width: 29px; height: 29px; border-radius: 9px; background: #eef4f9; color: #54718c; font-size: 10px; font-weight: 800; }
.dx-calc-block h3,.dx-calc-breakdown h3,.dx-calc-cash h3,.dx-calc-capacity h3 { margin: 0; color: #213651; font-size: 17px; line-height: 1.4; }
.dx-calc-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px 14px; margin-top: 18px; }
.dx-calc-fields--four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.dx-calc-fields--three { grid-template-columns: .6fr 1.2fr 1fr; }
.dx-calc__field { display: grid; gap: 7px; align-content: start; min-width: 0; color: #435773; font-size: 12px; line-height: 1.45; font-weight: 650; }
.dx-calc__input-wrap { position: relative; display: flex; align-items: center; min-width: 0; }
.dx-calc__field input,.dx-calc__field select { width: 100%; min-width: 0; min-height: 45px; padding: 11px 10px; border: 1px solid #ccd8e5; border-radius: 8px; background: #fbfcfe; color: #1b3558; font-family: inherit; line-height: 1.4; font-size: 14px; font-weight: 650; box-shadow: 0 1px 2px #19364d03; }
.dx-calc__input-wrap:has(small) input { padding-right: 50px; }
.dx-calc__input-wrap small { position: absolute; right: 10px; pointer-events: none; color: #738498; font-size: 10px; font-weight: 550; }
.dx-calc__field input { appearance: textfield; -moz-appearance: textfield; }
.dx-calc__field input::-webkit-inner-spin-button { appearance: none; margin: 0; }
.dx-calc-section :is(input,select,button,a,summary):focus-visible { outline: 3px solid #368e72; outline-offset: 3px; }
.dx-calc-section input[aria-invalid="true"] { border-color: #b94736; background: #fff7f3; }
.dx-calc-hint { margin: 14px 0 0; color: #66768b; font-size: 12px; line-height: 1.7; }
.dx-calc-hint strong { color: #354c65; }
.dx-calc-presets { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; }
.dx-calc-presets > span { color: #738298; font-size: 11px; }
.dx-calc-presets button { min-height: 34px; padding: 6px 10px; border: 1px solid #d9e7e0; border-radius: 7px; background: #f2f8f5; color: #376c59; font: inherit; font-size: 11px; font-weight: 700; cursor: pointer; }
.dx-calc-staff { margin: 18px 0 0; padding: 14px; border: 1px solid #e6ebf2; border-radius: 12px; background: #fafbfd; min-width: 0; }
.dx-calc-staff legend { padding: 0 7px; color: #3c5472; font-size: 12px; font-weight: 750; }
.dx-calc-staff .dx-calc-fields { margin-top: 0; }
.dx-calc-explainer { align-self: end; padding-block: 4px; color: #758297; font-size: 11px; line-height: 1.6; }
.dx-calc-details summary { display: flex; align-items: center; gap: 12px; list-style: none; cursor: pointer; color: #243e5d; font-size: 14px; font-weight: 750; }
.dx-calc-details summary::-webkit-details-marker { display: none; }
.dx-calc-details summary > span:last-child:not(.dx-calc-step) { margin-left: auto; color: #5d8677; font-size: 20px; }
.dx-calc-details[open] summary > span:last-child:not(.dx-calc-step) { transform: rotate(45deg); }
.dx-calc-mini-title { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid #e6ecf2; color: #335370; font-size: 12px; font-weight: 750; }
.dx-calc-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 20px; }
.dx-calc-text-button { padding: 8px 0; min-height: 40px; border: 0; background: transparent; color: #3e6377; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; text-align: left; }
.dx-calc-result-card { padding: 28px; overflow: hidden; border: 1px solid #d4e5dc; border-radius: 22px; background: radial-gradient(ellipse at 100% 0,#ece8f5,transparent 55%),linear-gradient(130deg,#edf7f1,#fcfefd); }
.dx-calc-result-top { display: flex; justify-content: space-between; gap: 15px; color: #557463; font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.dx-calc-result-top > span:last-child { color: #69748b; text-align: right; }
.dx-calc-result-label { margin: 24px 0 5px; color: #3b5d4e; font-size: 14px; }
.dx-calc-result-value { display: block; color: #22694f; font-size: clamp(34px,3.5vw,55px); line-height: 1.1; font-weight: 800; letter-spacing: -.045em; overflow-wrap: anywhere; }
.dx-calc-result-rate { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 13px; color: #537866; font-size: 12px; }
.dx-calc-result-rate b { padding: 5px 9px; border-radius: 6px; background: #d8ecdf; color: #296448; }
.dx-calc-result-caption { margin: 15px 0 0; color: #667c71; font-size: 12px; line-height: 1.6; }
.dx-calc-graph { margin-top: 25px; padding-top: 20px; border-top: 1px solid #d5e3db; }
.dx-calc-graph > div:not(.dx-calc-bar) { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 8px; color: #57705f; font-size: 11px; }
.dx-calc-graph b { color: #2c4e3a; font-size: 13px; overflow-wrap: anywhere; }
.dx-calc-bar { height: 13px; margin-bottom: 17px; overflow: hidden; border-radius: 4px; background: #e2ece6; }
.dx-calc-bar i { display: block; width: 0; height: 100%; border-radius: inherit; background: #9aa9b8; transition: width .35s; }
.dx-calc-bar--after i { background: linear-gradient(90deg,#468769,#87b39e); }
.dx-calc-target { margin: 3px 0 0; font-size: 11px; color: #637c6c; line-height: 1.6; }
.dx-calc-metrics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.dx-calc-metrics article { padding: 18px; border: 1px solid #e0e6ef; border-radius: 14px; background: #fff; min-width: 0; }
.dx-calc-metrics span { display: block; color: #66778f; font-size: 11px; }
.dx-calc-metrics strong { display: block; margin: 8px 0 5px; color: #28465d; font-size: clamp(20px,2.5vw,28px); line-height: 1.2; letter-spacing: -.03em; overflow-wrap: anywhere; }
.dx-calc-metrics small { color: #7b889a; font-size: 10px; line-height: 1.5; display: block; }
.dx-calc-breakdown__head > span { display: block; margin-top: 7px; color: #6c7d92; font-size: 11px; line-height: 1.6; }
.dx-calc-results dl { margin: 18px 0 0; }
.dx-calc-results dl > div { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; padding: 9px 0; border-bottom: 1px solid #edf0f5; font-size: 12px; }
.dx-calc-results dt { color: #62758e; line-height: 1.6; }
.dx-calc-results dd { flex: 0 0 auto; margin: 0; color: #2a4665; font-weight: 750; text-align: right; }
.dx-calc-results dl > .is-total { border-bottom: 0; padding-top: 16px; font-size: 15px; }
.dx-calc-results .is-total dt { color: #243e5d; font-weight: 750; }
.dx-calc-cash { background: #fcfbff; border-color: #e4e0ed; }
.dx-calc-cash > strong { display: block; margin-top: 12px; font-size: 28px; letter-spacing: -.03em; color: #5c5475; overflow-wrap: anywhere; }
.dx-calc-cash p { color: #797186; font-size: 12px; line-height: 1.7; }
.dx-calc-cash > div { display: flex; justify-content: space-between; gap: 18px; padding-top: 10px; color: #81758e; font-size: 11px; }
.dx-calc-cash b { color: #5e5670; text-align: right; }
.dx-calc-comparison-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px 14px; padding: 12px 0; border-bottom: 1px solid #e6ecf2; color: #48617f; font-size: 12px; }
.dx-calc-comparison-row small { grid-column: 1 / -1; color: #7b8797; line-height: 1.5; }
.dx-calc-comparison-row.is-selected { color: #23765a; }
.dx-calc-method { padding-left: 20px; margin: 18px 0 0; color: #6a7c92; font-size: 12px; line-height: 1.7; }
.dx-calc-method li + li { margin-top: 10px; }
.dx-calc-share { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; }
.dx-calc-footnote { max-width: 1040px; margin: 25px 0 0; color: #6c7e94; font-size: 12px; line-height: 1.7; }
.dx-calc-alert,.dx-calc-notice { padding: 18px; border: 1px solid #e6cab9; border-radius: 12px; background: #fff8f0; color: #85533d; font-size: 13px; line-height: 1.7; }
/* Keep plan cards compact in width; details expand without clipping the content. */
.dx-pricing-plans > .dx-container { max-width: 1000px; }
.dx-pricing-plans .dx-market-heading { align-items: start; }
.dx-pricing-plans .dx-market-heading > p { max-width: 260px; }
.dx-pricing-plans .dx-price-grid { grid-template-columns: repeat(3,minmax(0,320px)); justify-content: center; align-items: start; gap: 22px 20px; }
.dx-pricing-plans .dx-price-card { width: 100%; height: 100%; padding: 24px 22px; position: relative; border-radius: 19px; box-shadow: 0 6px 23px #1a365609; }
.dx-pricing-plans .dx-price-card--featured { border-color: #db936e; background: linear-gradient(#fff8f3 0,#fff 175px); box-shadow: 0 9px 30px #da8c6214; }
.dx-pricing-plans .dx-price-card__top { align-items: flex-start; gap: 8px; }
.dx-pricing-plans .dx-price-card__top > p { font-size: 10px; line-height: 1.5; letter-spacing: .04em; }
.dx-pricing-plans .dx-price-badge { flex: 0 0 auto; font-size: 10px; padding: 3px 7px; }
.dx-pricing-plans .dx-price-card h3 { font-size: 24px; line-height: 1.25; }
.dx-pricing-plans .dx-price-card__rate { display: flex; flex-wrap: wrap; align-items: baseline; gap: 3px 5px; min-height: 56px; margin: 13px 0 8px; white-space: normal; }
.dx-pricing-plans .dx-price-card__rate strong { font-size: 38px; line-height: 1.15; }
.dx-pricing-plans .dx-price-card__rate span { font-size: 11px; }
.dx-pricing-plans .dx-price-card__detail { min-height: 44px; margin: 0 0 15px; font-size: 12px; line-height: 1.65; }
.dx-plan-facts { margin: 0; padding: 6px 0; border-top: 1px solid #e4ebf3; border-bottom: 1px solid #e4ebf3; }
.dx-plan-facts > div { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); align-items: start; gap: 12px; padding: 9px 0; }
.dx-plan-facts dt { color: #61718a; font-size: 12px; line-height: 1.5; }
.dx-plan-facts dt small { display: block; font-size: 10px; color: #7e8da0; }
.dx-plan-facts dd { margin: 0; color: #263f5c; font-size: 12px; font-weight: 750; text-align: right; line-height: 1.5; overflow-wrap: anywhere; }
.dx-plan-seats { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 5px; }
.dx-plan-seats span { padding: 4px 8px; border-radius: 6px; background: #f0f5f8; color: #49677f; font-size: 10px; font-weight: 700; line-height: 1.5; }
.dx-plan-seats span:last-child { background: #ecf6f0; color: #35765c; }
.dx-plan-more { margin: 0 0 12px; }
.dx-plan-more summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; padding: 8px 0; list-style: none; color: #415d79; font-size: 11px; font-weight: 750; cursor: pointer; }
.dx-plan-more summary::-webkit-details-marker { display: none; }
.dx-plan-more summary:focus-visible,.dx-pricing-plans .dx-price-card__cta:focus-visible { outline: 3px solid #368e72; outline-offset: 4px; border-radius: 3px; }
.dx-plan-more__toggle { font-size: 19px; color: #718c9c; line-height: 1; }
.dx-plan-more[open] .dx-plan-more__toggle { transform: rotate(45deg); }
.dx-plan-more__label { margin: 12px 0 8px; color: #4d6a80; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.dx-pricing-plans .dx-plan-inclusions { padding: 0; margin: 0; border: 0; flex: none; }
.dx-pricing-plans .dx-plan-inclusions li { padding: 5px 0 5px 18px; color: #5a7187; font-size: 12px; line-height: 1.6; }
.dx-plan-rates { margin: 0; }
.dx-plan-rates > div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid #eef2f6; font-size: 11px; line-height: 1.6; }
.dx-plan-rates dt { color: #617a8f; }
.dx-plan-rates dd { margin: 0; flex-shrink: 0; color: #365974; text-align: right; font-weight: 750; }
.dx-plan-rates dd small { display: block; color: #8090a1; font-size: 10px; font-weight: 500; }
.dx-plan-more__note { margin: 12px 0; color: #7b8b9b; font-size: 10px; line-height: 1.6; }
.dx-pricing-plans .dx-price-card__cta { margin-top: auto; min-height: 44px; padding-top: 12px; font-size: 12px; }
.dx-plan-shared { margin-top: 25px; padding: 18px 24px; border: 1px solid #dce8e1; border-radius: 13px; background: #f5faf7; text-align: center; }
.dx-plan-shared > span { color: #45715d; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.dx-plan-shared p { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px 10px; margin: 9px 0 0; color: #62806e; font-size: 12px; line-height: 1.7; }
.dx-plan-shared strong { color: #356c52; }
.dx-plan-shared i { font-style: normal; color: #97b4a3; }
.dx-pricing-plans #plans-title { scroll-margin-top: 110px; }
@media (max-width: 1020px) { .dx-pricing-plans .dx-price-grid { grid-template-columns: repeat(2,minmax(0,320px)); } }
@media (max-width: 680px) { .dx-pricing-plans .dx-price-grid { grid-template-columns: minmax(0,320px); } .dx-pricing-plans .dx-market-heading > p { max-width: none; } .dx-plan-shared { padding: 17px; } }
@media (max-width: 1100px) { .dx-calc-layout { gap: 18px; } .dx-calc-fields--four { grid-template-columns: repeat(2,minmax(0,1fr)); } .dx-calc-block,.dx-calc-breakdown,.dx-calc-cash,.dx-calc-capacity { padding: 20px; } .dx-calc-fields--three { grid-template-columns: repeat(2,minmax(0,1fr)); } .dx-calc-fields--three > :last-child { grid-column: 1 / -1; } }
@media (max-width: 900px) { .dx-calc-layout { grid-template-columns: 1fr; } .dx-calc-fields--four { grid-template-columns: repeat(4,minmax(0,1fr)); } .dx-calc-fields--three { grid-template-columns: .6fr 1.2fr 1fr; } .dx-calc-fields--three > :last-child { grid-column: auto; } .dx-calc-heading { align-items: flex-start; flex-direction: column; gap: 12px; } }
@media (max-width: 560px) { .dx-pricing-page .dx-market-hero__inner { padding-block: 42px; gap: 30px; } .dx-price-savings { padding: 24px; } .dx-calc-fields--four { grid-template-columns: repeat(2,minmax(0,1fr)); } .dx-calc-block,.dx-calc-breakdown,.dx-calc-cash,.dx-calc-capacity { padding: 18px; } .dx-calc-result-card { padding: 22px; } .dx-calc-fields--three { grid-template-columns: 1fr 1fr; } .dx-calc-fields--three > :last-child { grid-column: 1 / -1; } .dx-calc-fields { gap: 14px 12px; } .dx-calc__field { font-size: 11px; } .dx-calc-staff { padding: 12px; } .dx-calc__field input,.dx-calc__field select { font-size: 16px; } .dx-calc-metrics article { padding: 14px; } .dx-calc-share .dx-button { width: 100%; } }
@media (max-width: 360px) { .dx-calc-fields:not(.dx-calc-fields--four) { grid-template-columns: 1fr; } .dx-calc-results dl > div { flex-wrap: wrap; gap: 4px 12px; } .dx-calc-results dd { margin-left: auto; } }
@media (prefers-reduced-motion: reduce) { .dx-calc-bar i { transition: none; } }
