/* Cleanup UI for editors */

.postbox-container #rank_math_metabox
{
	display: none;
}

.nox-is-admin .postbox-container #rank_math_metabox
{
	display: block;
	opacity: 0.3;
}

.postbox#generate_layout_options_meta_box
{
	display: none;
}

/* Remove media replacer for other file type than PDF */
.attachment-details .compat-field-emr-remove-background
{
	display: none;
}