.fcp-image-placeholder {
	position: absolute;
	inset: 14px;
	z-index: 2;
	display: grid;
	place-content: center;
	gap: 6px;
	border: 2px dashed rgba(255, 255, 255, .7);
	border-radius: 16px 4px 16px 4px;
	color: #fff;
	text-align: center;
	background: rgba(6, 31, 58, .24);
}

.fcp-image-placeholder::before {
	content: "+";
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 0 auto 4px;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 1.5rem;
}

.fcp-image-placeholder b,
.fcp-image-placeholder small {
	display: block;
}

.fcp-image-placeholder small {
	opacity: .82;
}

.fcp-pole-image {
	position: relative;
}

.fcp-hero-art img {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
