.filter-preview {
  width: 100px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 8px;
}
.filter-preview.active {
  border: 3px solid #3b82f6;
}
/* Flickity customization */
.flickity-button {
  background: #ffffff;
}
.flickity-button:hover {
  background: #f3f4f6;
}
.dark .flickity-button {
  background: #374151;
}
.dark .flickity-button:hover {
  background: #4b5563;
}
.flickity-button-icon {
  fill: currentColor;
}
.carousel-cell {
  cursor: pointer;
  margin-right: 15px;
}
.carousel-cell figure {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 8px;
}
.carousel-cell figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collapse-button {
  transition: transform 0.3s ease;
}
.collapse-button.rotated {
  transform: rotate(-180deg);
}
.spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.spinner .animate-spin {
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #3490dc; /* Warna biru */
}
