/* FIX62 · Acceso del dispositivo al nivel de Bandeja SIM. */
.registro-password-device{
  grid-column:auto;
  min-width:0;
  align-self:start;
}

.registro-password-device>div:first-of-type{
  display:grid!important;
  grid-template-columns:minmax(150px,.78fr) minmax(190px,1.22fr);
  gap:8px!important;
  align-items:end!important;
}

.registro-password-device>div:first-of-type>div{
  min-width:0!important;
}

.registro-password-device .eq-pin-wrap{
  min-width:0!important;
}

.registro-password-device .eq-patron-wrap{
  margin-top:8px!important;
}

.registro-password-device .patron-compact-card{
  padding:8px 9px;
  gap:8px;
}

.registro-password-device .patron-compact-card .btn-secondary{
  white-space:nowrap;
}

@media(max-width:850px){
  .registro-password-device>div:first-of-type{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .registro-password-device{
    grid-column:auto;
  }
}
