/* CAS-47998-H1L0F1 */
.secondary_content {
  max-width: 210px;
  padding: 0 10px !important;
  text-align: center;
}
span.main_title {
  text-align: center;
}
#secondary_content_navigation {
  text-align: left !important;
}
/* END CAS-47998-H1L0F1 */

/* CAS-51190-Q8C1R5 adjust appearance of images on calendar view/landing page/event list */

.stx-SectionContent-ALL_EVENTS .stx-ProductCardMainContent div {
  background-color: inherit;
  text-align: center;
  background-size: contain !important;
}
.stx-EventCalendar .stx-ProductCardMainContent div {
  background-size: contain !important;
  text-align: center;
  background-color: rgb(230, 230, 230) !important;
}

.stx-Catalog .stx-ProductCardMainContent div {
  background-size: contain !important;
  background-color: inherit;
  text-align: center;
}
.stx-ProductDate {
  display: flex;
  justify-content: center;
}
/* Fix Sold Out products not showing images */
.stx-SoldOutIndicator {
  background-color: red !important;
}
.stx-ProductCardMainContent:has(.stx-SoldOutIndicator) {
  background: rgb(247, 247, 247, 0.5);
}
.stx-SectionContent-ALL_EVENTS
  .stx-ProductCardMainContent:has(.stx-SoldOutIndicator) {
  background: rgb(255, 255, 255, 0.5);
}
.stx-Section-ST .stx-ProductImage .g-Image-AspectRatio {
  padding: 8rem 0rem !important;
}
/* CAS-51190-Q8C1R5 - END */

/* CAS-51630-L1L7N0 */
#page_checkout_beneficiaries .content_title.collapsible_header {
  display: none;
}
#page_checkout_beneficiaries
  #collapsiblePanel_main_content_beneficiaries
  .message.instruction {
  display: none;
}
#page_checkout_beneficiaries
  #collapsiblePanel_main_content_beneficiaries
  .ticket_additional_container.ticket_formats_container.beneficiary_expanded
  #beneficiary_information_message,
#page_checkout_beneficiaries
  #collapsiblePanel_main_content_beneficiaries
  .ticket_additional_container.ticket_formats_container.beneficiary_expanded
  #beneficiary_save_checkbox_container,
#page_checkout_beneficiaries
  #collapsiblePanel_main_content_beneficiaries
  .ticket_additional_container.ticket_formats_container.beneficiary_expanded
  .formats_container {
  display: none;
}
#page_checkout_beneficiaries
  #collapsiblePanel_main_content_beneficiaries
  #TicketBeneficiaryFormModel
  .beneficiary_questionnaire
  .beneficiary_names_inside_questionnaire_container,
#page_checkout_beneficiaries
  #collapsiblePanel_main_content_beneficiaries
  #TicketBeneficiaryFormModel
  .beneficiary_questionnaire
  .beneficiary_question {
  display: none;
}
#page_checkout_beneficiaries
  #collapsiblePanel_main_content_beneficiaries
  #TicketBeneficiaryFormModel
  .beneficiary_questionnaire
  .beneficiary_question.mandatory.copyAllowed,
#page_checkout_beneficiaries
  #collapsiblePanel_main_content_beneficiaries
  #TicketBeneficiaryFormModel
  .beneficiary_questionnaire
  .beneficiary_question:first-of-type {
  display: block !important;
}
/* END CAS-51630-L1L7N0 */
