/* AI Disclosure – Frontend-Styles */

.aid-image-wrapper {
	position: relative;
	display: inline-block;
	max-width: 100%;
	line-height: 0;
}

.aid-image-wrapper img {
	display: block;
	width: 100%;
	height: auto;
}

.aid-badge {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 8px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	z-index: 5;
	pointer-events: none;
}

.aid-badge-shortcode {
	position: static;
	display: inline-flex;
}

.aid-badge-top-left {
	top: 8px;
	left: 8px;
}

.aid-badge-top-right {
	top: 8px;
	right: 8px;
}

.aid-badge-bottom-left {
	bottom: 8px;
	left: 8px;
}

.aid-badge-bottom-right {
	bottom: 8px;
	right: 8px;
}

.aid-badge-image {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.aid-badge-text {
	white-space: nowrap;
}

.aid-notice {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 1.5em 0 1.5em;
	padding: 0.75em 1em;
	border-left: 4px solid #888;
	font-size: 0.9em;
	color: #333;
}

.aid-notice-image {
	flex-shrink: 0;
	object-fit: contain;
}

.aid-notice-text {
	flex: 1;
}

.aid-notice-shortcode {
	margin: 1em 0;
}
