.aam-slot {
	position: relative;
	display: block;
	width: min(100%, 1280px);
	margin: 16px auto;
	padding: 0;
	color: inherit;
}

.aam-slot__label {
	margin-bottom: 8px;
	color: rgba(15, 23, 42, 0.72);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.aam-slot__inner:empty {
	min-height: inherit;
}

.aam-slot iframe,
.aam-slot img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.aam-slot--sticky {
	position: fixed;
	right: 12px;
	bottom: 12px;
	left: 12px;
	z-index: 10000;
	max-width: none;
	padding: 16px 16px 12px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 18px;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
	backdrop-filter: blur(12px);
}

.aam-slot__dismiss {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 999px;
	color: #0f172a;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.aam-slot__dismiss:hover,
.aam-slot__dismiss:focus-visible {
	background: #f8fafc;
	outline: none;
}

.aam-slot--hidden {
	display: none !important;
}

@media (min-width: 783px) {
	.aam-slot--sticky {
		left: auto;
		width: min(420px, calc(100vw - 24px));
	}
}
