.email-step-demo {
  background: #eff8ff;
  color: #102a56;
  font-family: RobotoLocal, Roboto, Arial, sans-serif;
}

.email-step-demo,
.email-step-demo * {
  max-width: 100%;
}

.email-step-demo .simple-bar {
  height: 82px;
  padding: 14px 16px 0 40px;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 12px;
  overflow: hidden;
}

#interactive .email-step-demo .simple-bar button {
  width: 40px;
  height: 44px;
  min-height: 44px;
  padding: 4px;
  border-radius: 12px !important;
}

.email-step-demo .simple-bar svg {
  width: 24px;
  height: 24px;
}

.email-step-demo .simple-bar h1 {
  min-width: 0;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0;
}

.email-step-demo main {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding: 0 16px 34px;
  display: block;
}

.email-step-demo .step-art {
  width: 100%;
  min-width: 0;
  height: clamp(340px, 42dvh, 390px);
  margin: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.email-step-demo .step-art > div {
  width: calc(100% + 80px);
  height: 100%;
  max-width: none;
  transform: translateX(-40px);
}

.email-step-demo h1 {
  margin: 26px 0 8px;
  font-family: Inter, RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 0;
}

.email-step-demo p {
  margin: 0;
  color: #788697;
  font-size: 14px;
  line-height: 20px;
}

#interactive .email-step-demo .step-next {
  min-width: 0;
  min-height: 52px;
  height: 52px;
  margin-top: 36px;
  border-radius: 16px !important;
  background: #1570ef !important;
  color: #fff !important;
  font-family: Inter, RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px;
  box-shadow: inset 0 -1px 2px rgba(16, 42, 86, .35) !important;
}

#interactive .email-step-demo .step-next svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
