/* =========================================================
   TRAIN MOBIL / MODELLBAHN / DECALS
   Process Icons Layout Match 1.0.1
   Referenz: kompaktere Karten, größere zentrierte Symbole
   ========================================================= */

.tm-decals-process{
  align-items:stretch;
}

.tm-decals-process article{
  min-height:0 !important;
  height:auto;
  padding:18px 20px 22px !important;
  display:flex;
  flex-direction:column;
  background:#0b0e10;
}

.tm-decals-process article:hover{
  transform:none;
}

/* Nummer bleibt oben links */
.tm-decals-process article > span{
  margin:0 0 2px !important;
  font-size:27px !important;
  line-height:1;
  align-self:flex-start;
}

/* Symbol größer und optisch mittig */
.tm-decals-process__icon{
  width:92px !important;
  height:92px !important;
  margin:4px auto 18px !important;
  border-width:1.5px !important;
}

.tm-decals-process__icon svg{
  width:54px !important;
  height:54px !important;
  stroke-width:1.75;
}

/* Textblock kompakter */
.tm-decals-process article > div:last-child{
  display:flex;
  flex-direction:column;
  flex:1;
}

.tm-decals-process h2{
  margin:0 0 10px !important;
  padding:0 !important;
  font-size:18px;
  line-height:1.08;
}

.tm-decals-process h2::after{
  display:none !important;
  content:none !important;
}

.tm-decals-process p{
  margin:0;
  max-width:none !important;
  color:#b7bdc2;
  font-size:13px;
  line-height:1.55;
}

@media(max-width:1000px){
  .tm-decals-process article{
    padding:18px 18px 21px !important;
  }

  .tm-decals-process__icon{
    width:86px !important;
    height:86px !important;
  }

  .tm-decals-process__icon svg{
    width:50px !important;
    height:50px !important;
  }
}

@media(max-width:520px){
  .tm-decals-process__icon{
    margin-top:8px !important;
  }
}
