.pocket-card.unavailable {
  cursor: not-allowed;
  filter: saturate(.5);
  opacity: .72;
}

.pocket-card.unavailable:hover {
  box-shadow: 5px 5px #24483d;
  transform: none;
}

.pocket-card.unavailable i {
  bottom: 16px;
  padding: 3px 5px;
  border: 2px solid currentColor;
  font-size: 9px;
  font-weight: 900;
}
