.vcx-hilight-article {
	color: var(--text-color);
}

.vcx-hilight-article .ux-article {
	container-type: inline-size;
	margin: 1px;
	position: relative;
}

.vcx-hilight-article.with-shadow .ux-article,
.with-shadow .vcx-hilight-article .ux-article {
	box-shadow: var(--box-shadow);
}

.vcx-hilight-article.with-border-radius .ux-article,
.with-border-radius .vcx-hilight-article .ux-article {
	border-radius: 10px;
	overflow: hidden;
}

.vcx-hilight-article.with-outline .ux-article,
.with-outline .vcx-hilight-article .ux-article {
	outline: 1px solid var(--outline-color);
}

.vcx-hilight-article {
	margin: 0 auto;
	line-height: 1.4em;
	position: relative;
}

.vcx-hilight-article .ux-image-container {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: top;
}

.vcx-hilight-article.ux-na .ux-image-container img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.vcx-hilight-article .ux-article {
	background-color: var(--card-bg-color);
}

.vcx-hilight-article .ux-article > a.ux-overlay {
	display: block;
	cursor: default;
}

.edit .vcx-hilight-article .ux-article > a.ux-overlay {
	cursor: grab;
}

.vcx-hilight-article .ux-article > a.ux-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.edit .vcx-hilight-article .ux-article > a.ux-link {
	cursor: grab;
}

.vcx-hilight-article p {
	margin: 0;
}

.vcx-hilight-article .ux-info {
	padding: 6%;
	font-size: clamp(14px, 3.7cqw, 17px);
	line-height: 1.44em;
}

.vcx-widget-hilight-articles-3x .vcx-hilight-article .ux-info {
	font-size: clamp(14px, 5cqw, 16px);	
}

.vcx-carousel-hilight-articles-3x .vcx-hilight-article .ux-info {
	font-size: clamp(14px, 5cqw, 16px);
}

.vcx-hilight-article .ux-title,
.vcx-hilight-article .ux-description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.vcx-hilight-article .ux-title {
	-webkit-line-clamp: 1;
	line-height: 1.5em;
}

.vcx-hilight-article .ux-description {
	-webkit-line-clamp: 4;
	color: var(--text-color);
	line-height: 1.5em;
}

.vcx-hilight-article img {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.vcx-hilight-article .ux-bottom-bar {
	display: flex;
	justify-content: space-between;
	font-size: 0.8em;
	margin-top: 1em;
}

.vcx-hilight-article .command-button.settings {
	right: 35px !important;
	top: 18px !important;
}