.menu-tour-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 18, 0.55);
  z-index: 9990;
  display: none;
}

.menu-tour-tooltip {
  position: fixed;
  max-width: 320px;
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 9992;
  display: none;
}

.menu-tour-tooltip h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
}

.menu-tour-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.menu-tour-highlight {
  position: relative;
  z-index: 9991;
  box-shadow: 0 0 0 4px rgba(47, 128, 237, 0.25);
  border-radius: 6px;
  background: #fff;
}

.dashboard-tour-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 18, 0.55);
  z-index: 9990;
  display: none;
}

.dashboard-tour-tooltip {
  position: fixed;
  max-width: 320px;
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 9992;
  display: none;
}

.dashboard-tour-tooltip h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
}

.dashboard-tour-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.dashboard-tour-highlight {
  position: relative;
  z-index: 9991;
  box-shadow: 0 0 0 4px rgba(47, 128, 237, 0.25);
  border-radius: 6px;
  background: #fff;
}

.guide-tour-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #d9dee4;
  border-radius: 16px;
  background: #fff;
  color: #2a6fdb;
  font-weight: 600;
  text-decoration: none;
}

.guide-tour-btn:hover,
.guide-tour-btn:focus {
  text-decoration: none;
  background: #f3f7ff;
  border-color: #2a6fdb;
  color: #1f5bb4;
}

.guide-tour-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2a6fdb;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
