/**
 * Ads for Publisher — Frontend Styles
 * AT Mídia e Tecnologia Ltda
 */

.afp-slot-wrapper {
	clear: both;
	box-sizing: border-box;
	max-width: 100%;
	position: relative;
}

/* Alignment */
.afp-slot-wrapper.afp-align-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.afp-slot-wrapper.afp-align-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	margin-right: auto;
}

.afp-slot-wrapper.afp-align-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	text-align: right;
	margin-left: auto;
}

/* Ad Inner Container */
.afp-ad-inner {
	max-width: 100%;
	display: inline-block;
}

/* Ad Separator Label */
.afp-ad-label {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #8c8f94;
	margin-bottom: 6px;
	text-align: inherit;
	width: 100%;
	line-height: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.afp-slot-wrapper {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* Debug Mode Styles */
.afp-debug-badge {
	font-family: monospace;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	letter-spacing: 0.5px;
}
