<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vcx-widget-google-map {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: var(--margin-top);
	margin-bottom: var(--margin-bottom);
}

.vcx-widget-google-map .ux-layout {
	position: relative;
	container-type: inline-size;
}

.vcx-widget-google-map .ux-layout &gt; .ux-title {
	text-align: center;
	padding: 0 2em;
	margin: 1em 0 0;
	font-size: clamp(16px, 2.6cqw, 18px);
}

.scx-wall-765 .vcx-widget-google-map .ux-title {
	font-size: clamp(14px, 3cqw, 16px);
}

.vcx-widget-google-map .ux-google-map {
	position: relative;
	border: 1px solid #eee;
}

.vcx-widget-google-map .ux-google-map.loading:before {
	content:'\f110';
	display:block;
	font-family:fontawesome;
	font-size: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.5ex;
	margin-top: -0.5ex;
	animation: 2s linear 0s normal none infinite running uk-rotate;
	z-index: 1;
	color: #ccc;
}

.vcx-widget-google-map .gmap-canvas {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.vcx-widget-google-map .gmap-canvas.loading:before {
	content:'\f110';
	display:block;
	font-family:fontawesome;
	position: absolute;
	font-size: 22px;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -11px;
	animation: 2s linear 0s normal none infinite running uk-rotate;
}

.vcx-widget-google-map .gmap-canvas img {
	max-width:none!important;
	background:none!important
}

.vcx-widget-google-map .ux-placeholder {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(images/google-map-logo.png) no-repeat center center #fff;
}

.vcx-widget-google-map .ux-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.vcx-widget-google-map.ux-edit .ux-overlay {
	display: block;
}	

.vcx-widget-google-map .gm-style .gm-style-iw {
	text-align: left;
	line-height:1.35;
	font-family: montserrat,anuphan,tahoma,sans-serif;
	font-size: 12px;
	padding: 22px 14px 14px;
}

.vcx-widget-google-map .gm-style .gm-style-iw &gt; div &gt; div {
	overflow:hidden !important;
}

.vcx-widget-google-map .gm-style .gm-style-iw,
.vcx-widget-google-map .gm-style .gm-style-iw-d {
	max-width: 100%  !important;
}

.vcx-widget-google-map .gm-style-iw .ux-title {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	padding-top: 0.4em;
}

.vcx-widget-google-map .gm-style-iw .ux-address {
	margin: 0.5em 0 1em;
	font-family: var(--body-font-family);
	font-size: 13px;
	max-width: 240px;
}

.vcx-widget-google-map .gm-style-iw .ux-extra-info {
	margin-top: 1em;
}

.vcx-widget-google-map .gm-style-iw .ux-extra-info &gt; p {
	margin: 0;
}

.vcx-widget-google-map .gm-style-iw .ux-extra-info &gt; p i {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

.vcx-widget-google-map .gm-style-iw-d {
	width: 244px;
}

.vcx-widget-google-map button.gm-ui-hover-effect {
	top: 0px !important;
	right: 0px !important;
	transition: all 0.3s;
}

.vcx-widget-google-map button.gm-ui-hover-effect:hover {
	transform: rotate(90deg);
}

.vcx-widget-google-map a.api[data-action] {
	width: 16px !important;
	height: 16px !important;
}

.vcx-widget-google-map .command-button.settings {
	top: 34px !important;
	right: 6px !important;
}

.scx-wall-1140 .vcx-widget-google-map .command-button.settings {
	top: 37px !important;
	right: -34px !important;
	width: 21px !important;
	height: 21px !important;
}</pre></body></html>