body.ediworman-tour-active {
  position: relative;
}

body.ediworman-tour-active .ediworman-checklist-status-summary {
  border-radius: 6px;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #135e96;
}

.components-guide__page {
  padding: 1rem;
}

@media (min-width: 783px) {
  body.ediworman-tour-active::before {
    background: rgba(17, 24, 39, 0.2);
    content: '';
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: 9;
  }

  body.ediworman-tour-active .ediworman-checklist-sidebar,
  body.ediworman-tour-active .ediworman-checklist-status-summary {
    position: relative;
    z-index: 10;
  }

  body.ediworman-tour-active .ediworman-checklist-sidebar {
    background: #fff;
    box-shadow: 0 18px 42px rgba(19, 94, 150, 0.22);
  }
}
