.vcx-text {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
	container-type: inline-size;
}

.vcx-text .ux-text {
	line-height: 1.6em;
	position: relative;
	color: var(--text-color);
	font-size: clamp(16px, 3.5cqw, 18px);
}

.vcx-text.with-text-shadow .ux-text {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.vcx-text .ux-text strong {
	color: var(--strong-color);
}

.vcx-text .ux-text a:hover,
.vcx-text .ux-text a {
	color: var(--link-color);
}

.xvcx-text > a.api[data-action="edit"] {
	position: absolute !important;
	top: 18px !important;
	right: -55px !important;
	width: 20px;
	height: 20px;
	background: url(../../css/images/graphite_btn_edit.png);
	z-index: 1;
	background-size: contain;
}

.vcx-text > a.api[data-action="edit"] {
	width: 15px !important;
	height: 15px !important;
	right: 7px !important;
	top: 10px !important;
}

.vcx-text .command-button.settings {
	right: 5px !important;
	top: 33px !important;
}