/* red box around images during upload if they don't have correct title and description */
.bnImage_redBox {
	border-style: solid !important;
	border-width: 5px !important;
	border-color: red !important;
}
/* hide ability to use editor for image details */

.ipsComposeArea_dropZone, a[data-role='imageDescriptionUseEditor'] {
  display: none;
}

/* Rules reminder in the image details area below title and description */

li:has(>div>input[name^="image_title_"])::before {
	content: "";
	color: red;
	text-align: center;
	display: block;
}

/* don't allow user to select owner, type or visibility for album */

li:has(>a#elAlbumCreate_privacy), li:has(>a#elAlbumCreate_owner), li#set_album_owner, li#album_type, li#album_submit_type {
	display: none;
}
