/*
Theme Name: Astra Ads Child
Theme URI: https://wpastra.com/
Description: Astra child theme that loads the supplied advertising codes across the website.
Author: Vision Engage
Template: astra
Version: 1.0.0
Text Domain: astra-ads-child
*/

/* Keep the header advertisement centered without causing horizontal overflow. */
.vision-engage-header-ad {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 250px;
	padding: 16px 10px;
	overflow: hidden;
	background: #f7f7f7;
	box-sizing: border-box;
}

.vision-engage-header-ad > div {
	width: 300px;
	max-width: 100%;
	height: 250px;
}

@media (max-width: 340px) {
	.vision-engage-header-ad {
		padding-right: 0;
		padding-left: 0;
	}
}
