/* v0.9.11 — compact, readable facts: date/location column and price on the right. */
#ajax-content-wrap .container.main-content .te-classic-shell .te-dialog-facts {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 26px !important;
  margin: 14px 0 0 !important;
}

#ajax-content-wrap .container.main-content .te-dialog-facts .te-dialog-when {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 6px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

#ajax-content-wrap .container.main-content .te-dialog-facts .te-dialog-venue {
  display: flex !important;
  grid-column: 1 !important;
  grid-row: auto !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

#ajax-content-wrap .container.main-content .te-dialog-facts .te-dialog-price {
  grid-column: auto !important;
  grid-row: auto !important;
  align-self: center !important;
  justify-self: end !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-dialog-description-title {
  margin: 18px 0 7px !important;
  color: #895835 !important;
  font-family: "Dosis", sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-dialog-description-title + .te-dialog-description {
  margin-top: 0 !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-card-bottom .te-event-link {
  transform: rotate(-1.1deg) !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-card-bottom .te-event-link:hover,
#ajax-content-wrap .container.main-content .te-classic-shell .te-card-bottom .te-event-link:focus-visible {
  transform: rotate(0deg) translateY(-1px) !important;
}

@media (max-width: 800px) {
  #ajax-content-wrap .container.main-content .te-classic-shell .te-dialog-facts {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  #ajax-content-wrap .container.main-content .te-dialog-facts .te-dialog-price {
    justify-self: start !important;
  }
}