.gel-testimonial{
	.testimonial-rating .fa-star{
		color: var(--g5-color-primary);
	}
}

.gel-testimonial-name{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.gel-testimonial-bio{
	font-size: 20px;
	font-weight: 600;
	color: var(--g5-color-primary);
}

.testimonial-style-08{
	.testimonial-rating{
		margin-bottom: 14px;
	}
	.gel-testimonial-name{
		margin-bottom: 3px !important;
	}
	.author-info{
		@include d-flex();
		@include align-items-center();
	}
	.author-avatar{
		@include flex-shrink-0();
		margin-right: 21px;
	}
	.testi-quote{
		margin-bottom: 44px;
	}

}

.align-right.testimonial-style-08{
	.author-info {
		@include flex-row-reverse();
	}
	.author-avatar{
		margin-right: 0;
		margin-left: 21px;
	}
}

.align-center.testimonial-style-08{
	.author-info{
		@include justify-content-center();
	}
}

.custom-testimonial-01{
	&.testimonial-style-05 .author-avatar {
		padding-bottom: 5px;
	}
	.gel-testimonial-bio{
		color: var(--g5-color-heading);
	}
}

.custom-testimonial-02{
	.gel-testimonial-bio{
		font-size: 34px;
		font-weight: 500;
		line-height: 1.3;
	}
	&.testimonial-style-05{
		.author-avatar{
			padding-bottom: 38px;
		}
		.testimonial-content{
			padding-bottom: 55px;
		}
	}
}