/* =========================================================
   SELÇUK YEM V5.44 — ÜRETİM SÜRECİ GÖRSEL TAŞMASI DÜZELTME
   İstenen revizyon:
   - görseller kart içine tam sığsın
   - kırpılmasın
   - küçük de olsa tamamı görülsün
   - font ve genel yapı korunsun
   ========================================================= */

.v541-process-photo{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:#f7faf8!important;
  padding:10px 10px 8px!important;
  height:168px!important;
  max-height:168px!important;
  aspect-ratio:auto!important;
  box-sizing:border-box!important;
}

.v541-process-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}

.v541-process-card:hover .v541-process-photo img,
.v541-process-card:focus-visible .v541-process-photo img{
  transform:none!important;
}

@media(max-width:1340px){
  .v541-process-photo{
    height:160px!important;
    max-height:160px!important;
    padding:9px 9px 7px!important;
  }
}

@media(max-width:1180px){
  .v541-process-photo{
    height:170px!important;
    max-height:170px!important;
  }
}

@media(max-width:760px){
  .v541-process-photo{
    height:155px!important;
    max-height:155px!important;
    padding:8px!important;
  }
}
