/* Values Stacked Single */
[data-colors] .vls-stk-sgl {

	.vls-stk-sgl-item {
		border-radius: 10px;
	}

	.vls-stk-sgl-ttl {
		line-height: 1;
	}

	.vls-stk-sgl-icn {
		display: inline-flex;
		align-items: center;
		justify-content: center;

		svg {
			width: 2.625rem;
			height: auto;
		}
	}

}
