.gutenstrap-testimonial {
	.testimonial-wrapper {
		position: relative;

		.testimonial-icon {
			position: absolute;
			top: 15px;
			left: 8px;
			font-size: 15px;
			color: #d7dce0;
		}
		.testimonial {
			padding: 12px 30px;
			background: #f6f6f6;
			margin-bottom: 10px;
		}
		.author {
			display: flex;
			.author-image {
				width: 75px;
				height: 75px;
			}
			.name {
				font-weight: bold;
			}
			.star-rating {
				color: #ffdc12;
				font-size: 16px;
			}
		}
	}
	&.gutenstrap-align-right {
		.testimonial-icon {
			right: 7px;
		}
		.author {
			flex-direction: row-reverse;
			.image-wrapper {
				margin-right: 0 !important;
				margin-left: 1rem !important;
			}
		}
	}
	&.gutenstrap-align-center {
		.author {
			justify-content: center;
		}
	}
}
