/* Branchentrainer 2.9.22 — compact top-aligned information cards */

/*
 * Editorial module cards are intentionally read from top to bottom:
 * number + icon, then title, then copy. 2.9.21 left too much air between
 * the header row and the actual message, which made short cards look empty.
 */
.bt-v2921-editorial-list article{
  justify-content:flex-start;
  align-content:start;
}
.bt-v2921-module-top{
  margin-bottom:18px;
}
.bt-v2921-editorial-list h3{
  margin-top:0;
  margin-bottom:9px;
}
.bt-v2921-editorial-list p{
  margin-top:0;
}

/* Keep the same compact reading order in the dark About-page treatment. */
.bt-v299-key-ueber-tommy .bt-v2921-module-top{
  margin-bottom:18px;
}

@media(max-width:599px){
  .bt-v2921-module-top{margin-bottom:14px}
}
