  font-weight: 500 !important;
  transition: background 0.3s ease !important;
}
.error-btn:hover {
  background: #f0d96b !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* --- Second Opinion / Inquiry Page Styles --- */
.opinion-step-number {
  background-color: #1a1a2e !important;
  width: 40px !important;
  height: 40px !important;
  font-weight: bold !important;
  color: #ffffff !important;
}
.select-appearance-auto {
  appearance: auto !important;
}
.cursor-pointer {
  cursor: pointer !important;
}


