/* =========================================================
   SELÇUK YEM V5.43 — ÜRETİM SÜRECİ KARTLARI DARALTILDI
   V5.42 animasyon mantığı korunur.
   İstenen revizyon:
   - sadece görseller değil kart kutuları da küçülsün
   - görseller özellikle boydan kısalsın
   - font puntoları aynı kalsın
   - her kutu bağımsız yapıda kalsın
   ========================================================= */

.v541-production > .container{
  width:min(100% - 42px,1360px)!important;
}

.v541-process-grid{
  grid-template-columns:repeat(7,minmax(0,174px))!important;
  justify-content:center!important;
  gap:12px!important;
}

.v541-process-card{
  padding:0 9px 15px!important;
  min-height:0!important;
}

.v541-process-photo{
  margin:0 -9px!important;
  height:184px!important;
  max-height:184px!important;
  aspect-ratio:auto!important;
}

.v541-process-card h3{
  /* V5.42 ile aynı punto korunur */
  font-size:16px!important;
  min-height:39px!important;
}

.v541-process-card p{
  /* V5.42 ile aynı punto korunur */
  font-size:11.5px!important;
  line-height:1.42!important;
  max-width:160px!important;
}

.v541-process-card:not(:last-child)::after{
  right:-12px!important;
  top:30%!important;
}

@media(max-width:1340px){
  .v541-production > .container{
    width:min(100% - 34px,1260px)!important;
  }
  .v541-process-grid{
    grid-template-columns:repeat(7,minmax(0,162px))!important;
    gap:10px!important;
  }
  .v541-process-photo{
    height:176px!important;
    max-height:176px!important;
  }
  .v541-process-card p{
    max-width:150px!important;
  }
}

@media(max-width:1180px){
  .v541-production > .container{
    width:min(100% - 30px,980px)!important;
  }
  .v541-process-grid{
    grid-template-columns:repeat(4,minmax(0,192px))!important;
    justify-content:center!important;
    gap:16px!important;
  }
  .v541-process-photo{
    height:190px!important;
    max-height:190px!important;
  }
}

@media(max-width:760px){
  .v541-production > .container{
    width:calc(100% - 20px)!important;
  }
  .v541-process-grid{
    display:flex!important;
    gap:10px!important;
  }
  .v541-process-card{
    flex:0 0 188px!important;
  }
  .v541-process-photo{
    height:165px!important;
    max-height:165px!important;
  }
}
