.opotengi-ad-slot {
	background: #eef1f4;
	border: 1px dashed #9aa7b3;
	box-sizing: border-box;
	color: #4f5b67;
	display: flex;
	overflow: hidden;
	width: 100%;
}

.opotengi-ad-slot--square {
	aspect-ratio: 1;
	height: auto !important;
	max-width: 300px;
	width: 300px;
}

.opotengi-ad-slot a,
.opotengi-ad-slot img {
	display: block;
	height: 100%;
	width: 100%;
}

.opotengi-ad-slot img {
	object-fit: cover;
}

.opotengi-ad-slot__placeholder {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: var(--wp--preset--font-family--manrope, system-ui, sans-serif);
	gap: 4px;
	justify-content: center;
	min-height: 100%;
	text-align: center;
	width: 100%;
}

.opotengi-ad-slot__placeholder span {
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.opotengi-ad-slot__placeholder strong {
	font-size: 18px;
}

