/**
 * Sitewide ad slots — leaderboard + sidebar.
 */

.betenjoy-ad-leaderboard-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 12px 16px;
	box-sizing: border-box;
}

.betenjoy-ad {
	display: inline-block;
	line-height: 0;
	text-decoration: none;
}

.betenjoy-ad__img {
	display: block;
	max-width: 100%;
	height: auto;
}

.betenjoy-ad--leaderboard .betenjoy-ad__img {
	width: 728px;
	max-width: 100%;
	height: auto;
}

.betenjoy-ad--sidebar_1 .betenjoy-ad__img,
.betenjoy-ad--sidebar_2 .betenjoy-ad__img {
	width: 300px;
	max-width: 100%;
	height: auto;
}

.betenjoy-sidebar-ads {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
	box-sizing: border-box;
}

.betenjoy-sidebar-ads .betenjoy-ad {
	width: 100%;
	max-width: 300px;
	text-align: center;
}

.betenjoy-sidebar-ads .betenjoy-ad__img {
	margin-left: auto;
	margin-right: auto;
}
