/* Album: one local team flag in the grid. Per-card thumbs are gone. */

.sticker-card {
  position: relative;
  height: 100%;
}

.sticker-card .save-status {
  position: absolute;
  right: 6px;
  bottom: 2px;
  margin: 0;
  line-height: 1;
  pointer-events: none;
}

/* Team flag renders clean by itself — no card chrome, border, or shade. */
.sticker-team-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  align-self: stretch;
  min-height: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.sticker-team-hero img {
  display: block;
  max-width: 90%;
  max-height: 6.25rem;
  width: auto;
  height: auto;
  object-fit: contain;
  border: 0;
  box-shadow: none;
  background: transparent;
}

@media (min-width: 768px) {
  .sticker-team-hero img {
    max-height: 6.5rem;
  }
}

.sticker-search-thumb {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 12px;
  overflow: hidden;
  background: #e2e8f0;
}

.sticker-search-thumb img {
  display: block;
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  object-fit: cover;
  object-position: center top;
}

.sticker-search-thumb--logo {
  background: #f8fafc;
}

.sticker-search-thumb--logo img {
  object-fit: contain;
  padding: 4px;
  box-sizing: border-box;
}
