/* Orbitron-based dark theme styling */

.heading-white-italic {
  color: white;
  font-style: italic;
  font-family: 'Orbitron', sans-serif;
  font-size: 28px;
  text-align: center;
}

.custom-alert {
  background-color: #1a1e2d; /* Matches your dark order form box */
  color: #00bfff;           /* Your bright blue text */
  border: 1px solid #00bfff;
  font-family: 'Orbitron', sans-serif;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}

.admin-dashboard a {
  color: white !important;
  text-decoration: none;
}

.admin-dashboard a:hover {
  color: #00aaff;
  text-decoration: underline;
}
