.rendart-upload-icon-button {
  align-items: center;
  background-color: var(--wp--preset--color--rendart-primary);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 1.5rem;
  height: 64px;
  justify-content: center;
  margin-bottom: 1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: 64px;
}
.rendart-upload-icon-button:hover {
  background-color: var(--wp--preset--color--rendart-secondary);
  color: white;
  transform: scale(1.05);
}

.custom-multiselect__group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}

.custom-multiselect__label {
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}

.custom-multiselect__checkbox {
  margin: 0;
}
.custom-multiselect__checkbox .components-base-control__field {
  margin: 0 !important;
}
.custom-multiselect__checkbox input[type=checkbox] {
  margin-right: 6px;
  transform: scale(0.9);
}

.slider-controls {
  display: flex;
  gap: 1rem;
}
.slider-controls .slider-arrow {
  align-items: center;
  background: rgb(250, 248, 245);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 3.5rem;
  justify-content: center;
  transition: background 0.2s;
  width: 3.5rem;
}
.slider-controls .slider-arrow:hover {
  background: #f0ebe5;
}

.block-editor__container .slider-arrow img {
  height: 1.5rem;
}

/*# sourceMappingURL=common.css.map */
