/* SUBCATEGORY kártya – nagyobb képek (nem vág, contain) */
a.card.subcategory__card {
  display: flex !important;
  flex-direction: column !important;
}

img.subcategory__card-image {
  width: 100% !important;
  height: 150px !important;        /* emeld: 160/180 ha kell */
  object-fit: contain !important;  /* nem vág */
  object-position: center !important;
  padding: 8px !important;         /* ad egy kis “légteret” */
}