.bpl-ads-placement {
	box-sizing: border-box;
	position: relative;
}

.bpl-ads-placement *,
.bpl-ads-placement *::before,
.bpl-ads-placement *::after {
	box-sizing: inherit;
}

.bpl-ads-button {
	align-items: center;
	border: 0;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	padding: 9px 16px;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.bpl-ads-button:focus-visible,
.bpl-ads-button:hover {
	text-decoration: none;
}

.bpl-ads-disclosure {
	align-items: center;
	color: #858585;
	display: inline-flex;
	font-size: 12px;
	font-style: italic;
	gap: 6px;
	line-height: 1.2;
	margin: 0 0 6px;
	position: relative;
	text-transform: lowercase;
}

.bpl-ads-disclosure__info-wrap {
	display: inline-flex;
	position: relative;
}

.bpl-ads-disclosure__info {
	align-items: center;
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: inherit;
	cursor: help;
	display: inline-flex;
	font: inherit;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	height: 13px;
	justify-content: center;
	line-height: 1;
	opacity: 0.72;
	padding: 0;
	width: 13px;
}

.bpl-ads-disclosure__info:focus-visible,
.bpl-ads-disclosure__info:hover {
	opacity: 1;
	outline: 1px solid currentColor;
	outline-offset: 2px;
}

.bpl-ads-disclosure__tooltip {
	background: #222;
	border-radius: 3px;
	bottom: calc(100% + 8px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
	color: #fff;
	display: none;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	left: 50%;
	line-height: 1.35;
	max-width: min(280px, 78vw);
	padding: 8px 10px;
	position: absolute;
	text-align: left;
	text-transform: none;
	transform: translateX(-50%);
	width: max-content;
	z-index: 20;
}

.bpl-ads-disclosure__tooltip::after {
	border: 6px solid transparent;
	border-top-color: #222;
	content: "";
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
}

.bpl-ads-disclosure__info-wrap:hover .bpl-ads-disclosure__tooltip,
.bpl-ads-disclosure__info:focus-visible + .bpl-ads-disclosure__tooltip {
	display: block;
}

.bpl-ads-wrapper--leaderboard_top .bpl-ads-disclosure__tooltip,
.bpl-ads-wrapper--forum_header .bpl-ads-disclosure__tooltip {
	bottom: auto;
	top: calc(100% + 8px);
}

.bpl-ads-wrapper--leaderboard_top .bpl-ads-disclosure__tooltip::after,
.bpl-ads-wrapper--forum_header .bpl-ads-disclosure__tooltip::after {
	border-bottom-color: #222;
	border-top-color: transparent;
	bottom: 100%;
	top: auto;
}

/* leaderboard_text */
.bpl-ads-wrapper--leaderboard_top,
.bpl-ads-wrapper--forum_header {
	display: grid;
	gap: 3px;
}

.bpl-ads-leaderboard {
	align-items: center;
	background: #fff;
	border: 1px solid #d9d9d9;
	color: #222;
	column-gap: 18px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 0;
	padding: 13px 20px;
	row-gap: 0;
	text-align: left;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.bpl-ads-leaderboard:hover {
	background: #fbfcff;
	border-color: #b9c6ef;
	box-shadow: 0 2px 10px rgba(35, 73, 166, 0.08);
	color: #222;
	outline: none;
	text-decoration: none;
}

.bpl-ads-leaderboard:focus-visible {
	outline: 2px solid #2f5dcc;
	outline-offset: 3px;
}

.bpl-ads-wrapper--leaderboard_top .bpl-ads-disclosure,
.bpl-ads-wrapper--forum_header .bpl-ads-disclosure {
	background: transparent;
	justify-self: start;
	margin: 0;
	padding: 0;
	position: relative;
	top: auto;
	transform: none;
	z-index: 2;
}

.bpl-ads-leaderboard__content {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	min-width: 0;
}

.bpl-ads-leaderboard__text {
	color: #245cc7;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.bpl-ads-leaderboard:focus-visible .bpl-ads-leaderboard__text,
.bpl-ads-leaderboard:hover .bpl-ads-leaderboard__text {
	color: #1d48a0;
}

.bpl-ads-leaderboard__more-text {
	color: #333;
	font-size: 16px;
	line-height: 1.25;
}

.bpl-ads-leaderboard__action {
	align-self: center;
	grid-column: 2;
	grid-row: 1;
}

.bpl-ads-leaderboard__button {
	background: #2f5dcc;
	color: #fff;
	min-width: 170px;
}

.bpl-ads-leaderboard:focus-visible .bpl-ads-leaderboard__button,
.bpl-ads-leaderboard:hover .bpl-ads-leaderboard__button,
.bpl-ads-leaderboard__button:hover,
.bpl-ads-leaderboard__button:focus-visible {
	background: #2349a6;
	color: #fff;
}

/* display_ros_gold */
.bpl-ads-ros-gold {
	background: #fff;
	border: 1px solid #d8d1c7;
	color: #222;
	display: grid;
	gap: 12px;
	padding: 14px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.bpl-ads-ros-gold:hover {
	background: #fbfcff;
	border-color: #b9c6ef;
	box-shadow: 0 2px 10px rgba(35, 73, 166, 0.08);
	color: #222;
	outline: none;
	text-decoration: none;
}

.bpl-ads-ros-gold:focus-visible {
	outline: 2px solid #2f5dcc;
	outline-offset: 3px;
}

.bpl-ads-ros-gold__body {
	display: grid;
	gap: 10px;
}

.bpl-ads-ros-gold__headline {
	color: #245cc7;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.bpl-ads-ros-gold:focus-visible .bpl-ads-ros-gold__headline,
.bpl-ads-ros-gold:hover .bpl-ads-ros-gold__headline {
	color: #1d48a0;
}

.bpl-ads-ros-gold__subheading {
	color: #333;
	font-size: 15px;
	line-height: 1.4;
}

.bpl-ads-ros-gold__image {
	display: block;
}

.bpl-ads-ros-gold__image img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.bpl-ads-ros-gold__button {
	background: #2f5dcc;
	color: #fff;
	justify-self: start;
}

.bpl-ads-ros-gold:focus-visible .bpl-ads-ros-gold__button,
.bpl-ads-ros-gold:hover .bpl-ads-ros-gold__button,
.bpl-ads-ros-gold__button:hover,
.bpl-ads-ros-gold__button:focus-visible {
	background: #2349a6;
	color: #fff;
}

@media (max-width: 767px) {
	.bpl-ads-leaderboard {
		grid-template-columns: 1fr;
		padding: 12px 14px;
		row-gap: 10px;
	}

	.bpl-ads-leaderboard__content {
		display: grid;
		gap: 4px;
	}

	.bpl-ads-leaderboard__action {
		grid-column: 1;
		grid-row: auto;
	}

	.bpl-ads-leaderboard__button {
		min-width: 0;
		width: 100%;
	}
}
