/* keep it theme-friendly; only scope under .ngs-tour-wrapper */

.ngs-tour-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  font-family: system-ui, -apple-system, "Inter", Roboto, Arial, sans-serif;
}
.ngs-tour-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.ngs-tour-product-name {
  font-weight: 600;
}
.ngs-tour-step-indicator {
  color: #475569;
}

.ngs-tour-viewport {
  position: relative;
}
.ngs-tour-step {
  display: none;
}
.ngs-tour-step.is-active {
  display: block;
}

.ngs-tour-screenshot {
  width: 100%;
  height: auto;
  display: block;
}

.ngs-btn {
  height: 5%;
  width: 10%;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid #eb530d;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ngs-btn:hover:not(.ngs-btn-disabled) {
  filter: brightness(1.1);
}
.ngs-btn:disabled,
.ngs-btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.ngs-step-0 .ngs-next {
  right: 40%;
  top: 50%;
}

.ngs-step-0 .ngs-prev {
  right: 50%;
  top: 50%;
}
