.lineup-grid {
  padding-inline: 2px 8px;
}

.card-remove-button {
  position: absolute;
  top: 10%;
  right: 4px;
  z-index: 7;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--text-main);
  background: radial-gradient(circle, #151515 0 56%, #050505 57% 100%);
  border: 2px solid var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(224, 24, 34, 0.58);
  transform: translate(35%, -50%);
  cursor: pointer;
  touch-action: manipulation;
}

.card-remove-button span {
  margin-top: -2px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.card-remove-button:active {
  transform: translate(35%, -50%) scale(0.94);
}
