/* Placeholder styles for empty content */
.placeholder-thumbnail {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  color: #999;
}

.placeholder-thumbnail svg {
  opacity: 0.5;
}

.no-games-message {
  grid-column: 1 / -1;
  padding: 40px 20px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 12px;
  color: #666;
  font-size: 1rem;
  border: 1px dashed #ddd;
}

.no-categories-message {
  display: inline-block;
  padding: 10px 15px;
  background-color: #f9f9f9;
  border-radius: 12px;
  color: #666;
  font-size: 0.9rem;
  border: 1px dashed #ddd;
}

.empty-hero-slide {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666;
}
