:root{--paper:#fafaf7;--ink:#282b29;--muted:#6b706a;--line:#d9dcd5;--accent:#c3f574;--deep:#263d24;--red:#9d352b;--bg:#e5e7e1;--radius:6px;font-family:'Avenir Next','Century Gothic','Trebuchet MS',sans-serif;color:var(--ink);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--bg);background-image:radial-gradient(#80867b30 .7px,transparent .8px),radial-gradient(#fff9 .6px,transparent .8px),linear-gradient(135deg,#fff3,transparent 65%);background-size:5px 5px,7px 7px,100% 100%;background-position:0 0,2px 3px,0 0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-underline-offset:4px}button{border:1px solid var(--line);background:var(--paper);color:var(--ink);padding:11px 17px;border-radius:var(--radius);font-size:13px;font-weight:600}button:hover:not(:disabled){background:#eef1e8;border-color:#b0b7a8}button:disabled{opacity:.45;cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #698e4d;outline-offset:3px}.primary{background:var(--ink);color:#fff;border-color:var(--ink)}.primary:hover:not(:disabled){background:#3b4337;color:#fff}.lime{background:var(--accent);color:var(--deep);border-color:#a9d663}.quiet{border-color:transparent;background:transparent}.topbar{max-width:1360px;margin:auto;height:106px;display:flex;justify-content:space-between;align-items:center;padding:0 52px;border-bottom:1px solid #9aa18d40}.wordmark{font-size:28px;letter-spacing:-1.7px;text-decoration:none;display:flex;align-items:center;gap:9px;font-weight:600}.brand-mark{font-family:Georgia,serif;font-style:italic;background:var(--ink);color:var(--accent);font-size:29px;line-height:33px;width:34px;text-align:center;border-radius:9px;letter-spacing:-3px;padding-right:3px}.edition{font:10px 'Avenir Next',sans-serif;letter-spacing:1px;border:1px solid #abb2a0;border-radius:3px;padding:4px;margin:8px 0 0 4px}.topbar nav{display:flex;gap:10px}.topbar nav button{border:0;background:transparent;font-weight:500}.connection-dot{display:inline-block;width:6px;height:6px;background:#929886;border-radius:50%;margin:0 0 2px 6px}.workspace{max-width:1160px;margin:32px auto 60px;padding:0 30px}.workspace-meta{display:flex;justify-content:space-between;margin:0 0 26px;color:var(--muted);font-size:11px;letter-spacing:1.5px}.workspace-meta #saveStatus{letter-spacing:.2px}.steps{display:flex;align-items:center;margin:0 0 25px;gap:0;overflow-x:auto;padding:4px 0}.step-tab{border:0;background:transparent;border-radius:0;display:flex;align-items:center;gap:8px;padding:0 12px 0 0;font-size:12px;white-space:nowrap;color:#828778;font-weight:500}.step-tab::after{content:'';height:1px;background:#bdc3b4;width:22px;margin-left:6px}.step-tab:last-child::after{display:none}.step-tab .num{border:1px solid #b7bdad;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-size:10px}.step-tab.active{color:var(--ink);font-weight:600}.step-tab.active .num{color:var(--ink);background:var(--accent);border-color:#9abc6a}.stage{position:relative;overflow:hidden;border-radius:var(--radius);box-shadow:0 10px 50px #32392b0d,0 2px 6px #32392b08}.step-card{position:relative;min-height:555px;padding:42px 48px 38px;background:var(--paper);border:1px solid #fff;border-top:3px solid #9baf85;border-radius:var(--radius);margin:0}.step-card[data-direction=next]{animation:next 260ms cubic-bezier(.2,.8,.2,1)}.step-card[data-direction=prev]{animation:prev 260ms cubic-bezier(.2,.8,.2,1)}.eyebrow{font-size:10px;letter-spacing:2px;color:var(--muted);text-transform:uppercase;font-weight:600}.card-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:26px}h1{font-size:37px;font-weight:400;letter-spacing:-1.6px;margin:11px 0 8px;line-height:1.18}h2{font-size:23px;font-weight:500;letter-spacing:-.6px;margin:12px 0}h3{font-size:15px;margin:0 0 10px}p{font-size:13px;color:var(--muted);line-height:1.7;margin:6px 0 14px}.big-number{font-family:Georgia,serif;font-size:75px;color:#dfe4d8;line-height:1;font-style:italic}.fields{display:grid;grid-template-columns:1fr 1fr;gap:17px 24px}.fields.three{grid-template-columns:repeat(3,1fr)}.field{display:block;margin:0;min-width:0}.field.wide,.wide{grid-column:1/-1}.field-label{display:block;font-size:12px;margin-bottom:7px;font-weight:500}input,textarea,select{width:100%;padding:11px 12px;color:var(--ink);border:1px solid #d4d8ce;border-radius:4px;background:#fff;outline:none;font-size:14px;min-height:43px}input::placeholder,textarea::placeholder{color:#a1a598}input[type=checkbox]{width:17px;min-height:17px;accent-color:#476b30}input[type=file]{font-size:12px}textarea{resize:vertical;min-height:126px;line-height:1.6}.help{display:block;font-size:11px;color:var(--muted);font-weight:400;line-height:1.6;margin-top:6px}.split{display:grid;grid-template-columns:1.1fr 1fr;gap:45px}.divider{border-top:1px solid var(--line);margin:23px 0}.channel-list{display:grid;gap:0;margin:15px 0 25px;border-top:1px solid var(--line)}.channel{position:relative;display:grid;grid-template-columns:62px 1fr auto;gap:20px;align-items:center;padding:23px 8px;border-bottom:1px solid var(--line);cursor:pointer}.channel.chosen{background:linear-gradient(90deg,#eaf1e044,transparent)}.channel-icon{width:51px;height:51px;border:1px solid #c8cec0;border-radius:50%;display:grid;place-items:center;font-size:18px;font-family:Georgia,serif}.channel.chosen .channel-icon{border:2px solid #9fc365;background:#f1f7e8}.channel-title{font-size:17px;margin:0 0 4px}.channel p{font-size:12px;margin:0}.checkline{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.6}.checkline input{margin:2px 0 0}.badge{display:inline-block;padding:4px 8px;background:#edf0e7;border-radius:3px;font-size:10px;letter-spacing:.3px;white-space:nowrap}.badge.green{background:#e4f1d7;color:#37612c}.badge.amber{background:#f5eacb;color:#7c5923}.callout{background:#eef1e8;border-left:2px solid #9baf85;padding:13px 16px;font-size:12px;line-height:1.7;color:#545d4b;margin:18px 0}.callout.error{background:#faf0ed;border-color:var(--red);color:var(--red)}.error-list{padding-left:19px;margin:6px 0;font-size:12px;line-height:1.8;color:var(--red)}.workflow-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:22px}.workflow-footer .forward{display:flex;align-items:center;gap:22px}.keyboard{font-size:11px;color:#757e6b}.key{font:10px monospace;border:1px solid #bbc2b1;border-radius:3px;padding:3px 5px;margin-right:3px}.arrow{font-size:19px;margin-left:17px;font-weight:400}.back-arrow{margin-right:12px}.flow-progress{font-size:11px;letter-spacing:1px;color:var(--muted)}.price-large input{font-size:35px;min-height:76px;font-weight:400;letter-spacing:-1px}.price-large .field-label{font-size:13px}.upload-zone{border:1px dashed #aeb9a2;background:linear-gradient(145deg,#eff3e9,#f8f9f4);padding:25px;text-align:center;border-radius:5px}.upload-zone.dragging{border-color:#587d37;background:#e3efd6}.upload-zone input{max-width:330px;margin:8px auto;background:transparent;border:0}.photo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:20px}.photo-tile{min-width:0}.photo-tile img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px;border:1px solid var(--line)}.photo-tools{display:flex;justify-content:space-between;align-items:center;gap:3px;margin-top:4px}.photo-tools button{padding:3px 7px;font-size:11px}.photo-tools span{font-size:10px;color:var(--muted)}.results{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:4px;margin:10px 0;max-height:200px;overflow:auto}.results button{border:0;border-bottom:1px solid var(--line);border-radius:0;text-align:left;font-weight:400}.search-row{display:flex;gap:9px}.search-row input{flex:1;min-width:0}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.preview-photo{width:100%;max-height:280px;object-fit:contain;background:#e9ece4;border-radius:4px}.preview-placeholder{height:230px;display:grid;place-items:center;color:var(--muted);background:#eef0e9;border-radius:4px}.review-line{padding:15px 0;border-bottom:1px solid var(--line)}.review-line .line-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.review-line h3{margin:0}.actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.actions button{flex:0 1 auto}.draft-table,.migration-table{width:100%;border-collapse:collapse;font-size:12px}.draft-table th,.migration-table th{text-align:left;font-size:10px;letter-spacing:1px;text-transform:uppercase;color:var(--muted);font-weight:500}.draft-table td,.draft-table th,.migration-table td,.migration-table th{padding:15px 9px;border-bottom:1px solid var(--line);vertical-align:top;line-height:1.6}.draft-table td:first-child{font-weight:500}.account-row{display:grid;grid-template-columns:1fr auto;gap:15px;padding:23px 0;border-bottom:1px solid var(--line)}.account-row p{margin:4px 0 0;max-width:570px}.account-row button{align-self:center}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#283325;color:#fff;box-shadow:0 3px 20px #0002;padding:13px 20px;border-radius:6px;max-width:90vw;font-size:12px;z-index:20}.toast[hidden]{display:none}dialog{border:1px solid var(--line);border-radius:8px;max-width:490px;padding:30px;background:var(--paper);box-shadow:0 20px 70px #0003}dialog::backdrop{background:#1f271c66;backdrop-filter:blur(3px)}.dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:24px}.table-scroll{overflow-x:auto}details{font-size:12px;line-height:1.7}summary{cursor:pointer;color:#506541}pre{font-size:11px;white-space:pre-wrap;overflow-wrap:anywhere}fieldset{padding:0;margin:0;border:0;min-width:0}fieldset:disabled{opacity:.7}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@keyframes next{from{opacity:.2;transform:translateX(65px)}to{opacity:1;transform:translateX(0)}}@keyframes prev{from{opacity:.2;transform:translateX(-65px)}to{opacity:1;transform:translateX(0)}}@media(min-width:1400px){.workspace{margin-top:42px}.step-card{min-height:590px;padding:46px 55px}}@media(max-width:800px){.topbar{padding:0 22px;height:85px}.topbar nav{gap:0}.topbar nav button{padding:9px;font-size:11px}.edition{display:none}.workspace{padding:0 18px;margin-top:25px}.step-card{padding:28px;min-height:520px}.step-tab{padding-right:8px}.step-tab::after{width:12px}.split{gap:24px}.photo-grid{grid-template-columns:repeat(4,1fr)}.keyboard{display:none}.big-number{font-size:60px}h1{font-size:31px}}@media(max-width:550px){.topbar{padding:0 16px}.wordmark{font-size:23px}.brand-mark{display:none}.topbar nav button{font-size:10px;padding:8px}.workspace{padding:0 12px}.workspace-meta{font-size:9px;letter-spacing:1px;margin-bottom:17px}.steps{margin-bottom:15px}.step-tab{font-size:10px}.step-tab::after{width:9px;margin-left:1px}.step-tab .num{width:20px;height:20px}.step-card{padding:24px 20px;min-height:510px}.fields,.fields.three,.split,.profile-grid{grid-template-columns:1fr;gap:15px}.channel{gap:12px;grid-template-columns:43px 1fr auto;padding:19px 0}.channel-icon{width:40px;height:40px;font-size:15px}.channel-title{font-size:15px}.channel p{font-size:11px}.big-number{display:none}.photo-grid{grid-template-columns:repeat(3,1fr)}.workflow-footer{gap:6px}.workflow-footer .forward{gap:6px}.flow-progress{font-size:9px}.workflow-footer button{padding:11px 12px}.migration-table{min-width:620px}.account-row{grid-template-columns:1fr}.account-row button{justify-self:start}.card-heading{margin-bottom:20px}.card-heading h1{font-size:29px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}
.optional-section{margin-top:25px;border-top:1px solid var(--line);padding-top:15px}.optional-toggle{background:transparent;border:0;padding:6px 0;font-weight:500;color:#657359;font-size:12px;display:inline-flex;align-items:center;gap:14px}.optional-toggle span{font-size:17px}.optional-toggle:hover:not(:disabled){background:transparent;color:var(--ink);text-decoration:underline;text-underline-offset:4px}.optional-content{padding-top:18px}.optional-content[hidden]{display:none}.photo-tile[draggable=true]{cursor:grab}.photo-tile[draggable=true]:active{cursor:grabbing}.photo-tile.is-dragging{opacity:.35}.photo-tile.drop-target img{outline:3px solid #8eb95e;outline-offset:3px;transform:scale(1.025)}.photo-tile img{transition:transform 120ms,outline 120ms}

/* Card 01: original Singulist venue rings and expanding intake panels. */
.venue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start;margin:30px 0 18px}.venue-column{min-width:0;border:1px solid transparent;border-radius:5px;padding:20px 18px 0;transition:background 180ms,border-color 180ms}.venue-column.selected{background:#f0f2ec;border-color:#dfe4d7;padding-bottom:18px}.venue-choice{display:flex;flex-direction:column;align-items:center;gap:12px}.venue-ring{width:116px;height:116px;border:2px solid #cbd2c2;border-radius:50%;padding:12px;background:#fff;font-size:25px;letter-spacing:-1px;line-height:1.2;font-weight:400;display:grid;place-items:center;transition:border-color 160ms,box-shadow 160ms,background 160ms}.venue-ring small{font-size:12px;letter-spacing:0}.venue-ring[aria-pressed=true]{border:3px solid #95d349;box-shadow:0 0 0 4px #bce98415}.venue-ring:hover:not(:disabled){background:#fafff5;border-color:#8fb85b}.venue-ring:focus-visible{outline-offset:6px}.venue-selection-note{font-size:10px;color:#828a78;letter-spacing:.5px}.venue-column.selected .venue-selection-note{color:#58773b}.venue-fields{display:grid;gap:15px;margin-top:21px;padding-top:20px;border-top:1px solid #d8dfcf;animation:venue-reveal 180ms ease-out}.venue-fields .field-label{font-size:11px}.venue-fields input,.venue-fields select{font-size:12px;padding:10px 9px;min-height:40px}.venue-fields .search-row{gap:5px}.venue-fields .search-row button{padding:8px;font-size:11px}.venue-fields .results{max-height:175px;background:var(--paper)}.venue-fields .results button{font-size:11px;line-height:1.5;overflow-wrap:anywhere}.venue-fields .help{overflow-wrap:anywhere}.venue-note{font-size:11px;line-height:1.65;margin:0;color:#75806b}.venue-connect{padding:0;border:0;background:transparent;color:#526c3c;text-decoration:underline;text-underline-offset:3px;font-size:11px;display:inline}.venue-summary{font-size:11px;color:var(--muted);margin-top:22px}.venue-fields input[readonly]{background:#e9ede3;color:#66715e;cursor:default}@keyframes venue-reveal{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:800px){.venue-grid{gap:12px}.venue-column{padding:16px 11px 0}.venue-ring{width:98px;height:98px;font-size:22px}.venue-ring small{font-size:11px}.venue-fields .search-row{flex-wrap:wrap}.venue-fields .search-row input{flex-basis:100%}.venue-fields .search-row button{width:100%}}@media(max-width:600px){.venue-grid{grid-template-columns:repeat(3,minmax(215px,1fr));overflow-x:auto;scroll-snap-type:x proximity;gap:12px;padding:5px 5px 12px;margin:22px -5px 0;align-items:start}.venue-column{scroll-snap-align:start;padding:18px 14px 0}.venue-ring{width:108px;height:108px;font-size:24px}.venue-fields .search-row{flex-wrap:nowrap}.venue-fields .search-row input{flex-basis:auto}.venue-fields .search-row button{width:auto}}

/* Sale and delivery share one Set Prices step. */
.pricing-columns{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:start}.pricing-column{min-width:0}.pricing-column+ .pricing-column{border-left:1px solid var(--line);padding-left:38px}.pricing-column h2{margin:0 0 8px;font-size:23px;font-weight:400}.pricing-column>p{margin-bottom:21px}.pricing-basics{margin:20px 0 16px}.shipping-profile{margin-top:17px;padding-top:14px;border-top:1px solid var(--line)}.shipping-profile-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;font-size:12px}.shipping-profile-heading button{padding:5px 8px;font-size:10px}.shipping-profile .field-label{font-size:11px}.optional-pricing-columns .pricing-column>p{font-size:12px}.pricing-column .help{line-height:1.6}@media(max-width:700px){.pricing-columns{grid-template-columns:1fr;gap:27px}.pricing-column+ .pricing-column{border-left:0;border-top:1px solid var(--line);padding:24px 0 0}}

/* Neutral card surfaces; green is reserved for selection rings. */
:root{--paper:#f5f5f5}.venue-column.selected{background:#ededed;border-color:#dedede}.venue-fields{border-top-color:#d7d7d7}.venue-fields input[readonly]{background:#e5e5e5;color:#666}.venue-ring:hover:not(:disabled){background:#fff;border-color:#8fb85b}
/* Keep Facebook's longer name inside the venue ring at every breakpoint. */
.venue-ring[data-platform="facebook"]{font-size:19px;letter-spacing:-.5px;padding:8px}.venue-ring[data-platform="facebook"] small{font-size:10px;letter-spacing:0}@media(max-width:800px){.venue-ring[data-platform="facebook"]{font-size:17px}}@media(max-width:600px){.venue-ring[data-platform="facebook"]{font-size:18px}}

/* Locally embedded platform logos and Facebook location copies. */
.venue-ring .venue-logo{display:block;width:88%;height:auto;max-height:65%;object-fit:contain;pointer-events:none}.venue-ring .venue-logo-facebook{width:60px;height:60px;max-height:none}.city-list{display:grid;gap:6px;list-style:none;margin:10px 0 0;padding:0}.city-list li{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#e5e5e5;border-radius:4px;padding:6px 8px;font-size:11px}.city-list li span{overflow-wrap:anywhere;min-width:0}.city-list button{padding:0 4px;font-size:17px;border:0;background:transparent;flex-shrink:0}.city-handoff{padding:14px 0;border-top:1px solid var(--line)}.city-handoff .line-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px}.city-handoff .actions{align-items:center;margin-top:10px}.city-handoff .actions button,.city-handoff .actions a{font-size:11px}@media(max-width:800px){.venue-ring .venue-logo-facebook{width:52px;height:52px}}

/* Plain centered card titles and the original two-action home screen. */
.card-heading{display:block;text-align:center;margin-bottom:32px}.card-heading h1{margin:0;font-size:32px;font-weight:400;letter-spacing:-1px;line-height:1.25}.home-stage{box-shadow:none;overflow:visible}.home-stage .step-card{border:0;background:transparent;min-height:490px;padding-top:30px}.home-actions{display:grid;grid-template-columns:repeat(2,minmax(0,245px));justify-content:center;gap:48px;margin:46px auto 28px}.home-tile{aspect-ratio:1;display:grid;place-items:center;border:1px solid #dedede;border-radius:5px;background:#f5f5f5;box-shadow:0 3px 12px #33333308;padding:25px}.home-tile span{font-size:37px;font-weight:400;letter-spacing:-1.3px;line-height:1.38}.home-tile:hover:not(:disabled){background:#fff;border-color:#b7bdb1;box-shadow:0 6px 20px #33333310}.home-links{text-align:center}.home-links button{font-weight:400;font-size:12px;color:var(--muted)}.workspace-meta[hidden]{display:none}@media(max-width:600px){.card-heading h1{font-size:27px}.home-actions{gap:18px;margin-top:35px}.home-tile{padding:14px}.home-tile span{font-size:27px}.home-stage .step-card{padding:24px 5px;min-height:380px}}
/* Keep the venue summary centered at the bottom of Card 01. */
.step-card:has(> .venue-summary){display:flex;flex-direction:column}.step-card > .venue-summary{width:100%;text-align:center;margin: auto 0 0;padding-top:24px}
/* Minimal workspace header: show only the save status. */
#workspaceLabel{display:none}.workspace-meta{justify-content:flex-end}
/* Centered, understated wordmark inspired by the original Singulist. */
.topbar{display:grid;grid-template-columns:1fr auto 1fr}.topbar>.wordmark{grid-column:2;justify-self:center;color:#858984;font-size:36px;font-weight:300;letter-spacing:-1px;text-transform:capitalize}.topbar>.wordmark .brand-mark,.topbar>.wordmark .edition{display:none}.topbar>nav{grid-column:3;justify-self:end}@media(max-width:550px){.topbar>.wordmark{font-size:29px}}

/* Boxed Home control and navigation/status beneath the card. */
.topbar nav #homeNav{background:#e3e3e3;border:1px solid #c8c8c8;border-radius:5px;padding:10px 20px;color:#5e625d}.topbar nav #homeNav:hover{background:#d8d8d8;border-color:#b5b5b5}.workspace>.steps{justify-content:center;margin:24px 0 12px}.workspace>.steps:empty,.workspace>.workflow-footer:empty{display:none}.workspace>.workspace-meta{justify-content:center;margin:0;padding:4px 0;font-size:10px}@media(max-width:550px){.topbar nav #homeNav{padding:8px 12px}.workspace>.steps{justify-content:flex-start}}

/* A quiet tagline beneath the centered logo. */
.topbar>.wordmark{flex-direction:column;gap:3px;line-height:1.2;text-align:center}.topbar>.wordmark .brand-tagline{font-size:11px;font-weight:400;letter-spacing:0;text-transform:none;color:#797d78;white-space:nowrap}@media(max-width:550px){.topbar>.wordmark .brand-tagline{font-size:9.5px}}

/* Hide the redundant Home control without shifting the centered logo. */
body:has(.home-stage) .topbar #homeNav{display:none}

/* Full-width history access beneath the two main homepage actions. */
.home-actions{row-gap:26px}.home-history{grid-column:1/-1;min-height:64px;padding:16px 24px;border:1px solid #dedede;border-radius:5px;background:#f5f5f5;box-shadow:0 3px 12px #33333308;color:var(--ink);font-size:20px;font-weight:400;letter-spacing:-.4px}.home-history:hover:not(:disabled){background:#fff;border-color:#b7bdb1;box-shadow:0 6px 20px #33333310}@media(max-width:600px){.home-actions{row-gap:20px}.home-history{min-height:56px;font-size:18px}}

/* Remove footer count and keyboard hint while preserving their layout space. */
.workflow-footer .flow-progress,.workflow-footer .keyboard{visibility:hidden}

/* Keep listing navigation inside the card, with status outside. */
.step-card.wizard-card{display:flex;flex-direction:column}.wizard-card>.workflow-footer{margin-top:auto;padding-top:32px;flex-shrink:0}

/* Matching, understated styling for enabled card navigation. */
.workflow-footer button[data-action="back"]:not(:disabled),
.workflow-footer button[data-action="next"]:not(:disabled){background:#e7e7e7;border-color:#d1d1d1;color:#545854}
.workflow-footer button[data-action="back"]:not(:disabled):hover,
.workflow-footer button[data-action="next"]:not(:disabled):hover{background:#dedede;border-color:#bfbfbf;color:#454945}
