/* WIDGET: REVIEW
-------------------------------------------- */

.vlt-review {
	text-align: center;

	&__stars {
		margin-bottom: px2rem(30px);
		font-size: px2rem(22px);
		line-height: 1;

		svg {
			height: 1em;
		}

	}

	&__text {
		margin-bottom: 0;
		color: var(--vlt-color-dark);
		@include vlt_primary_medium_18;
	}

	&__author {
		margin-top: px2rem(30px);
	}

	&__position {
		display: block;
		margin-top: px2rem(6px);
		color: var(--vlt-color-gray-dark);
		@include vlt_primary_regular_14;
	}

}