/* =====================================================================
   v252 — 카드 점수 배지 위치 조정
   카드 점수는 우측 상단 행동력(EN) 원 바로 아래에 더 작은 원으로 표시한다.
   v251의 점수 계산/마크업은 그대로 사용하고 위치·크기만 덮어쓴다.
   ===================================================================== */
.collection-score-badge{
  right:6px;
  top:27px;
  width:15px;
  height:15px;
  border-width:1px;
  font-size:8px;
  line-height:1;
}

@media (max-width:850px){
  .collection-score-badge{
    right:5px;
    top:23px;
    width:12px;
    height:12px;
    font-size:7px;
  }
}
