/* WIDGET: FEATURE
-------------------------------------------- */

.vlt-feature {

	&__header {
		display: flex;
		align-items: center;
	}

	&__icon {
		margin-right: px2rem(20px);
		font-size: px2rem(26px);
		line-height: 1;
		color: var(--vlt-accent-3);
		flex-shrink: 0;

		svg {
			height: 1em;
		}

	}

	&__title {
		flex-grow: 1;
	}

	&__text {
		margin-top: px2rem(20px);
		margin-bottom: 0;
		@include vlt_primary_regular_15;
	}

}