.asrm-ad {
	box-sizing: border-box;
	width: 100%;
	margin: 1.5rem 0;
	padding: .55rem .65rem .7rem;
	border: 1px solid #e3e8ef;
	border-radius: 14px;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.asrm-ad__label {
	margin: 0 0 .35rem;
	color: #7b8794;
	font: 500 11px/1.3 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.asrm-ad--home-gap {
	margin: 0;
	min-height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.asrm-ad--archive {
	margin: 1.25rem 0;
	min-height: 180px;
}

.asrm-ad--article,
.asrm-ad--article-end {
	clear: both;
	margin: 2rem 0;
	min-height: 140px;
}

.asrm-ad .adsbygoogle {
	min-width: 0;
}


@media (max-width: 767px) {
	.asrm-ad {
		margin-top: 1.45rem;
		margin-bottom: 1.45rem;
		padding-left: .25rem;
		padding-right: .25rem;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
	}
	.asrm-ad--desktop-only {
		display: none !important;
	}
}
