.accordion {
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #F7890750;
}

#events_calendar .nav-link {
  color: #F78907;
  border: 1px solid #F78907;
  border-radius: 0px;
}

#events_calendar .nav-link.active {
  color: white;
  background-color: #F78907;
}

.accordion-button:not(.collapsed) {
  color: #CE4A00;
  background-color: #FFFFED;
}

.accordion-body {
  background-color: #FFFFED;
}

.buy-link-container {
  text-align: center;
  margin: 20px 0;
}

.buy-link {
  display: inline-block;
  padding: 12px 28px;
  background-color: #F78907;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: background-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.buy-link:hover,
.buy-link:focus {
  background-color: #cc6e05;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  outline: none;
}
