.bch-featured-image-wrap,
.bch-featured-image-host,
.blog-post-media,
.single-blog-media,
.wpex-post-media,
.post-media,
.vcex-post-media,
.vcex-post-media-wrap,
.entry-media,
.wp-block-post-featured-image,
.post-thumbnail,
.featured-image,
.entry-thumbnail {
	box-sizing: border-box;
	position: relative;
}

.bch-featured-image-wrap,
.bch-featured-image-host {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.bch-featured-image-wrap > img,
.bch-featured-image-wrap > picture,
.bch-featured-image-wrap > a,
.bch-featured-image-wrap > a > img,
.bch-featured-image-wrap > a > picture,
.bch-featured-image-host > img,
.bch-featured-image-host > picture,
.bch-featured-image-host > a,
.bch-featured-image-host > a > img,
.bch-featured-image-host > a > picture {
	display: block;
	width: 100%;
	max-width: 100%;
}

.bch-featured-image-copyright {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	position: absolute;
	z-index: 20;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 9px 12px;
	background: rgba(28, 28, 28, 0.82);
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.01em;
	text-align: right;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	text-transform: none;
	pointer-events: none;
}

.bch-featured-image-copyright.bch-position-top-left,
.bch-featured-image-copyright.bch-position-top-center,
.bch-featured-image-copyright.bch-position-top-right {
	top: 0;
	bottom: auto;
}

.bch-featured-image-copyright.bch-position-bottom-left,
.bch-featured-image-copyright.bch-position-bottom-center,
.bch-featured-image-copyright.bch-position-bottom-right {
	top: auto;
	bottom: 0;
}

.bch-featured-image-copyright.bch-position-top-left,
.bch-featured-image-copyright.bch-position-bottom-left {
	justify-content: flex-start;
	text-align: left;
}

.bch-featured-image-copyright.bch-position-top-center,
.bch-featured-image-copyright.bch-position-bottom-center {
	justify-content: center;
	text-align: center;
}

.bch-featured-image-copyright.bch-position-top-right,
.bch-featured-image-copyright.bch-position-bottom-right {
	justify-content: flex-end;
	text-align: right;
}

.bch-featured-image-copyright__symbol {
	flex: 0 0 auto;
	font-weight: 700;
}

.bch-featured-image-copyright__text {
	min-width: 0;
	overflow-wrap: anywhere;
}

@media (max-width: 600px) {
	.bch-featured-image-copyright {
		padding: 7px 9px;
	}
}
