/* v0.9.12 — locations are map affordances, not ticket-shaped buttons. */
#ajax-content-wrap .container.main-content .te-classic-shell .te-card-body {
  grid-template-rows: 23px 63px 68px 34px 34px 42px !important;
  row-gap: 4px !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-card-body h3 {
  box-sizing: border-box !important;
  max-height: 2.34em !important;
  margin: 0 !important;
  padding: 2px 0 !important;
  font-size: 27px !important;
  line-height: 1.08 !important;
  overflow: hidden !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-card-body h3.te-title-single-line {
  padding-top: 3px !important;
  font-size: 30px !important;
  line-height: 1.08 !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-event-meta {
  overflow: visible !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-save-button {
  display: grid !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  place-items: center !important;
  padding: 1px 0 3px !important;
  overflow: visible !important;
  font-size: 23px !important;
  line-height: 1 !important;
  transform: translateY(-3px) !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-when-place .te-venue {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--p-sea, #296070) !important;
  cursor: pointer !important;
  text-align: left !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(137, 88, 53, .46) !important;
  text-decoration-style: dashed !important;
  text-underline-offset: 4px !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-when-place .te-venue:hover,
#ajax-content-wrap .container.main-content .te-classic-shell .te-when-place .te-venue:focus-visible {
  border: 0 !important;
  background: transparent !important;
  color: #895835 !important;
  outline: none !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-dialog-venue {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--p-sea, #296070) !important;
  font: 700 16px/1.28 "Dosis", Arial, sans-serif !important;
}

.te-location-map-dialog {
  box-sizing: border-box;
  width: min(720px, calc(100vw - 32px));
  height: min(560px, calc(100vh - 32px));
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(41, 96, 112, .22);
  background: #fffaf0;
  box-shadow: 0 20px 60px rgba(24, 62, 72, .34);
}

.te-location-map-dialog::backdrop { background: rgba(24, 62, 72, .72); }
.te-location-map-dialog__head { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:16px 18px 12px; }
.te-location-map-dialog__head h2 { margin:0; color:#296070; font:700 21px/1.15 "Dosis", Arial, sans-serif; }
.te-location-map-dialog__close { display:grid; width:38px; height:38px; place-items:center; padding:0; border:1px solid rgba(41,96,112,.18); border-radius:50%; background:#fffdf7; color:#296070; font:700 28px/1 Arial,sans-serif; cursor:pointer; }
.te-location-map-dialog iframe { display:block; width:100%; height:calc(100% - 66px); border:0; background:#e8f1f2; }

@media (max-width: 560px) {
  #ajax-content-wrap .container.main-content .te-classic-shell .te-card-body { grid-template-rows: 23px 63px 70px 34px 34px 42px !important; }
  #ajax-content-wrap .container.main-content .te-classic-shell .te-card-body h3.te-title-single-line { font-size: 29px !important; }
  .te-location-map-dialog { width:calc(100vw - 20px); height:min(520px, calc(100vh - 20px)); }
}