.white-text-menu .pt-food-menu-header, .white-text-menu .pt-food-menu-title, .white-text-menu .title-wrap, .white-text-menu .pt-food-menu-details{
	color: #ffffff !important;
}
/* === Ozone Bar & Grill — Upcoming Events Popup === */
.ozone-events-popup {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
  padding: 44px 32px;
  color: #ffffff;
  background: #4b4d8c;
  border-radius: 6px;
}

.ozone-events-popup__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.ozone-events-popup__subtitle {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto 32px;
  max-width: 580px;
  color: #ffffff;
  opacity: 0.92;
}

.ozone-events-popup__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 14px;
  flex-wrap: nowrap;
}

.ozone-events-popup__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-height: 54px;
  padding: 14px 22px;
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
}

.ozone-events-popup__btn:hover,
.ozone-events-popup__btn:focus {
  background: #ffffff;
  color: #4b4d8c;
  border-color: #ffffff;
  text-decoration: none;
}

.ozone-events-popup__btn--primary {
  background: #ffffff;
  color: #4b4d8c;
  border-color: #ffffff;
}

.ozone-events-popup__btn--primary:hover,
.ozone-events-popup__btn--primary:focus {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

/* Tablet & below — stack buttons */
@media (max-width: 1024px) {
  .ozone-events-popup {
    padding: 36px 22px;
  }
  .ozone-events-popup__title {
    font-size: 30px;
  }
  .ozone-events-popup__subtitle {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .ozone-events-popup__buttons {
    flex-direction: column;
    gap: 10px;
  }
  .ozone-events-popup__btn {
    width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width: 480px) {
  .ozone-events-popup__title {
    font-size: 26px;
  }
}