.ch-modal { position: fixed; inset: 0; display: none; z-index: 9999; }
.ch-modal.is-open { display: block; }
.ch-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); }

.ch-dialog{
  position: relative;
  max-width: 420px;
  margin: 12vh auto 0;
  background: #fff;
  border-radius: 10px;
  padding: 18px 18px 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
  border: 1px solid #e5d6db;
}

.ch-close{
  position: absolute; top: 10px; right: 10px;
  background: transparent; border: 0; font-size: 18px; cursor: pointer;
}

.ch-title{ margin: 0 28px 8px 0; font-size: 20px; color: #2b2b2b; }
.ch-body{ margin: 0 0 14px; color: #2b2b2b; line-height: 1.4; }

.ch-actions{ display: flex; gap: 12px; align-items: center; }

.ch-btn{
  display: inline-block;
  background: #7b1e3a;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.ch-btn:focus, .ch-link:focus, .ch-close:focus{
  outline: 3px solid rgba(123,30,58,.25);
  outline-offset: 2px;
}

.ch-link{
  background: transparent; border: 0; padding: 0;
  color: #7b1e3a; text-decoration: underline; cursor: pointer;
  font-size: 16px;
}

.ch-foot{ margin: 12px 0 0; color: #6f6f6f; font-size: 13px; }

@media (max-width: 520px){
  .ch-dialog{ margin: auto; max-width: none; width: calc(100% - 24px); }
}


/* Force Buy tickets button text to remain white */
#pantoPromo .ch-btn,
#pantoPromo .ch-btn:link,
#pantoPromo .ch-btn:visited,
#pantoPromo .ch-btn:hover,
#pantoPromo .ch-btn:focus,
#pantoPromo .ch-btn:active {
  color: #fff !important;
}
