.monetize-me {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.monetize-me .ad-wrapper {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	margin-inline: auto;
	text-align: center;
	overflow: visible;
}

/*
 * Responsive AdSense units are empty when adsbygoogle.push() measures them.
 * A flex wrapper can therefore shrink the <ins> element to zero width. Keep
 * the slot block-level and measurable while allowing Google to set its height.
 */
.monetize-me .ad-wrapper > .adsbygoogle {
	display: block !important;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-inline: auto;
}
