.apl-ad {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 18px 0;
	overflow: hidden;
	border: 1px solid #e5e9ef;
	border-radius: 8px;
	background: #fff;
}

.apl-label {
	display: block;
	padding: 6px 10px 0;
	color: #667085;
	font: 700 10px/1.3 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.apl-creative-link,
.apl-picture,
.apl-creative-link img {
	display: block;
}

.apl-ad img,
.apl-picture img,
.apl-video,
.apl-youtube iframe {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0;
}

.apl-video {
	display: block;
	background: #101828;
}

.apl-youtube {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #101828;
}

.apl-youtube iframe,
.apl-youtube-play {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.apl-youtube-play {
	display: block;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: #101828;
}

.apl-youtube-play img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .9;
}

.apl-youtube-play span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 62px;
	height: 44px;
	border-radius: 12px;
	background: rgba(0, 0, 0, .75);
	transform: translate(-50%, -50%);
}

.apl-youtube-play span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #fff;
	content: "";
	transform: translate(-40%, -50%);
}

.apl-html {
	max-width: 100%;
	overflow: hidden;
}

.apl-button {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	margin: 10px;
	padding: 8px 14px;
	border-radius: 7px;
	color: #fff;
	background: #052c78;
	font: 800 13px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-decoration: none;
}

.apl-button:hover {
	background: #064bd9;
	color: #fff;
}

.apl-ad-sidebar {
	margin-top: 0;
}

.apl-inside-post,
.apl-final-post {
	margin: 26px 0;
}

.apl-floating-mobile {
	position: fixed;
	z-index: 9990;
	right: 12px;
	bottom: 12px;
	left: 12px;
	display: none;
	margin: 0;
	box-shadow: 0 16px 40px rgba(16, 24, 40, .22);
}

@media (max-width: 767px) {
	.apl-floating-mobile {
		display: block;
	}
}
