.card-score-block {
  position: absolute;
  top: 10%;
  left: 9%;
  z-index: 3;
  min-width: 40px;
  overflow: hidden;
  background: var(--accent);
  color: var(--text-main);
  text-align: center;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.28);
}

.card-points {
  padding: 2px 8px 0;
  font-size: clamp(26px, 7vw, 44px);
  font-weight: 900;
  line-height: 0.95;
}

.card-position {
  padding: 1px 5px 4px;
  background: rgba(0, 0, 0, 0.24);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.card-league-logo {
  position: absolute;
  right: 8%;
  bottom: 5.5%;
  z-index: 6;
  width: 18%;
  max-width: 28px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  pointer-events: none;
}
