.dwl-installer-shell{
  --dwli-ink:var(--dwl-ui-ink,#102238);
  --dwli-text:var(--dwl-ui-text,#26384a);
  --dwli-muted:var(--dwl-ui-muted,#667789);
  --dwli-brand:var(--dwl-ui-brand,#087a55);
  --dwli-brand-dark:var(--dwl-ui-brand-dark,#065c41);
  --dwli-soft:var(--dwl-ui-surface-soft,#f7f9fa);
  --dwli-line:var(--dwl-ui-line,#dce3e8);
  --dwli-line-strong:var(--dwl-ui-line-strong,#c9d3da);
  --dwli-warn:var(--dwl-ui-warning,#9a6700);
  --dwli-danger:var(--dwl-ui-danger,#b42318);
  width:min(1240px,calc(100% - 40px));
  margin:42px auto 72px;
  color:var(--dwli-text);
  line-height:1.55;
}

.dwl-installer-hero,
.dwl-installer-portal-head{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:30px;
  background:
    radial-gradient(circle at 90% 2%,rgba(255,255,255,.13),transparent 19rem),
    linear-gradient(135deg,#0c2236 0%,#123b43 55%,#087a55 125%);
  color:#fff;
  box-shadow:var(--dwl-ui-shadow-lg,0 34px 90px rgba(15,34,55,.14));
}

.dwl-installer-hero::before,
.dwl-installer-portal-head::before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  right:-160px;
  bottom:-230px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
}

.dwl-installer-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(270px,360px);
  gap:42px;
  align-items:center;
  padding:45px;
  margin-bottom:22px;
}
.dwl-installer-hero-copy,.dwl-installer-hero-proof{position:relative;z-index:1}
.dwl-installer-hero-copy>span,
.dwl-installer-portal-head>div>span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#9fe3c9;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:11px;
  font-weight:850;
}
.dwl-installer-hero-copy>span::before,
.dwl-installer-portal-head>div>span::before{content:"";width:25px;height:2px;border-radius:3px;background:currentColor}
.dwl-installer-hero h1,
.dwl-installer-portal-head h1{
  margin:14px 0 15px!important;
  color:#fff!important;
  font-size:clamp(38px,5vw,62px)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
  font-weight:800!important;
}
.dwl-installer-hero p,
.dwl-installer-portal-head p{max-width:780px;margin:0;color:#dce8ee!important;font-size:17px}
.dwl-installer-hero-proof{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:13px 14px;
  padding:23px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:20px;
  background:rgba(255,255,255,.09);
  backdrop-filter:blur(16px);
}
.dwl-installer-hero-proof strong{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#fff;color:var(--dwli-brand);font-size:13px}
.dwl-installer-hero-proof span{align-self:center;color:#fff;font-size:14px;font-weight:750}

.dwl-installer-portal-head{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
  padding:35px 38px;
  margin-bottom:15px;
}
.dwl-installer-portal-head>div,.dwl-installer-portal-head>a{position:relative;z-index:1}
.dwl-installer-portal-head h1{font-size:clamp(34px,4vw,50px)!important}
.dwl-installer-portal-head>a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border:1px solid rgba(255,255,255,.42);border-radius:12px;color:#fff!important;text-decoration:none;font-weight:800;background:rgba(255,255,255,.08)}
.dwl-installer-portal-head>a:hover{background:#fff;color:var(--dwli-brand-dark)!important}
.dwl-quality-badge{display:inline-flex!important;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:#fff;color:var(--dwli-brand-dark)!important;font-size:12px;font-weight:850;box-shadow:0 7px 18px rgba(0,0,0,.08)}

.dwl-installer-nav{
  position:sticky;
  top:12px;
  z-index:20;
  display:flex;
  align-items:center;
  gap:6px;
  overflow:auto;
  margin:0 0 21px;
  padding:8px;
  border:1px solid var(--dwli-line);
  border-radius:16px;
  background:rgba(255,255,255,.93);
  box-shadow:var(--dwl-ui-shadow-sm,0 8px 24px rgba(15,34,55,.06));
  backdrop-filter:blur(14px);
  scrollbar-width:thin;
}
.dwl-installer-nav a{padding:10px 13px;border-radius:10px;color:var(--dwli-text)!important;text-decoration:none;font-size:13px;font-weight:800;white-space:nowrap;transition:.16s ease}
.dwl-installer-nav a:hover{background:var(--dwli-soft);color:var(--dwli-ink)!important}
.dwl-installer-nav a.is-active{background:linear-gradient(145deg,var(--dwli-brand),var(--dwli-brand-dark));color:#fff!important;box-shadow:0 7px 17px rgba(8,122,85,.18)}
.dwl-installer-nav span{margin-left:auto;padding:0 10px;color:var(--dwli-muted);font-size:11px;white-space:nowrap}

.dwl-installer-form,
.dwl-installer-panel{
  overflow:hidden;
  margin-bottom:20px;
  padding:29px;
  border:1px solid var(--dwli-line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--dwl-ui-shadow-sm,0 8px 24px rgba(15,34,55,.06));
}
.dwl-installer-form{counter-reset:dwl-section}
.dwl-installer-form>section{position:relative;padding:0 0 30px;margin:0 0 30px;border-bottom:1px solid var(--dwli-line)}
.dwl-installer-form>section:last-of-type{padding-bottom:5px;margin-bottom:22px;border-bottom:0}
.dwl-installer-form>section>h2{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 20px!important;
  color:var(--dwli-ink)!important;
  font-size:24px!important;
  font-weight:780!important;
}
.dwl-installer-form>section>h2::before{
  counter-increment:dwl-section;
  content:counter(dwl-section);
  display:grid;
  place-items:center;
  width:35px;
  height:35px;
  border-radius:11px;
  background:var(--dwli-soft);
  color:var(--dwli-brand);
  font-size:13px;
  font-weight:900;
}
.dwl-installer-panel h1,.dwl-installer-panel h2,.dwl-installer-panel h3{color:var(--dwli-ink)!important}
.dwl-installer-panel h1{margin-top:0!important;font-size:34px!important}
.dwl-installer-panel h2{margin:0 0 17px!important;font-size:24px!important}
.dwl-installer-panel h3{margin:22px 0 13px!important;font-size:18px!important}
.dwl-installer-panel>p:first-child{margin-top:0}

.dwl-installer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.dwl-installer-grid label{display:flex;flex-direction:column;gap:7px;min-width:0}
.dwl-installer-grid label.wide{grid-column:1/-1}
.dwl-installer-grid label>span,.dwl-installer-grid strong{color:var(--dwli-ink);font-size:13px;font-weight:800}
.dwl-installer-grid input,
.dwl-installer-grid select,
.dwl-installer-grid textarea,
.dwl-inline-form input,
.dwl-inline-form select,
.dwl-inline-form textarea,
.dwl-project-switcher select,
.dwl-quote-lines input,
.dwl-share-row input{
  width:100%;
  min-height:49px;
  padding:12px 14px;
  border:1px solid var(--dwli-line-strong);
  border-radius:13px;
  background:#fff;
  color:var(--dwli-ink);
  font:inherit;
  box-shadow:inset 0 1px 2px rgba(15,34,55,.025);
  transition:border-color .16s ease,box-shadow .16s ease;
}
.dwl-installer-grid textarea,.dwl-inline-form textarea{min-height:112px;resize:vertical}
.dwl-public-profile-form textarea{min-height:155px}
.dwl-installer-grid input:focus,.dwl-installer-grid select:focus,.dwl-installer-grid textarea:focus,.dwl-inline-form input:focus,.dwl-inline-form select:focus,.dwl-inline-form textarea:focus,.dwl-project-switcher select:focus,.dwl-quote-lines input:focus,.dwl-share-row input:focus{outline:0;border-color:var(--dwli-brand);box-shadow:0 0 0 4px rgba(8,122,85,.11)}
.dwl-installer-grid small{color:var(--dwli-muted);font-size:12px}

.dwl-installer-checks{display:flex;flex-wrap:wrap;gap:9px;margin:10px 0 18px}
.dwl-installer-checks label,.dwl-installer-checks>span{display:flex;gap:8px;align-items:center;padding:10px 12px;border:1px solid var(--dwli-line);border-radius:11px;background:var(--dwli-soft);color:var(--dwli-text);font-size:13px;font-weight:750}
.dwl-installer-checks label:hover{border-color:#aec2b9;background:#f0f8f4}
.dwl-installer-checks input{width:18px;height:18px;accent-color:var(--dwli-brand)}
.dwl-installer-consent{display:flex;gap:11px;align-items:flex-start;margin:21px 0;padding:15px;border:1px solid var(--dwli-line);border-radius:14px;background:var(--dwli-soft)}
.dwl-installer-consent input{flex:0 0 19px;width:19px;height:19px;margin-top:2px;accent-color:var(--dwli-brand)}

.dwl-installer-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:47px;
  padding:11px 18px;
  border:1px solid var(--dwli-brand);
  border-radius:13px;
  background:linear-gradient(145deg,var(--dwli-brand),var(--dwli-brand-dark));
  color:#fff!important;
  text-decoration:none!important;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 9px 20px rgba(8,122,85,.18);
  transition:transform .16s ease,box-shadow .16s ease;
}
.dwl-installer-button:hover{transform:translateY(-1px);box-shadow:0 13px 26px rgba(8,122,85,.24)}
.dwl-installer-button.secondary{margin-left:8px;border-color:#bfd2c9;background:#fff;color:var(--dwli-brand-dark)!important;box-shadow:none}
.dwl-link-button{padding:0;border:0;background:none;color:var(--dwli-brand);font:inherit;font-weight:800;cursor:pointer;text-decoration:underline;text-underline-offset:3px}

.dwl-installer-notice{margin-bottom:18px;padding:15px 18px;border:1px solid;border-radius:15px;font-weight:700;box-shadow:var(--dwl-ui-shadow-sm,0 8px 24px rgba(15,34,55,.06))}
.dwl-installer-notice.is-success{border-color:#b3ddc5;background:#eef9f3;color:#145b42}
.dwl-installer-notice.is-warning{border-color:#ead394;background:#fff8e5;color:#765100}
.dwl-installer-notice.is-error{border-color:#f1b8b4;background:#fff1f0;color:#912018}

.dwl-installer-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:20px}
.dwl-six-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.dwl-installer-cards article{position:relative;overflow:hidden;padding:21px;border:1px solid var(--dwli-line);border-radius:18px;background:#fff;box-shadow:var(--dwl-ui-shadow-sm,0 8px 24px rgba(15,34,55,.06))}
.dwl-installer-cards article::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(var(--dwli-brand),#34aa7f)}
.dwl-installer-cards span{display:block;color:var(--dwli-muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:850}
.dwl-installer-cards strong{display:block;margin-top:9px;color:var(--dwli-ink);font-size:34px;line-height:1.1}
.dwl-card-text{font-size:20px!important;line-height:1.2!important}

.dwl-lead-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.dwl-lead-card{display:flex;flex-direction:column;padding:23px;border:1px solid var(--dwli-line);border-radius:20px;background:#fff;box-shadow:var(--dwl-ui-shadow-sm,0 8px 24px rgba(15,34,55,.06));transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.dwl-lead-card:hover{transform:translateY(-3px);border-color:#bfd0c8;box-shadow:0 20px 42px rgba(15,34,55,.11)}
.dwl-lead-card-top{display:flex;justify-content:space-between;gap:10px;align-items:center}
.dwl-lead-card-top span{padding:6px 10px;border-radius:9px;background:var(--dwli-soft);color:var(--dwli-ink);font-size:12px;font-weight:850}
.dwl-lead-card-top strong{color:var(--dwli-brand);font-size:21px}
.dwl-lead-card h2{margin:17px 0!important;color:var(--dwli-ink)!important;font-size:24px!important}
.dwl-lead-card dl{display:grid;grid-template-columns:1fr auto;gap:9px 15px;margin:0 0 21px;padding:15px;border-radius:14px;background:var(--dwli-soft)}
.dwl-lead-card dt{color:var(--dwli-muted);font-size:13px}
.dwl-lead-card dd{margin:0;color:var(--dwli-ink);text-align:right;font-size:13px;font-weight:800}
.dwl-lead-card form{margin-top:auto}
.dwl-lead-card .dwl-installer-button{width:100%}
.dwl-preferred-badge,.dwl-neighbour-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:850}
.dwl-preferred-badge{background:#fff5d7;color:#765100}
.dwl-neighbour-badge{background:#eaf7ef;color:#155a38}
.dwl-decline-form{margin-top:10px;text-align:center}

.dwl-installer-table{overflow:auto;border:1px solid var(--dwli-line);border-radius:15px}
.dwl-installer-table table{width:100%;border-collapse:collapse;background:#fff}
.dwl-installer-table th{padding:13px 14px;background:#f3f6f8;color:var(--dwli-muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:850;text-align:left;white-space:nowrap}
.dwl-installer-table td{padding:14px;border-top:1px solid var(--dwli-line);text-align:left;vertical-align:middle}
.dwl-installer-table tbody tr:hover{background:#fbfcfd}
.dwl-installer-table a{color:var(--dwli-brand);font-weight:800}

.dwl-purchased-head{display:flex;justify-content:space-between;gap:22px;align-items:center;margin-bottom:26px;padding-bottom:22px;border-bottom:1px solid var(--dwli-line)}
.dwl-purchased-head>div:last-child{display:flex;gap:9px;flex-wrap:wrap}
.dwl-purchased-head h2{margin:5px 0!important;color:var(--dwli-ink)!important;font-size:33px!important}
.dwl-purchased-head p{margin:0;color:var(--dwli-muted)}
.dwl-purchased-media{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.dwl-purchased-media a{overflow:hidden;border:1px solid var(--dwli-line);border-radius:13px;background:var(--dwli-soft)}
.dwl-purchased-media img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .22s ease}
.dwl-purchased-media a:hover img{transform:scale(1.035)}

.dwl-installer-panel .login-username,.dwl-installer-panel .login-password,.dwl-installer-panel .login-remember{display:flex;flex-direction:column;gap:7px;margin-bottom:15px}
.dwl-installer-panel .input{width:100%;min-height:49px;padding:12px 14px;border:1px solid var(--dwli-line-strong);border-radius:13px;background:#fff}
.dwl-installer-panel .button-primary{min-height:47px;padding:11px 18px;border:0;border-radius:13px;background:linear-gradient(145deg,var(--dwli-brand),var(--dwli-brand-dark));color:#fff;font-weight:800;cursor:pointer}

.dwl-crm-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px}
.dwl-inline-form{display:grid;gap:13px}
.dwl-inline-form label{display:flex;flex-direction:column;gap:6px}
.dwl-inline-form label>span{color:var(--dwli-ink);font-size:13px;font-weight:800}
.dwl-activity-list,.dwl-message-thread{scrollbar-width:thin;scrollbar-color:#bdc9d0 transparent}
.dwl-activity-list{display:grid;gap:10px;max-height:380px;overflow:auto;margin:0 0 17px;padding-right:3px}
.dwl-activity-list article{padding:13px;border:1px solid var(--dwli-line);border-radius:13px;background:var(--dwli-soft)}
.dwl-activity-list article p{margin:6px 0;color:var(--dwli-text)}
.dwl-activity-list small,.dwl-message-thread small{color:var(--dwli-muted)}
.dwl-message-thread{display:grid;gap:12px;max-height:540px;overflow:auto;margin-bottom:18px;padding:5px}
.dwl-message-thread article{max-width:78%;padding:14px 16px;border:1px solid var(--dwli-line);border-radius:15px 15px 15px 5px;background:var(--dwli-soft)}
.dwl-message-thread article.is-mine{margin-left:auto;border-color:#b5d8c8;border-radius:15px 15px 5px 15px;background:#eaf7f0}
.dwl-message-thread p{margin:5px 0;color:var(--dwli-text)}

.dwl-appointment-list{display:grid;gap:11px;margin-bottom:18px}
.dwl-appointment-list article{display:flex;align-items:center;gap:13px;padding:14px;border:1px solid var(--dwli-line);border-radius:14px;background:#fff}
.dwl-appointment-list article>div{flex:1}
.dwl-appointment-list p{margin:4px 0;color:var(--dwli-muted)}
.dwl-status-pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--dwli-soft);color:var(--dwli-text);font-size:11px;font-weight:850;white-space:nowrap}

.dwl-pipeline-board{display:grid;grid-template-columns:repeat(12,minmax(260px,1fr));gap:14px;overflow:auto;padding:2px 2px 14px;scrollbar-width:thin}
.dwl-pipeline-board section{min-height:390px;padding:13px;border:1px solid var(--dwli-line);border-radius:17px;background:#f3f6f8}
.dwl-pipeline-board header{display:flex;justify-content:space-between;gap:10px;margin-bottom:11px;color:var(--dwli-ink);font-size:13px;font-weight:850}
.dwl-pipeline-board header span{display:grid;place-items:center;min-width:26px;height:26px;border:1px solid var(--dwli-line);border-radius:999px;background:#fff;color:var(--dwli-muted);font-size:11px}
.dwl-pipeline-board article{display:grid;gap:7px;margin-bottom:10px;padding:13px;border:1px solid var(--dwli-line);border-radius:13px;background:#fff;box-shadow:0 6px 17px rgba(15,34,55,.05)}
.dwl-pipeline-board article p{margin:0;color:var(--dwli-muted);font-size:13px}
.dwl-pipeline-board article a{color:var(--dwli-brand);font-weight:800;text-decoration:none}

.dwl-quote-lines{display:grid;gap:9px}
.dwl-quote-lines>div{display:grid;grid-template-columns:minmax(0,2fr) minmax(100px,.6fr) minmax(120px,.8fr);gap:9px}
.dwl-quote-lines .head{padding:0 4px;color:var(--dwli-muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:850}
.dwl-quote-head{display:flex;justify-content:space-between;gap:21px;align-items:flex-start;margin-bottom:21px}
.dwl-quote-head h2{margin:4px 0!important}
.dwl-quote-actions{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin-top:20px}
.dwl-quote-actions .secondary{margin-left:0}
.dwl-quote-total th,.dwl-quote-total td{color:var(--dwli-ink);font-size:18px;font-weight:900}

.dwl-project-switcher{display:flex;justify-content:flex-end;margin:-7px 0 15px}
.dwl-project-switcher label{display:flex;align-items:center;gap:10px}
.dwl-project-switcher span{color:var(--dwli-muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:850}
.dwl-project-switcher select{width:auto;min-width:280px}
.dwl-muted{color:var(--dwli-muted)}
.dwl-neighbour-panel{border-color:#bbdacb!important;background:linear-gradient(145deg,#f1faf5,#fff)}
.dwl-growth-list{margin:10px 0 17px;padding-left:20px}
.dwl-growth-list li{margin:7px 0}
.dwl-share-row{display:flex;gap:10px;align-items:center}
.dwl-share-row input{flex:1;min-width:0}
.dwl-warning{padding:11px 13px;border-left:4px solid var(--dwli-danger);border-radius:8px;background:#fff3f2;color:#84231c}

@media(max-width:1000px){
  .dwl-installer-hero{grid-template-columns:1fr;padding:37px}
  .dwl-installer-hero-proof{max-width:650px}
  .dwl-installer-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dwl-six-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dwl-lead-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dwl-purchased-media{grid-template-columns:repeat(3,minmax(0,1fr))}
  .dwl-crm-grid{grid-template-columns:1fr}
}

@media(max-width:700px){
  .dwl-installer-shell{width:min(100% - 24px,1240px);margin:20px auto 44px}
  .dwl-installer-hero,.dwl-installer-portal-head{padding:27px 23px;border-radius:23px}
  .dwl-installer-hero h1,.dwl-installer-portal-head h1{font-size:37px!important}
  .dwl-installer-portal-head{align-items:flex-start;flex-direction:column}
  .dwl-installer-nav{top:6px}
  .dwl-installer-nav span{display:none}
  .dwl-installer-form,.dwl-installer-panel{padding:21px;border-radius:18px}
  .dwl-installer-grid,.dwl-installer-cards,.dwl-six-cards,.dwl-lead-grid{grid-template-columns:1fr}
  .dwl-installer-grid label.wide{grid-column:auto}
  .dwl-purchased-head,.dwl-appointment-list article,.dwl-quote-head{align-items:flex-start;flex-direction:column}
  .dwl-purchased-head>div:last-child{width:100%}
  .dwl-purchased-head .dwl-installer-button{flex:1;margin-left:0}
  .dwl-purchased-media{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dwl-message-thread article{max-width:92%}
  .dwl-quote-lines .head{display:none}
  .dwl-quote-lines>div{grid-template-columns:1fr}
  .dwl-project-switcher{justify-content:stretch}
  .dwl-project-switcher label{align-items:stretch;flex-direction:column;width:100%}
  .dwl-project-switcher select{width:100%;min-width:0}
  .dwl-share-row{align-items:stretch;flex-direction:column}
}

@media(max-width:430px){
  .dwl-installer-hero h1,.dwl-installer-portal-head h1{font-size:33px!important}
  .dwl-installer-hero-proof{grid-template-columns:38px 1fr;padding:18px}
  .dwl-installer-hero-proof strong{width:37px;height:37px}
  .dwl-purchased-media{grid-template-columns:1fr}
  .dwl-installer-button{width:100%;margin-left:0!important}
}

/* 0.7.5 three-step installer application */
.dwl-installer-form.is-registration{padding-top:0!important}
.dwl-installer-progress{margin:0 -1px 0;padding:20px 26px;border-bottom:1px solid var(--dwl-installer-line,#dce3e8);background:#f6f9f8}
.dwl-installer-progress ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}
.dwl-installer-progress li{display:flex;align-items:center;gap:9px;min-width:0;padding:11px 12px;border:1px solid var(--dwl-installer-line,#dce3e8);border-radius:13px;background:#fff;color:var(--dwl-installer-muted,#667789)}
.dwl-installer-progress li>span{display:grid;place-items:center;flex:0 0 29px;height:29px;border-radius:10px;background:#e8edef;color:#5f7182;font-size:12px;font-weight:900}
.dwl-installer-progress li strong{min-width:0;font-size:12px;line-height:1.25}
.dwl-installer-progress li.is-active{border-color:#9bd0ba;background:#edf8f3;color:#065c41}.dwl-installer-progress li.is-active>span{background:#087a55;color:#fff}.dwl-installer-progress li.is-complete>span{background:#d9efe5;color:#087a55}.dwl-installer-progress li.is-complete>span:before{content:"✓"}.dwl-installer-progress li.is-complete>span{font-size:0}.dwl-installer-progress li.is-complete>span:before{font-size:13px}
.dwl-installer-form-step{padding:28px 30px 6px}.dwl-installer-form-step[hidden]{display:none!important}.dwl-installer-form-step>section{margin:0 0 22px!important;padding:0!important;border:0!important;box-shadow:none!important}.dwl-installer-form-step>section+section{padding-top:24px!important;border-top:1px solid var(--dwl-installer-line,#dce3e8)!important}.dwl-installer-form-step>section h2{margin-bottom:18px!important;font-size:23px!important}
.dwl-installer-step-actions{display:flex;align-items:center;justify-content:flex-end;gap:11px;padding:20px 30px 26px;border-top:1px solid var(--dwl-installer-line,#dce3e8);background:#f9fbfa}.dwl-installer-step-actions .dwl-installer-button{margin:0!important}.dwl-installer-step-actions .secondary{margin-right:auto!important}
@media(max-width:720px){.dwl-installer-progress{padding:14px}.dwl-installer-progress ol{gap:6px}.dwl-installer-progress li{align-items:flex-start;flex-direction:column;padding:9px 7px}.dwl-installer-progress li>span{flex-basis:25px;width:25px;height:25px}.dwl-installer-progress li strong{font-size:10px}.dwl-installer-form-step{padding:22px 17px 4px}.dwl-installer-step-actions{padding:17px;flex-wrap:wrap}.dwl-installer-step-actions .dwl-installer-button{flex:1}.dwl-installer-step-actions .secondary{margin-right:0!important}}
