.gmm-adsense-slot {
	box-sizing: border-box;
	clear: both;
	max-width: 100%;
	margin-top: var(--gmm-ad-margin-top, 18px);
	margin-bottom: var(--gmm-ad-margin-bottom, 18px);
	overflow: visible;
}

.gmm-adsense-align-left { text-align: left; }
.gmm-adsense-align-center { text-align: center; }
.gmm-adsense-align-right { text-align: right; }

.gmm-adsense-slot .adsbygoogle {
	max-width: 100%;
}

.gmm-adsense-preview {
	min-height: 96px;
	padding: 16px;
	border: 2px dashed #2271b1;
	border-radius: 10px;
	background: repeating-linear-gradient(-45deg, rgba(34, 113, 177, .05), rgba(34, 113, 177, .05) 10px, rgba(255, 255, 255, .75) 10px, rgba(255, 255, 255, .75) 20px);
	color: #1d2327;
}

.gmm-adsense-preview-label {
	display: flex;
	min-height: 60px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 3px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.35;
	text-align: center;
}

.gmm-adsense-preview-label strong { font-size: 15px; }
.gmm-adsense-preview-label span { font-size: 12px; }
.gmm-adsense-preview-label small { opacity: .75; }
