/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 18 September 2026 10:05:58
*/


.price-card {
  background: #231F58;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 8px;
}
.white-background {
  padding: 15px;
  background: white;
  color: black;
}
.early-bird, .regular-ticket {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.price-title {
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
}
.price-desc {
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 16px;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}
.book-button {
  width: 100%;
  display: flex;
  align-items: center;
}
.book-button .btn {
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}
.filter-div {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #000;
}
.filter-div p {
  color: #171439;
  margin: 0;
}
.filter-div.active {
  border-radius: 8px;
  border: 1px solid #171439;
  background: #171439;
}
.filter-div.active p {
  color: #ffffff;
}
.filter-div:hover {
  border-radius: 8px;
  border: 1px solid #171439;
  background: #171439;
}
.filter-div:hover p {
  color: #ffffff;
}
.filters-container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
  gap: 16px;
}
@media (min-width: 768px) {
  .filters-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .filters-container {
    display: flex;
  }
}
.filter-text {
  color: #000;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
