/* v6.23: deck readability and inspector de-duplication */
.deck-card-name{
  font-size:6px !important;
  line-height:1.08 !important;
}

.deck-build-thumb-name{
  font-size:3px !important;
}

.card-inspector .inspect-card-description{
  display:none !important;
}

.card-inspector .inspect-card-body{
  padding-bottom:10px;
}

@media (max-width:760px), (max-height:680px){
  .deck-card-name{
    font-size:5px !important;
  }
  .deck-build-thumb-name{
    font-size:3px !important;
  }
}

/* v6.24: lower the visible card name in Player Hand and Card Viewer */
.hand .card .name{
  position:relative !important;
  top:10px !important;
  margin-bottom:10px !important;
}

.card-inspector .inspect-card-name,
.collection-detail .inspect-card-name{
  position:relative !important;
  top:16px !important;
  margin-bottom:16px !important;
}

@media (max-width:760px), (max-height:680px){
  .hand .card .name{
    top:7px !important;
    margin-bottom:7px !important;
  }

  .card-inspector .inspect-card-name,
  .collection-detail .inspect-card-name{
    top:11px !important;
    margin-bottom:11px !important;
  }
}

/* v6.25: lower names further and match Hand name scale to Viewer card ratio */
.hand .card,
.card-inspector .inspect-card,
.collection-detail .inspect-card{
  container-type:inline-size;
}

.hand .card .name{
  top:23px !important;
  margin-bottom:23px !important;
  font-size:8.45cqw !important;
  line-height:1.05 !important;
}

.card-inspector .inspect-card-name{
  top:44px !important;
  margin-bottom:44px !important;
  font-size:7.4cqw !important;
  line-height:1.05 !important;
}

.collection-detail .inspect-card-name{
  top:24px !important;
  margin-bottom:24px !important;
  font-size:7.4cqw !important;
  line-height:1.05 !important;
}

@media (max-width:760px), (max-height:680px){
  .hand .card .name{
    top:18px !important;
    margin-bottom:18px !important;
  }

  .card-inspector .inspect-card-name{
    top:30px !important;
    margin-bottom:30px !important;
  }

  .collection-detail .inspect-card-name{
    top:18px !important;
    margin-bottom:18px !important;
  }
}
