/* Banner admin styles */

.banner-group-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.banner-thumbnail-cell {
  width: 10rem;
}

.banner-admin-thumbnail {
  width: 8rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 0.4rem;
  border: 0.1rem solid #d1d5db;
}

.banner-no-image {
  width: 8rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 0.4rem;
  border: 0.1rem dashed #d1d5db;
  color: #9ca3af;
}

.banner-preview-container {
  width: 20rem;
  height: 12rem;
}
