.zion-dspp-walkthrough,
.zion-dspp-walkthrough * {
  box-sizing: border-box;
}

.zion-dspp-walkthrough-frame {
  display: block;
  width: 100%;
  border: 0;
  background: #f4f4f4;
}

.zion-dspp-walkthrough-full {
  --zion-dspp-scale: 1;
  width: min(var(--zion-dspp-native-width, 1180px), calc(100vw - 48px));
  height: calc(var(--zion-dspp-native-height, 820px) * var(--zion-dspp-scale));
  margin: 24px auto;
  overflow: hidden;
  border: 1px solid #d8dde2;
  background: #fff;
}

.zion-dspp-walkthrough-scale-viewport {
  width: var(--zion-dspp-native-width, 1180px);
  height: var(--zion-dspp-native-height, 820px);
  transform: scale(var(--zion-dspp-scale));
  transform-origin: top left;
}

.zion-dspp-walkthrough-scale-viewport .zion-dspp-walkthrough-frame {
  width: var(--zion-dspp-native-width, 1180px) !important;
  height: var(--zion-dspp-native-height, 820px) !important;
  min-height: var(--zion-dspp-native-height, 820px) !important;
}

body.zion-dspp-walkthrough-page {
  overflow-x: hidden;
}

body.zion-dspp-walkthrough-page #sidebar,
body.zion-dspp-walkthrough-page #secondary,
body.zion-dspp-walkthrough-page .sidebar,
body.zion-dspp-walkthrough-page .sidebar-right,
body.zion-dspp-walkthrough-page .right-sidebar,
body.zion-dspp-walkthrough-page .side-navigation,
body.zion-dspp-walkthrough-page .widget-area {
  display: none !important;
}

body.zion-dspp-walkthrough-page .entry-content,
body.zion-dspp-walkthrough-page .post-content,
body.zion-dspp-walkthrough-page .page-content,
body.zion-dspp-walkthrough-page .content,
body.zion-dspp-walkthrough-page .content-area,
body.zion-dspp-walkthrough-page .main-content,
body.zion-dspp-walkthrough-page #content,
body.zion-dspp-walkthrough-page #primary {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.zion-dspp-walkthrough-page .zion-dspp-walkthrough-full {
  position: relative;
  left: 50%;
  width: min(var(--zion-dspp-native-width, 1180px), calc(100vw - 48px)) !important;
  max-width: none !important;
  margin: 32px 0 56px !important;
  transform: translateX(-50%);
}

.zion-dspp-walkthrough-help {
  width: 100%;
  margin: 18px 0 24px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #d8dde2;
  border-left: 4px solid #d49a20;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 34, 49, 0.08);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.zion-dspp-walkthrough-copy {
  display: grid;
  gap: 4px;
  color: #263b4b;
}

.zion-dspp-walkthrough-copy strong {
  font: 700 17px/1.3 Lato, Helvetica, Arial, sans-serif;
}

.zion-dspp-walkthrough-copy span {
  font: 400 14px/1.45 "Open Sans", Helvetica, Arial, sans-serif;
}

.zion-dspp-walkthrough-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.zion-dspp-walkthrough-primary,
.zion-dspp-walkthrough-close {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #007aa6;
  border-radius: 3px;
  background: #04a8d8;
  color: #fff;
  cursor: pointer;
  font: 700 14px/1.2 Lato, Helvetica, Arial, sans-serif;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.zion-dspp-walkthrough-primary:hover,
.zion-dspp-walkthrough-primary:focus,
.zion-dspp-walkthrough-close:hover,
.zion-dspp-walkthrough-close:focus {
  background: #007fae;
  border-color: #00698f;
  box-shadow: 0 0 0 3px rgba(4, 168, 216, 0.2);
  color: #fff;
}

.zion-dspp-walkthrough-link {
  color: #24566f;
  font: 700 13px/1.3 "Open Sans", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.zion-dspp-walkthrough-link:hover,
.zion-dspp-walkthrough-link:focus {
  color: #0d3548;
}

.zion-dspp-walkthrough-help.is-sticky {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 9996;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.zion-dspp-walkthrough-help.is-sticky .zion-dspp-walkthrough-primary {
  min-height: 46px;
  padding: 0 18px;
  border-color: #d49a20;
  background: #0f283a;
  box-shadow: 0 12px 28px rgba(15, 40, 58, 0.25);
}

.zion-dspp-walkthrough-help.is-sticky .zion-dspp-walkthrough-primary:hover,
.zion-dspp-walkthrough-help.is-sticky .zion-dspp-walkthrough-primary:focus {
  background: #163c56;
  border-color: #e0aa37;
}

.zion-dspp-walkthrough-modal[hidden] {
  display: none;
}

.zion-dspp-walkthrough-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: grid;
  place-items: center;
  padding: 28px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.zion-dspp-walkthrough-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 30, 0.72);
}

.zion-dspp-walkthrough-dialog {
  position: relative;
  z-index: 1;
  width: min(1280px, 96vw);
  max-height: 92vh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.zion-dspp-walkthrough-modal-header {
  min-height: 58px;
  padding: 12px 14px 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #d8dde2;
  background: #fff;
}

.zion-dspp-walkthrough-modal-header h2 {
  margin: 0;
  color: #243949;
  font: 700 19px/1.25 Lato, Helvetica, Arial, sans-serif;
}

.zion-dspp-walkthrough-close {
  min-width: 118px;
}

.zion-dspp-walkthrough-modal-body {
  min-height: 0;
}

.zion-dspp-walkthrough-modal-body .zion-dspp-walkthrough-frame {
  height: min(780px, calc(92vh - 58px));
}

html.zion-dspp-walkthrough-open,
body.zion-dspp-walkthrough-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .zion-dspp-walkthrough-help {
    align-items: flex-start;
    flex-direction: column;
  }

  .zion-dspp-walkthrough-actions {
    justify-content: flex-start;
  }

  .zion-dspp-walkthrough-modal {
    padding: 10px;
  }

  .zion-dspp-walkthrough-dialog {
    width: 100%;
    max-height: 96vh;
  }

  .zion-dspp-walkthrough-modal-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .zion-dspp-walkthrough-close {
    width: 100%;
  }

  .zion-dspp-walkthrough-help.is-sticky {
    right: 12px;
    left: 12px;
    bottom: 12px;
  }

  .zion-dspp-walkthrough-help.is-sticky .zion-dspp-walkthrough-primary {
    width: 100%;
  }
}
