.vcx-widget-title {
	position: relative;
	font-family: var(--header-font-family);
	margin-left: auto;
	margin-right: auto;
	margin-top: var(--margin-top);
	margin-bottom: var(--margin-bottom);
}

.scx-wall-765 .vcx-widget-title {
	cursor: pointer;	
}

.vcx-widget-title .svg-icon {
	position: absolute;
	left: -24px;
	transform: rotate(-90deg);
	transition: transform 0.3s;
	width: 14px;
	height: 14px;
	display: none;
}

.scx-wall-765 .vcx-widget-title .svg-icon {
	display: inline-block;
}

.vcx-widget-title .svg-icon.ux-h5 {
	top: 16px;
}

.vcx-widget-title .svg-icon.ux-h4 {
	top: 16px;
}

.vcx-widget-title .svg-icon.ux-h3 {
	top: 20px;
}

.vcx-widget-title .svg-icon.ux-h2 {
	top: 22px;
}

.vcx-widget-title .svg-icon.ux-h1 {
	top: 26px;
}

.ux-header.ux-open .vcx-widget-title .svg-icon {
	transform: rotate(0deg);
}

.vcx-widget-title .wx-title {
	color: var(--text-header-color);
	line-height: 1.3em;
	margin: 0 auto;
	position: relative;
	font-family: var(--primary-header-font-family-en), var(--primary-header-font-family-th), tahoma, sans-serif, FontAwesome;
}

.vcx-widget-title .ux-sub-title {
	margin: 0 auto;
	color: var(--text-sub-header-color);
	line-height: 1.44em;
}

.vcx-widget-title .ux-align-center {
	text-align: center;
	max-width: 80% !important;
}

.vcx-widget-title .ux-align-right {
	text-align: right;
}

.vcx-widget-title .api[data-action="edit"] {
	top: 0px !important;
}

.vcx-widget-title .command-button {
	top: 30px !important;
}

.vcx-widget-title .command-button.settings {
	top: 32px !important;
	right: : -30px !important;
}

@media screen and (max-width: 640px) {
	.vcx-widget-title .svg-icon {	
		left: -18px;
	}

	.vcx-widget-title .svg-icon.ux-h1 {
		top: 20px;	
	}

	.vcx-widget-title .svg-icon.ux-h2 {
		top: 16px;	
	}

	.vcx-widget-title .svg-icon.ux-h3 {
		top: 14px;	
	}

	.vcx-widget-title .svg-icon.ux-h4 {
		top: 15px;	
	}

	.vcx-widget-title .svg-icon.ux-h5 {
		top: 15px;	
	}
}