/* Eggy Pool - Final Cue Shop image card
   Scoped ONLY to the cue shop panel. Does not touch live tables, online users, nav, rank bars, page loader, or AJAX popup. */

.eggy-cue-shop-final-card {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  min-height: 0 !important;
  background: transparent !important;
  border-color: rgba(0, 214, 226, .35);
}

.eggy-cue-shop-final-card .eggy-cue-shop-final-link {
  display: block;
  width: 100%;
  line-height: 0;
  border-radius: inherit;
  text-decoration: none;
  overflow: hidden;
}

.eggy-cue-shop-final-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(0, 238, 255, .12));
}

.eggy-cue-shop-final-card .eggy-cue-shop-final-link:hover img,
.eggy-cue-shop-final-card .eggy-cue-shop-final-link:focus-visible img {
  filter: drop-shadow(0 0 16px rgba(0, 238, 255, .24)) brightness(1.04);
}

.eggy-cue-shop-final-card .eggy-cue-shop-final-link:focus-visible {
  outline: 2px solid rgba(0, 238, 255, .9);
  outline-offset: 3px;
}
