/* BB Ads Manager - frontend */

.gptslot.bb-ad-disabled,
.gptslot.bb-ad-empty {
	display: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gptslot.bb-ad-filled {
	text-align: center;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bb-ad-label {
	display: block;
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #9a9a9a;
	margin-bottom: 4px;
}

.bb-ad-inner {
	display: inline-block;
	max-width: 100%;
}

.bb-ad-inner img {
	max-width: 100%;
	height: auto;
	display: block;
}

.bb-ad-inner a.bb-ad-link {
	display: inline-block;
}

/* slot inseriti automaticamente nell'articolo */
.gptslot.bb-incontent.bb-ad-filled {
	margin: 25px auto;
}
