/* Custom styles for League Classic */

.item-card:active {
  transform: scale(0.98);
}

.remove-btn:hover {
  background-color: #dc2626;
}

#shareTemplate {
  pointer-events: none;
}

@media (max-width: 1023px) {
  main {
    padding-bottom: 5rem;
  }
}
