
<!-- Used in 'News by tag or Select (Homepage) compact' Content Type  -->
div.grid-y.slim-padding
  > div.cell
  > div.molecule.molecule--news-card
  > a
  > div.card
  > div.card-section {
  max-height: none !important;
  min-height: none !important;
}

div.grid-y.slim-padding
  > div.cell
  > div.molecule.molecule--news-card
  > a
  > div.card
  > div.card-section:nth-of-type(2) {
  padding: 10px !important;
}

div.grid-y.slim-padding
  > div.cell
  > div.molecule.molecule--news-card
  > a
  > div.card
  > div.card-section:nth-of-type(3) {
  padding: 10px !important;
}

