/* Event Details Custom Styles */
.event-details-information {
  color: #333 !important;
}

.event-details-information b,
.event-details-information strong,
.event-details-information label,
.event-details-information p,
.event-details-information span,
.event-details-information div {
  color: #333 !important;
}

.event-details-information .price-count h6 {
  color: #333 !important;
}

.event-details-information .total b,
.event-details-information .total span {
  color: #333 !important;
}

.event-details-information .author h6 a {
  color: #333 !important;
}

.event-details-information .dropdown-toggle {
  color: #333 !important;
}

.event-details-information .form-control {
  color: #333 !important;
}

#countdown-timer {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #e74c3c;
  margin: 10px 0;
}