/*-----------------------------------------------------------------------------------------------
    Metaboxes Styling
--------------------------------------------------------------------------------------------------- */

.chaned_post_gallery_meta_box_html .chained_gallery_images_list
{
	display: flex;
	flex-wrap: wrap;
}

.chained_post_gallery_image_from_metabox
{
	position: relative;
	padding: 12px;
}

.chained_post_gallery_image_from_metabox:hover .chained_gallery_remove
{
	opacity: 1;
}

.chained_post_gallery_image_from_metabox .chained_gallery_remove
{
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	background: rgba(red, ,5);
	font-size: 40px;
	text-decoration: none;
	opacity: 0;
	transition: opacity .25s;
}