/*
 * MyTasbih advertising placements.
 *
 * Ads stay outside the application controls. Eligible Free visitors get a
 * reserved responsive area so late creative rendering does not shift either
 * the counter or the educational content below it.
 */

.mytasbih-ad-slot[hidden] {
	display: none !important;
}

.mytasbih-ad-slot--unfilled {
	display: none;
}

.mytasbih-ad-slot {
	box-sizing: border-box;
	width: min(100% - 32px, 970px);
	min-height: 118px;
	margin: 34px auto 26px;
	padding: 10px 8px 8px;
	clear: both;
	text-align: center;
	border-top: 1px solid rgba(100, 116, 139, .16);
	border-bottom: 1px solid rgba(100, 116, 139, .16);
	background: rgba(255, 255, 255, .28);
	contain: layout;
}

.mytasbih-ad-slot__label {
	display: block;
	margin: 0 0 6px;
	color: #718096;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.mytasbih-privacy-choices {
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
	text-align: inherit;
	cursor: pointer;
}

.mytasbih-ad-slot--dark {
	border-color: rgba(226, 232, 240, .12);
	background: rgba(15, 23, 42, .22);
}

.mytasbih-ad-slot--dark .mytasbih-ad-slot__label {
	color: #94a3b8;
}

.mytasbih-ad-slot--article {
	width: 100%;
	min-height: 250px;
	margin: 36px auto;
	padding: 12px 0 10px;
}

@media (min-width: 768px) {
	.mytasbih-ad-slot {
		min-height: 132px;
		margin-top: 42px;
		padding-inline: 14px;
	}

	.mytasbih-ad-slot--article {
		min-height: 220px;
		margin-block: 42px;
		padding-inline: 0;
	}
}

@media (max-width: 480px) {
	.mytasbih-ad-slot {
		width: calc(100% - 24px);
		min-height: 112px;
		margin-top: 30px;
	}

	.mytasbih-ad-slot--article {
		width: 100%;
		min-height: 250px;
		margin-block: 32px;
	}
}
