/* v0.9.80 — tighter section rhythm and aligned series metadata. */
#ajax-content-wrap .container.main-content [data-te-classic] .te-event-group,
#main [data-te-classic] .te-event-group,
[data-te-classic] .te-event-group {
  margin-bottom: clamp(18px, 2.5vw, 31px) !important;
}
#ajax-content-wrap .container.main-content [data-te-classic] .te-event-group + .te-event-group,
#main [data-te-classic] .te-event-group + .te-event-group,
[data-te-classic] .te-event-group + .te-event-group {
  margin-top: clamp(26px, 3vw, 41px) !important;
}
#ajax-content-wrap .container.main-content [data-te-classic] > .te-series-section .te-series-card-heading,
#main [data-te-classic] > .te-series-section .te-series-card-heading,
[data-te-classic] > .te-series-section .te-series-card-heading {
  display: flex !important;
  width: 100% !important;
  min-height: 48px !important;
  align-items: center !important;
}
#ajax-content-wrap .container.main-content [data-te-classic] > .te-series-section .te-series-card-heading strong,
#main [data-te-classic] > .te-series-section .te-series-card-heading strong,
[data-te-classic] > .te-series-section .te-series-card-heading strong {
  width: 100% !important;
  -webkit-line-clamp: 2 !important;
}
#ajax-content-wrap .container.main-content [data-te-classic] > .te-series-section .te-series-card-footer,
#main [data-te-classic] > .te-series-section .te-series-card-footer,
[data-te-classic] > .te-series-section .te-series-card-footer {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: auto !important;
}
#ajax-content-wrap .container.main-content [data-te-classic] > .te-series-section .te-series-location-pill,
#main [data-te-classic] > .te-series-section .te-series-location-pill,
[data-te-classic] > .te-series-section .te-series-location-pill {
  display: inline-flex !important;
  min-width: 0 !important;
  max-width: 100% !important;
  align-items: center !important;
  padding: 4px 10px !important;
  border: 1px solid rgba(41, 96, 112, .18) !important;
  border-radius: 999px !important;
  background: #fffdf7 !important;
  color: #296070 !important;
  font: 800 11px/1.05 "Dosis", Arial, sans-serif !important;
  letter-spacing: .055em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}
#ajax-content-wrap .container.main-content [data-te-classic] > .te-series-section .te-series-card-footer small,
#main [data-te-classic] > .te-series-section .te-series-card-footer small,
[data-te-classic] > .te-series-section .te-series-card-footer small {
  flex: 0 0 auto !important;
  margin: 0 !important;
  font-size: 10px !important;
  white-space: nowrap !important;
}
