/* ================================================================ SiMS HQ design system — warm ops-console (spec 2026-07-17). Direction A v2 discipline (flat, border-defined, ink primary, accent-for-state) wearing the H-04 warm palette + teal accent. Fonts are bundled (Inter Variable + JetBrains Mono Variable). Mode + accent apply via (theme.ts). Class names are stable: restyling here restyles every screen. ================================================================ */ :root { --font: 'Geist Variable', 'Segoe UI', system-ui, -apple-system, sans-serif; --mono: 'Geist Mono Variable', 'Cascadia Mono', Consolas, monospace; --radius-sm: 4px; --radius: 6px; --radius-lg: 10px; --pad: 12px; --speed: 140ms; /* Flat by default: resting surfaces are border-defined, not shadowed. */ --shadow-sm: none; --shadow-md: 0 1px 2px rgba(20, 18, 12, 0.05); --shadow-lg: 0 16px 48px rgba(20, 18, 12, 0.22), 0 4px 12px rgba(20, 18, 12, 0.1); } /* ---- accents (accent paints STATE — active nav, chips, links, focus) ---- */ [data-accent='teal'] { --accent: #115e59; --accent-strong: #0d4f4a; --accent-contrast: #ffffff; } [data-accent='indigo'] { --accent: #4f5df0; --accent-strong: #3f4cd9; --accent-contrast: #ffffff; } [data-accent='blue'] { --accent: #2f7ce8; --accent-strong: #2368ca; --accent-contrast: #ffffff; } [data-accent='emerald'] { --accent: #14957a; --accent-strong: #0f7f68; --accent-contrast: #ffffff; } [data-accent='violet'] { --accent: #8250df; --accent-strong: #6f42c1; --accent-contrast: #ffffff; } [data-accent='rose'] { --accent: #d4497c; --accent-strong: #bb3a6a; --accent-contrast: #ffffff; } [data-accent='amber'] { --accent: #b97e10; --accent-strong: #a06a08; --accent-contrast: #ffffff; } /* ---- light (default): warm paper ---- */ :root, [data-theme='light'] { --bg: #fafaf7; --bg-raised: #ffffff; --bg-hover: #f2f1ec; --bg-inset: #f2f1ec; --border: #e7e5de; --border-strong: #d6d4cc; --text: #1a1a17; --text-dim: #6b6a62; --ok: #047857; --warn: #956325; /* 4.58:1 on --warn-soft #faf1e0 (hue-preserving darken of #a8702b) */ --err: #a64242; --accent-soft: color-mix(in srgb, var(--accent) 10%, var(--bg-raised)); --ok-soft: #e2f4eb; --warn-soft: #faf1e0; --err-soft: #f6e5e5; --scrollbar: #d6d4cc; color-scheme: light; } /* ---- dark: warm night ---- */ [data-theme='dark'] { --bg: #131210; --bg-raised: #1b1a17; --bg-hover: #242320; --bg-inset: #0e0d0b; --border: #2b2a25; --border-strong: #3a3830; --text: #eae8e2; --text-dim: #a8a69c; --ok: #43c288; --warn: #e6b23e; --err: #ef6a63; --accent-soft: color-mix(in srgb, var(--accent) 16%, var(--bg-raised)); --ok-soft: color-mix(in srgb, #43c288 14%, var(--bg-raised)); --warn-soft: color-mix(in srgb, #e6b23e 14%, var(--bg-raised)); --err-soft: color-mix(in srgb, #ef6a63 14%, var(--bg-raised)); --scrollbar: #3a3830; --shadow-md: 0 1px 2px rgba(0, 0, 0, 0.4); --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.6); color-scheme: dark; } /* Dark-mode accents: explicit lighter values so every accent stays itself. */ [data-theme='dark'][data-accent='teal'] { --accent: #2da89a; --accent-strong: #22897d; } [data-theme='dark'][data-accent='indigo'] { --accent: #7c8cff; --accent-strong: #6675f0; } [data-theme='dark'][data-accent='blue'] { --accent: #66a3f2; --accent-strong: #4a8ce0; } [data-theme='dark'][data-accent='emerald'] { --accent: #35b795; --accent-strong: #279c7e; } [data-theme='dark'][data-accent='violet'] { --accent: #a97ff0; --accent-strong: #9367e0; } [data-theme='dark'][data-accent='rose'] { --accent: #e57ba3; --accent-strong: #d4608c; } [data-theme='dark'][data-accent='amber'] { --accent: #d9a247; --accent-strong: #c08a2e; } /* ================= palette (neutral ground) ================= A second theme axis alongside mode + accent: the neutral greys. `warm` (the default, defined in the base light/dark blocks above) needs no attribute; the others override only the neutral tokens, per mode. Accent stays orthogonal, and the soft state colours are color-mix over --bg-raised/--accent so they follow. Applied as by theme.ts; selectable in Settings → Appearance. */ [data-palette='slate'][data-theme='light'] { --bg: #f4f5f8; --bg-raised: #ffffff; --bg-hover: #eceef3; --bg-inset: #eef0f4; --border: #e1e4ea; --border-strong: #ccd1da; --text: #191c22; --text-dim: #5a616d; --scrollbar: #ccd1da; } [data-palette='slate'][data-theme='dark'] { --bg: #0f1217; --bg-raised: #171b21; --bg-hover: #1f242b; --bg-inset: #0b0e12; --border: #262c34; --border-strong: #363d47; --text: #e6e9ef; --text-dim: #98a0ac; --scrollbar: #363d47; } [data-palette='graphite'][data-theme='light'] { --bg: #f3f5f5; --bg-raised: #ffffff; --bg-hover: #e9eded; --bg-inset: #eef1f1; --border: #e0e5e5; --border-strong: #ccd3d3; --text: #14191a; --text-dim: #566060; --scrollbar: #ccd3d3; } [data-palette='graphite'][data-theme='dark'] { --bg: #101315; --bg-raised: #191d1f; --bg-hover: #222729; --bg-inset: #0b0e0f; --border: #272d2f; --border-strong: #383f42; --text: #e7eaeb; --text-dim: #929a9c; --scrollbar: #383f42; } [data-palette='zinc'][data-theme='light'] { --bg: #fafafa; --bg-raised: #ffffff; --bg-hover: #f1f1f2; --bg-inset: #f4f4f5; --border: #e4e4e7; --border-strong: #d1d1d6; --text: #18181b; --text-dim: #70707a; --scrollbar: #d1d1d6; } [data-palette='zinc'][data-theme='dark'] { --bg: #0b0b0d; --bg-raised: #161618; --bg-hover: #202023; --bg-inset: #0e0e10; --border: #26262a; --border-strong: #37373d; --text: #ededf0; --text-dim: #9a9aa3; --scrollbar: #37373d; } /* ================= base ================= */ * { box-sizing: border-box; } html, body, #root { height: 100%; margin: 0; } body { background: var(--bg); color: var(--text); font: 400 14px/1.5 var(--font); -webkit-font-smoothing: antialiased; transition: background var(--speed) ease, color var(--speed) ease; } h1, h2, h3 { letter-spacing: -0.015em; font-weight: 600; } ::selection { background: color-mix(in srgb, var(--accent) 25%, transparent); } :focus-visible { outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent); outline-offset: 1px; } * { scrollbar-width: thin; scrollbar-color: var(--scrollbar) transparent; } @media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } } /* Money and quantities: Inter with tabular figures. */ .num { font-family: var(--font); font-variant-numeric: tabular-nums lining-nums; letter-spacing: -0.005em; } /* Machine data: codes, doc numbers, GSTINs, ids. */ .mono { font-family: var(--mono); font-size: 0.93em; letter-spacing: 0.01em; } /* ================= controls ================= */ button.wf { background: var(--bg-raised); color: var(--text); border: 1px solid var(--border-strong); border-radius: var(--radius); padding: 7px 14px; font: 500 13.5px/1.45 var(--font); cursor: pointer; transition: background var(--speed), border-color var(--speed), opacity var(--speed), transform 80ms; } button.wf:hover { background: var(--bg-hover); border-color: color-mix(in srgb, var(--accent) 35%, var(--border-strong)); } button.wf:active { transform: translateY(1px); } /* Ink primary — accent is reserved for state, not the main CTA. */ button.wf.primary { background: var(--text); color: var(--bg-raised); border-color: var(--text); font-weight: 600; } button.wf.primary:hover { opacity: 0.86; background: var(--text); } button.wf.danger { border-color: color-mix(in srgb, var(--err) 55%, var(--border-strong)); color: var(--err); } button.wf.danger:hover { background: var(--err-soft); } button.wf kbd { background: color-mix(in srgb, currentColor 14%, transparent); border-radius: var(--radius-sm); padding: 0 5px; margin-left: 8px; font-family: var(--mono); font-size: 10.5px; font-weight: 500; } input.wf, select.wf, textarea.wf { background: var(--bg-raised); color: var(--text); border: 1px solid var(--border-strong); border-radius: var(--radius-sm); padding: 7px 11px; font: 400 13.5px/1.45 var(--font); width: 100%; transition: border-color var(--speed), box-shadow var(--speed); } input.wf::placeholder, textarea.wf::placeholder { color: var(--text-dim); } input.wf:focus, select.wf:focus, textarea.wf:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent); } /* ================= page scaffolding ================= */ .wf-page { padding: 20px 24px 32px; max-width: 1400px; } .wf-page-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 4px; } .wf-page-head h1 { font-size: 22px; margin: 0; } .wf-page-desc { color: var(--text-dim); margin: 0 0 18px; max-width: 72ch; } .wf-crumbs { display: flex; gap: 6px; align-items: center; font-size: 12px; color: var(--text-dim); margin: 0 0 6px; } .wf-crumbs a { color: var(--text-dim); text-decoration: none; } .wf-crumbs a:hover { color: var(--accent); } .wf-toolbar { display: flex; gap: 8px; align-items: center; margin: 14px 0; flex-wrap: wrap; } .wf-toolbar .spacer { flex: 1; } /* ================= tables ================= */ table.wf { border-collapse: separate; border-spacing: 0; width: 100%; background: var(--bg-raised); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; } table.wf th, table.wf td { text-align: left; padding: 9px 14px; border-bottom: 1px solid var(--border); } table.wf tr:last-child td { border-bottom: none; } table.wf th { position: sticky; top: 0; z-index: 1; background: var(--bg-inset); color: var(--text-dim); font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; } table.wf tbody tr { transition: background var(--speed); } table.wf tbody tr:hover td { background: var(--accent-soft); } table.wf td.num, table.wf th.num { text-align: right; } table.wf td.mono { font-size: 12.5px; } table.wf tbody tr.tone-err td { background: var(--err-soft); } table.wf tbody tr.tone-warn td { background: var(--warn-soft); } table.wf tbody tr.tone-ok td { background: var(--ok-soft); } table.wf tbody tr.tone-err:hover td, table.wf tbody tr.tone-warn:hover td, table.wf tbody tr.tone-ok:hover td { filter: brightness(0.97); } /* ================= badges ================= */ .wf-badge { display: inline-block; border-radius: 999px; padding: 2px 10px; font-size: 12px; font-weight: 500; background: var(--bg-inset); color: var(--text-dim); border: 1px solid var(--border); } .wf-badge.ok { color: var(--ok); background: var(--ok-soft); border-color: color-mix(in srgb, var(--ok) 25%, transparent); } .wf-badge.warn { color: var(--warn); background: var(--warn-soft); border-color: color-mix(in srgb, var(--warn) 25%, transparent); } .wf-badge.err { color: var(--err); background: var(--err-soft); border-color: color-mix(in srgb, var(--err) 25%, transparent); } .wf-badge.accent { color: var(--accent-strong); background: var(--accent-soft); border-color: color-mix(in srgb, var(--accent) 30%, transparent); } [data-theme='dark'] .wf-badge.accent { color: var(--accent); } /* Bright, self-standing badge hues — used to colour document TYPE and STATUS so each reads at a glance (quotation gold, proforma violet, invoice teal/accent, credit note red, receipt green; paid/accepted green, sent blue, lost red…). Solid-tint pills: coloured ink on a soft wash of the same hue, hue-matched border. Fixed values (not the configurable --accent) so a type/status keeps its identity in any accent, and tuned for contrast in both light and dark themes. */ .wf-badge.green { color: #047857; background: #e2f4eb; border-color: color-mix(in srgb, #047857 28%, transparent); } .wf-badge.blue { color: #1d63d0; background: #e4eefc; border-color: color-mix(in srgb, #1d63d0 28%, transparent); } .wf-badge.violet { color: #6f42c1; background: #efe8fb; border-color: color-mix(in srgb, #6f42c1 28%, transparent); } .wf-badge.gold { color: #8a5a00; background: #fbeecb; border-color: color-mix(in srgb, #8a5a00 28%, transparent); } .wf-badge.red { color: #c62828; background: #fce4e4; border-color: color-mix(in srgb, #c62828 28%, transparent); } [data-theme='dark'] .wf-badge.green { color: #43c288; background: color-mix(in srgb, #43c288 16%, var(--bg-raised)); border-color: color-mix(in srgb, #43c288 34%, transparent); } [data-theme='dark'] .wf-badge.blue { color: #66a3f2; background: color-mix(in srgb, #66a3f2 16%, var(--bg-raised)); border-color: color-mix(in srgb, #66a3f2 34%, transparent); } [data-theme='dark'] .wf-badge.violet { color: #a97ff0; background: color-mix(in srgb, #a97ff0 16%, var(--bg-raised)); border-color: color-mix(in srgb, #a97ff0 34%, transparent); } [data-theme='dark'] .wf-badge.gold { color: #d9a247; background: color-mix(in srgb, #d9a247 16%, var(--bg-raised)); border-color: color-mix(in srgb, #d9a247 34%, transparent); } [data-theme='dark'] .wf-badge.red { color: #ef6a63; background: color-mix(in srgb, #ef6a63 16%, var(--bg-raised)); border-color: color-mix(in srgb, #ef6a63 34%, transparent); } /* ================= stat cards ================= */ .wf-stats { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 14px; margin: 16px 0; } .wf-stat { background: var(--bg-raised); border: 1px solid var(--border); border-radius: var(--radius); padding: 14px 16px; transition: border-color var(--speed); } .wf-stat:hover { border-color: var(--border-strong); } .wf-stat .label { color: var(--text-dim); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; } .wf-stat .value { font-size: 26px; font-weight: 600; letter-spacing: -0.02em; margin-top: 6px; } .wf-stat .hint { color: var(--text-dim); font-size: 12px; margin-top: 3px; } .wf-stat .hint.ok { color: var(--ok); } .wf-stat .hint.warn { color: var(--warn); } .wf-stat .hint.err { color: var(--err); } /* ================= states ================= */ .wf-empty { border: 1px dashed var(--border-strong); border-radius: var(--radius); padding: 32px; text-align: center; color: var(--text-dim); margin: 14px 0; background: color-mix(in srgb, var(--bg-raised) 55%, transparent); } .wf-skel { display: flex; flex-direction: column; gap: 10px; margin: 14px 0; } .wf-skel-bar { height: 13px; border-radius: var(--radius-sm); background: linear-gradient(90deg, var(--bg-inset) 25%, var(--bg-hover) 50%, var(--bg-inset) 75%); background-size: 200% 100%; animation: wf-shimmer 1.4s ease infinite; } @keyframes wf-shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } } .wf-error { border: 1px solid color-mix(in srgb, var(--err) 35%, transparent); background: var(--err-soft); border-radius: var(--radius); padding: 14px 16px; margin: 14px 0; display: flex; align-items: center; gap: 12px; font-size: 13px; } .wf-error .msg { flex: 1; color: var(--err); } /* ================= filter chips ================= */ .wf-chips { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; } .wf-chip { border: 1px solid transparent; background: transparent; color: var(--text-dim); border-radius: 999px; padding: 4px 12px; font: 500 12.5px var(--font); cursor: pointer; transition: background var(--speed), color var(--speed), border-color var(--speed); } .wf-chip:hover { color: var(--text); background: var(--bg-hover); } .wf-chip.active { background: var(--accent-soft); color: var(--accent-strong); border-color: color-mix(in srgb, var(--accent) 30%, transparent); font-weight: 600; } [data-theme='dark'] .wf-chip.active { color: var(--accent); } .wf-chip .count { opacity: 0.75; margin-left: 5px; font-family: var(--mono); font-size: 11px; } /* ================= tabs ================= */ .wf-tabs { display: flex; gap: 2px; border-bottom: 1px solid var(--border); margin: 14px 0 16px; overflow-x: auto; } .wf-tab { border: none; background: none; cursor: pointer; white-space: nowrap; padding: 8px 12px 9px; font: 500 13.5px var(--font); color: var(--text-dim); border-bottom: 2px solid transparent; margin-bottom: -1px; transition: color var(--speed), border-color var(--speed); } .wf-tab:hover { color: var(--text); } .wf-tab.active { color: var(--text); font-weight: 600; border-bottom-color: var(--accent); } .wf-tab .count { font-family: var(--mono); font-size: 11px; color: var(--text-dim); margin-left: 6px; } /* ================= record header ================= */ .wf-rec { display: flex; gap: 14px; align-items: flex-start; margin: 2px 0 6px; } .wf-avatar { width: 44px; height: 44px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 16px; flex-shrink: 0; } .wf-rec-body { min-width: 0; flex: 1; } .wf-rec-title { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; } .wf-rec-title h1 { font-size: 22px; margin: 0; } .wf-rec-meta { color: var(--text-dim); font-size: 13px; margin-top: 3px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; } .wf-rec-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; } /* ================= misc surfaces ================= */ .wf-card { background: var(--bg-raised); border: 1px solid var(--border); border-radius: var(--radius); padding: 14px 16px; margin: 10px 0; } .wf-card > h3:first-child { margin-top: 0; } .wf-field { margin-bottom: 13px; } .wf-field > label { display: block; color: var(--text-dim); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 5px; } .wf-notice { border-radius: var(--radius); padding: 9px 13px; margin: 10px 0; border: 1px solid var(--border); background: var(--bg-raised); font-size: 13px; } .wf-notice.ok { border-color: color-mix(in srgb, var(--ok) 35%, transparent); background: var(--ok-soft); } .wf-notice.warn { border-color: color-mix(in srgb, var(--warn) 35%, transparent); background: var(--warn-soft); } .wf-notice.err { border-color: color-mix(in srgb, var(--err) 35%, transparent); background: var(--err-soft); } /* ================= command palette ================= */ .wf-palette-back { position: fixed; inset: 0; background: rgba(15, 14, 11, 0.4); backdrop-filter: blur(3px); z-index: 60; display: flex; justify-content: center; align-items: flex-start; padding-top: 12vh; } .wf-palette { width: 640px; max-width: calc(100vw - 32px); background: var(--bg-raised); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; } .wf-palette input { width: 100%; border: none; outline: none; background: transparent; color: var(--text); padding: 14px 16px; font: 400 15px var(--font); border-bottom: 1px solid var(--border); } .wf-palette-list { max-height: 46vh; overflow-y: auto; padding: 6px; } .wf-palette-group { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-dim); padding: 8px 10px 4px; } .wf-palette-item { display: flex; align-items: center; gap: 10px; width: 100%; text-align: left; border: none; background: none; cursor: pointer; color: var(--text); padding: 8px 10px; border-radius: var(--radius); font: 400 13.5px var(--font); } .wf-palette-item .hint { color: var(--text-dim); font-size: 12px; margin-left: auto; } .wf-palette-item.sel { background: var(--accent-soft); } .wf-palette-foot { border-top: 1px solid var(--border); padding: 7px 12px; display: flex; gap: 14px; font-size: 11px; color: var(--text-dim); } .wf-palette-foot kbd { font-family: var(--mono); font-size: 10px; border: 1px solid var(--border-strong); border-radius: 3px; padding: 0 4px; margin-right: 4px; } /* ================= theme switcher ================= */ .wf-themer { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; } .wf-themer .themer-row { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; } .wf-themer .themer-lbl { width: 62px; flex: none; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-dim); } .wf-themer .pchip { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--border); background: var(--bg-raised); color: var(--text-dim); border-radius: 999px; padding: 4px 13px 4px 5px; cursor: pointer; font: 600 12.5px var(--font); transition: border-color var(--speed), color var(--speed), background var(--speed); } .wf-themer .pchip:hover { border-color: var(--border-strong); color: var(--text); } .wf-themer .pchip.active { border-color: var(--accent); color: var(--text); background: var(--accent-soft); } .wf-themer .pswatch { width: 18px; height: 18px; border-radius: 5px; border: 1px solid var(--border-strong); flex: none; } .wf-themer .swatch { width: 16px; height: 16px; border-radius: 50%; cursor: pointer; border: 2px solid transparent; padding: 0; transition: transform 80ms, border-color var(--speed); } .wf-themer .swatch:hover { transform: scale(1.18); } .wf-themer .swatch.active { border-color: var(--text); } .wf-themer .mode { background: var(--bg-inset); border: 1px solid var(--border); border-radius: 999px; padding: 3px 10px; cursor: pointer; font: 500 12px var(--font); color: var(--text-dim); } .wf-themer .mode:hover { color: var(--text); border-color: var(--border-strong); } /* ================= dialogs (Pinterest chrome) ================= */ .wf-dialog-back { position: fixed; inset: 0; background: rgba(15, 14, 11, 0.45); backdrop-filter: blur(4px); z-index: 50; display: flex; align-items: center; justify-content: center; padding: 20px; } .wf-dialog { background: var(--bg-raised); border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow-lg); width: 100%; max-height: 86vh; display: flex; flex-direction: column; } .wf-dialog-head { display: flex; align-items: center; gap: 10px; padding: 18px 20px 0; } .wf-dialog-head h2 { margin: 0; font-size: 17px; flex: 1; } .wf-dialog-x { border: none; background: var(--bg-inset); color: var(--text-dim); width: 30px; height: 30px; border-radius: 50%; cursor: pointer; font-size: 13px; } .wf-dialog-x:hover { background: var(--bg-hover); color: var(--text); } .wf-dialog-body { padding: 14px 20px; overflow-y: auto; } .wf-dialog-foot { display: flex; justify-content: flex-end; gap: 8px; padding: 12px 20px 18px; } button.wf.pill { border-radius: 999px; padding: 8px 18px; } /* ================= toasts ================= */ .wf-toasts { position: fixed; right: 16px; bottom: 16px; z-index: 70; display: flex; flex-direction: column; gap: 8px; max-width: 360px; } .wf-toast { display: flex; align-items: center; gap: 10px; background: var(--bg-raised); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 10px 14px; font-size: 13px; } .wf-toast .msg { flex: 1; } .wf-toast.ok { border-color: color-mix(in srgb, var(--ok) 40%, transparent); } .wf-toast.err { border-color: color-mix(in srgb, var(--err) 45%, transparent); background: var(--err-soft); } .wf-toast button { border: none; background: none; color: var(--text-dim); cursor: pointer; font-size: 11px; padding: 2px; } /* ================= form grid (dialog bodies) ================= */ .wf-formgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 12px; } .wf-formgrid .wide { grid-column: 1 / -1; } @media (max-width: 560px) { .wf-formgrid { grid-template-columns: 1fr; } }