.ad-position {
	display: flex;
	flex-direction: column;
}

.ad-position--between-posts {
    grid-column: 1 / -1;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 51vw);
    margin-right: calc(50% - 51vw);
    overflow: visible;
}

.ad-position--between-posts > div[id^=div-gpt-ad-] {
    width: min(970px, 100vw);
    max-width: none;
    margin: 0 auto;
    overflow: visible;
}

.ad-position__slot {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	padding: 16px 0;
	width: var(--bwgr-ad-max-width-desktop, 100%);
	min-height: var(--bwgr-ad-min-height-desktop, auto);
	max-height: var(--bwgr-ad-min-height-desktop, none);
	box-sizing: content-box;
}

.ad-position__slot:has(div[id^="div-gpt-ad-"]):not(:has(iframe)) {
	background-color: #f0f0f0;
}

.ad-position__slot:has(div[id^="div-gpt-ad-"]):not(:has(iframe))::before {
	content: "Publicidade";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #999;
	pointer-events: none;
}

.ad-position--after-body-open.floater {
	height:0px;
}

@media (max-width: 640px) {
	.ad-position__slot {
		width: var(--bwgr-ad-max-width-mobile, var(--bwgr-ad-max-width-desktop, 100%));
		min-height: var(--bwgr-ad-min-height-mobile, var(--bwgr-ad-min-height-desktop, auto));
		max-height: var(--bwgr-ad-min-height-mobile, var(--bwgr-ad-min-height-desktop, none));
	}
}
