/* FPC Wire v2.3.1j4 — Badge Legend Size Repair */

.wire-badge-legend-card{
  overflow:hidden!important;
}

.wire-badge-legend-list{
  display:grid!important;
  gap:12px!important;
}

.wire-badge-legend-item{
  display:grid!important;
  grid-template-columns:28px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  min-width:0!important;
}

.wire-badge-legend-item > img{
  display:block!important;
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  max-width:24px!important;
  min-height:24px!important;
  max-height:24px!important;
  object-fit:contain!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  flex:0 0 24px!important;
}

.wire-badge-legend-item > div{
  min-width:0!important;
}

.wire-badge-legend-item strong,
.wire-badge-legend-item span{
  display:block!important;
  min-width:0!important;
}

.wire-badge-legend-item strong{
  font-size:14px!important;
  line-height:1.25!important;
}

.wire-badge-legend-item span{
  margin-top:2px!important;
  font-size:12px!important;
  line-height:1.35!important;
  color:#9aabbe!important;
}

@media(max-width:799px){
  .wire-badge-legend-item{
    grid-template-columns:26px minmax(0,1fr)!important;
    gap:9px!important;
  }

  .wire-badge-legend-item > img{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    max-width:22px!important;
    min-height:22px!important;
    max-height:22px!important;
    flex-basis:22px!important;
  }
}
