.thumbgenie-preview {
  margin-top: 15px;
  text-align: center;
}

.thumbgenie-preview img {
  margin-top: 10px;
  max-width: 100%;
  height: auto;
}

.thumbgenie-error {
  color: #d63638;
  margin-top: 10px;
}

.thumbgenie-controls {
  margin-top: 10px;

  position: relative;
}

.thumbgenie-controls .spinner {
  float: none;
  vertical-align: middle;
  margin-left: 5px;
}

/* Bulk Generation Styles */
.thumbgenie-bulk-controls {
  margin-bottom: 20px;
}

.thumbgenie-post-selection {
  margin-bottom: 15px;
}

.thumbgenie-post-selection label {
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
}

.thumbgenie-post-list {
  margin: 20px 0;
}

.thumbgenie-post-table {
  width: 100%;
  border-collapse: collapse;
}

.thumbgenie-post-table th,
.thumbgenie-post-table td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.thumbgenie-post-table th {
  background-color: #f2f2f2;
}

.thumbgenie-post-table tr:hover {
  background-color: #f5f5f5;
}

.thumbgenie-post-thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.thumbgenie-progress-bar {
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 3px;
  margin-bottom: 10px;
  overflow: hidden;
}

.thumbgenie-progress-fill {
  height: 100%;
  background-color: #2271b1;
  width: 0%;
  transition: width 0.3s ease;
}

.thumbgenie-progress-stats {
  font-size: 14px;
  margin-bottom: 15px;
}

.thumbgenie-status-success {
  color: #00a32a;
}

.thumbgenie-status-error {
  color: #d63638;
}