.shepherd-custom-theme {
  --shepherd-font-family: "Inter", sans-serif;
  --shepherd-font-size: 16px;
  --shepherd-line-height: 1.6;
  border: 2px solid black !important;
  background: white !important;
  border-radius: 25px !important;
  padding: 24px !important;
  max-width: 420px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4) !important;
  z-index: 100 !important;
}

.shepherd-custom-theme .shepherd-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px 0;
  color: #1e293b;
  letter-spacing: -0.025em;
}

.shepherd-custom-theme .shepherd-text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #374151;
  margin: 0;
}

.shepherd-custom-theme .shepherd-button,
.shepherd-custom-theme .shepherd-button-secondary {
  color: #1e293b;
  border-radius: 25px;
  flex-shrink: 0;
  margin: 0;
}

.shepherd-custom-theme .shepherd-button:hover,
.shepherd-custom-theme .shepherd-button-secondary:hover {
  color: #1e293b;
  background: rgba(255, 255, 255, 0.3);
  scale: 105%;
}

.shepherd-custom-theme .shepherd-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  fill: rgba(55, 65, 81, 0.5);
}

.shepherd-element[data-popper-placement="bottom"],
.shepherd-element[data-popper-placement="left"] {
  left: 350px !important;
  right: auto !important;
  transform: none !important;
}