:host(nx-title2) {

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;

	.left {
		display: flex;
		padding: 0 8px;
		border-bottom: 2px solid green;
		margin-bottom: -1px;
		font-weight: bold;
		color: green;
		font-size: 16px;
	}

	nx-buttons {
		padding-bottom: 2px;
		padding-right: 4px;
	}
}

:host(nx-title2.changed) .left span::after {
	content: '*';
	color: red;
	font-size: 12px;
	font-weight: normal;
	margin-left: 4px;
}



