/* Preset UI Styles */
.brandy-editor-box-shadow-presets-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: transform ease-in-out 0.2s;
}

.brandy-editor-box-shadow-presets-item:hover {
  transform: scale(1.1);
}

.brandy-editor-box-shadow-presets-item.selected {
  border: 2px solid #757575;
}

.components-tools-panel-item:has(.block-editor-global-styles__shadow-dropdown) {
  display: none !important;
}

.components-menu-item__button[aria-label*="Shadow"] {
  display: none !important;
}
