/* Isolated responsive correction for the editorial cards. */
@media (max-width: 767px) {
  #sportvereine-gesellschaftlicher-zusammenhalt {
    height: auto !important;
    min-height: 26rem;
  }

  main article:not([id]):has(button[aria-expanded]) {
    height: auto !important;
    min-height: 26rem;
  }

  #sportvereine-gesellschaftlicher-zusammenhalt:has(button[aria-expanded="false"]) {
    height: 26rem !important;
  }

  main article:not([id]):has(button[aria-expanded="false"]) {
    height: 26rem !important;
  }
}

/* Keep the three desktop cards aligned instead of lifting the hovered card. */
@media (min-width: 768px) {
  main article[id] {
    transform: none !important;
  }
}
