.rhads {
	box-sizing: border-box;
	clear: both;
	width: 100%;
	max-width: 100%;
	margin: 18px auto;
	text-align: center;
}

.rhads *,
.rhads-sticky * {
	box-sizing: border-box;
}

.rhads__label {
	display: block;
	margin: 0 0 7px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1;
	text-transform: uppercase;
	color: #94a3b8;
}

.rhads__inner {
	display: block;
	max-width: 100%;
	overflow: hidden;
	border-radius: 12px;
}

.rhads__inner img,
.rhads__inner iframe,
.rhads__inner ins {
	max-width: 100%;
}

.rhads__inner img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 12px;
}

.rhads__link {
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
}

.rhads--top_billboard,
.rhads--home_top,
.rhads--archive_top {
	max-width: 1100px;
	padding: 0 16px;
}

.rhads--single_before_content,
.rhads--single_after_paragraph_2,
.rhads--single_after_paragraph_5,
.rhads--single_after_content,
.rhads--single_after_title {
	margin: 22px auto;
}

.rhads-mediawp-active .post-article .rhads {
	margin-left: auto;
	margin-right: auto;
}

.rhads-sticky {
	position: fixed;
	z-index: 9998;
	max-width: 180px;
	text-align: center;
}

.rhads-sticky .rhads {
	margin: 0;
}

.rhads-sticky .rhads__label {
	font-size: 9px;
	margin-bottom: 6px;
}

.rhads-sticky__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #fff;
	color: #0f172a;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(15, 23, 42, .16);
}

.rhads-sticky--left {
	top: 140px;
	left: max(8px, calc((100vw - 1220px) / 2 - 190px));
}

.rhads-sticky--right {
	top: 140px;
	right: max(8px, calc((100vw - 1220px) / 2 - 190px));
}

.rhads-sticky--bottom {
	left: 50%;
	bottom: 12px;
	width: min(728px, calc(100vw - 24px));
	max-width: min(728px, calc(100vw - 24px));
	transform: translateX(-50%);
	padding: 8px;
	border: 1px solid rgba(226, 232, 240, .9);
	border-radius: 16px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 18px 45px rgba(15, 23, 42, .14);
	backdrop-filter: blur(10px);
}

.rhads-sticky--bottom .rhads__inner {
	border-radius: 10px;
}

.rhads-footer-before {
	max-width: 1100px;
	margin: 22px auto;
	padding: 0 16px;
}

@media (max-width: 1320px) {
	.rhads-sticky--left,
	.rhads-sticky--right {
		display: none;
	}
}

@media (min-width: 783px) {
	.rhads-sticky--bottom {
		display: none;
	}
}

@media (max-width: 782px) {
	.rhads {
		margin: 16px auto;
	}

	.rhads__inner {
		border-radius: 10px;
	}

	.rhads--top_billboard,
	.rhads--home_top,
	.rhads--archive_top,
	.rhads-footer-before {
		padding: 0 12px;
	}

	.rhads-sticky__close {
		top: -11px;
		right: -8px;
	}
}
