.metabox__custom-fields__file {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/****** blocks icon color ******/
.wd-blocks-icon {
	fill: #2271b1 !important;
	max-height: 18px !important;
	max-width: 18px !important;
	min-height: 18px !important;
	min-width: 18px !important;
}

.block-editor-list-view-leaf.is-selected .wd-blocks-icon {
	fill: hsl(0, 0%, 100%) !important;
}
