/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.g-recaptcha.error {
	border: 2px solid red; /* Example styling, adjust as needed */
}

.single-post.mb-0 p {
	margin-bottom: 1rem;
}

.gm-style-iw {
	width: 850px !important;
	top: 0px !important;
	left: 0 !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 2px 2px 10px 10px;
	
}

.gm-style-iw-chr {
	display:none!important;
}
/**/
/*:root {
	--cnvs-content-padding: 2rem;
}*/