
/* Stylesheet for PRISM Sparks Pre-Event Section */

.pre_event_section {
  padding: 60px 0;
  background-color: #ffffff;
}

.title_wrap h2 {
  color: #533694;
  font-weight: 700;
  margin-bottom: 10px;
}

.title_wrap p {
  font-size: 1.1rem;
  color: #555;
}

.event_flash_banner img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.event_flash_banner p {
  font-size: 1rem;
  color: #333;
}

.event_highlight h4,
.table-responsive h4 {
  color: #533694;
  font-weight: 600;
  margin-bottom: 20px;
}

.table-highlight thead,
.table-responsive thead {
  background-color: #533694;
  color: #ffffff;
}

.table {
  font-size: 0.95rem;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 12px;
  vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-warning {
  background-color: #fff3cd !important;
}

.btn-primary {
  background-color: #533694;
  border-color: #533694;
}

.btn-primary:hover {
  background-color: #402a6f;
  border-color: #402a6f;
}

.btn {
  border-radius: 4px;
  padding: 6px 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pre_event_section {
    padding: 40px 15px;
  }

  .event_flash_banner img {
    max-height: 140px;
  }

  .table th,
  .table td {
    padding: 8px;
  }
}
