/* v0.9.11 — a slightly tighter title band while keeping one- and two-line titles centred. */
#ajax-content-wrap .container.main-content .te-classic-shell .te-card-body {
  grid-template-rows: 23px 58px 68px 34px 34px 42px !important;
  row-gap: 8px !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-card-body h3 {
  align-self: center !important;
  margin: 0 !important;
}

@media (max-width: 560px) {
  #ajax-content-wrap .container.main-content .te-classic-shell .te-card-body {
    grid-template-rows: 23px 58px 70px 34px 34px 42px !important;
  }
}
