/**
 * AIA Banner Reclame — lățime 100%, înălțime naturală.
 *
 * @package AIA_Pro
 */

.elementor-widget-aia-pro-banner-ads {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.elementor-widget-aia-pro-banner-ads > .elementor-widget-container {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.aia-pro-banner-ads {
	width: 100%;
}

.aia-ad-banner {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: transparent;
	text-decoration: none;
	line-height: 0;
}

.aia-ad-container {
	display: block;
	width: 100%;
	height: auto;
	background-color: transparent;
	text-decoration: none;
	line-height: 0;
}

.aia-ad-banner:hover,
.aia-ad-banner:focus,
.aia-ad-banner:active {
	background-color: transparent !important;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.aia-ad-banner img,
.aia-ad-container img {
	display: block;
	width: 100%;
	height: auto;
}

.aia-ad-badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.5rem;
	height: 1.25rem;
	padding: 0 0.35rem;
	border-radius: 0;
	background-color: #e60000;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	pointer-events: none;
}

.aia-ad-empty {
	padding: 1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.65);
	background-color: #f7f7f7;
	border: 1px dashed rgba(0, 0, 0, 0.15);
}

.aia-ad-container:empty {
	min-height: 0;
}
