<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vcx-widget-image-940 {
	position: relative;
	font-size: 15.5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: {$node-&gt;margin_top|default:'0'}px;
	margin-bottom: {$node-&gt;margin_bottom|default:'0'}px;
}

.vcx-widget-image-940.ux-style-hero {
	max-width: 940px;
}

.vcx-widget-image-940 .wx-card {
	border: none;
	border-radius: 0;
}

.vcx-widget-image-940 .ux-drag-item {
	position: relative;
	text-align: center;
}

.vcx-widget-image-940 .ux-protection,
.vcx-widget-image-940 .ux-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: none;
}

.vcx-widget-image-940.ux-edit .ux-overlay {
	display: block;
}

.vcx-widget-image-940 .ux-protection {
	background-color: #fff;
	display: block;
	border: 1px solid #eee;
	background: url(../../css/images/ux-protection-th.png) no-repeat center center #fff;
}

.vcx-widget-image-940.en .ux-protection {
	background: url(../../css/images/ux-protection-en.png) no-repeat center center #fff;
}

.vcx-widget-image-940 .ux-outer-container {
	position: relative;
	display: inline-block;
	text-align: center;
}

.vcx-widget-image-940 .ux-image-container.loading:before {
	content:'\f110';
	display:block;
	font-family:fontawesome;
	position: absolute;
	font-size: 36px;
	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-image-940 .ux-image-container {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: top;
	z-index: 1;
	overflow: hidden;
}

.vcx-widget-image-940.ux-style-round .ux-image-container {
	border-radius: 8px;
}

.vcx-widget-image-940 .ux-image-container &gt; a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.vcx-widget-image-940 a.ux-btn-expand {
	display: flex;
	position: absolute;
	width: 28px;
	height: 28px;
	right: 10px !important;
	top: 10px !important;
	left: auto;
	opacity: 0;
	background-color: rgba(0,0,0,0.1);
	border-radius: 4px;
	justify-content: center;
	align-items: center;
}

.vcx-widget-image-940 a.ux-btn-expand:before {
	content: 'ï';
	font-family: FontAwesome;
	font-size: 18px;
	color: var(--icon-zoom-color);
	line-height: 22px;
}

.vcx-widget-image-940 .ux-image-container:hover .ux-btn-expand {
	opacity: 1;
	transition: opacity 0.3s ease-in;
}

.vcx-widget-image-940.ux-style-border a.ux-btn-expand {
	right: 12px !important;
	top: 12px !important;
}

.vcx-widget-image-940 img {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
}

.vcx-widget-image-940 .ux-border {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.vcx-widget-image-940.ux-style-border .ux-border.inner {
	border: 6px solid #fff;
}

.vcx-widget-image-940.ux-style-border .ux-border.outer {
	border: 1px solid #eee;
}

.vcx-widget-image-940.ux-style-polaroid .ux-outer-container {
	outline: 1px solid #f3f3f3;
	padding: 35px;
	margin: 12px 0;
	background-color: #fff;
}

#widget-{$node-&gt;id} .ux-caption {
	margin: 10px 0 0;
	font-size: 13px;
	font-family: roboto,kanit-light,tahoma,sans-serif;
	text-align: center;
}

.vcx-widget-image-940 &gt; a.remove {
	position: absolute;
	top: 15px;
	right: 43px;
	width: 22px;
	height: 22px;
	background: url(../../css/images/graphite_btn_remove.png);
	z-index: 1;
}

.vcx-widget-image-940 &gt; a.edit:not(.setting) {
	position: absolute;
	top: 15px !important;
	right: 15px !important;
	width: 22px !important;
	height: 22px !important;
	z-index: 1 !important;
	background: url(../../css/images/graphite_btn_edit.png);
}

@media screen and (max-width:580px) {
	.vcx-widget-image-940.ux-style-polaroid .ux-outer-container {
		padding: 25px;
		margin: 12px 0;
	}

	.vcx-widget-image-940.ux-style-polaroid .ux-caption {
		font-size: 13px;
	}
}

@media screen and (max-width:959px) {
	.vcx-widget-image-940 .ux-caption {
		top: auto;
		bottom: 0;
	}	
}</pre></body></html>