/* Marfrosh Studio Booking Pro Public Wizard Styles */
.marfrosh-wizard-container {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  font-family: inherit;
}

.marfrosh-step-header {
  background: #0f172a;
  color: #ffffff;
  padding: 24px;
}

.marfrosh-btn-primary {
  background-color: #0f172a;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.marfrosh-btn-primary:hover {
  background-color: #1e293b;
  transform: translateY(-1px);
}
