/* CL48: зменшити картинку в картці */
.uc-small .t-card__imgwrapper,
#rec124494501 .t-card__imgwrapper{
  width: 220px !important;        /* змініть на 200/180 за потреби */
  margin: 0 auto !important;
}

.uc-small .t-card__img,
#rec124494501 .t-card__img{
  padding-top: 220px !important;   /* висота "вікна" = ширині (квадрат) */
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.uc-small .t-card__textwrapper,
#rec124494501 .t-card__textwrapper{
  max-width: 220px !important;
  margin: 0 auto !important;
}

/* Мобільна адаптація */
@media (max-width: 640px){
  .uc-small .t-card__imgwrapper,
  #rec124494501 .t-card__imgwrapper{ width: 160px !important; }
  .uc-small .t-card__img,
  #rec124494501 .t-card__img{ padding-top: 160px !important; }
  .uc-small .t-card__textwrapper,
  #rec124494501 .t-card__textwrapper{ max-width: 160px !important; }
}
