/* Simple Values Grid */
[data-colors] .smp-vls-grd {
	border-radius: 10px;

	.smp-vls-grd-icn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: var(--link-color);

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