/* Pixel Kitty header overrides */
.brand-logo {
  display: block;
  width: 72px !important;
  height: 72px !important;
  image-rendering: pixelated;
  background: transparent !important;
  object-fit: contain;
}

.sticky-buy-logo {
  width: 55px !important;
  height: 55px !important;
  image-rendering: pixelated;
  background: transparent !important;
  object-fit: contain;
}

.brand {
  align-items: center;
  gap: 14px;
}

.nav {
  min-height: 88px;
}

@media (max-width: 768px) {
  .brand-logo {
    width: 56px !important;
    height: 56px !important;
  }
}

/* Showcase grid — stable card layout */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  align-items: start;
}

.showcase-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

.showcase-card-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  overflow: hidden;
}

.showcase-card-cat,
.showcase-card-cat-svg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.showcase-card-copy {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 10px;
  margin-top: 12px;
}

.showcase-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.showcase-card-save-action {
  width: 100%;
  margin-top: 8px;
}
