
.vote-management .option-image-cropper {
  height: 100%;
}

.vote-management .option-image-cropper img{
  /* This rule is very important, please don't ignore this */
  max-width: 100%;
}

.vote-management .vote-option-item .image-preview {
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
  border: 1px solid #ddd;
  padding: 5px;
}

.vote-management .vote-option-item:nth-child(-n+2) .delete-button {
  display: none;
}

.vote-management .card-header-background {
  background: linear-gradient(0deg, rgb(var(--bs-primary-rgb)) 0%, rgb(var(--bs-secondary-rgb)) 100%);
}