/* Custom styles for the TYPO3 backend */

/* Ensure all icons in the form-wizard-icon-list have the same size */

.formengine-field-item:has(~typo3-formengine-updater[field*="tx_drk_template_icon"]) .form-wizard-icon-list-item img {
  height: 64px !important;
  object-fit: contain !important;
  margin: auto !important;
}
