/**
 * @copyright  	Frenkelson Werbeagentur 2022 <https://frenkelson.de>
 * @author     	Oliver Orlowski (called ideefiXx) <https://oliver-orlowski.de>
 * @knew     	What I wouldn't give to be normal. To live in that bubble, the reality of the naive.
 * @package    	FrenkelsonSupportBundle
 * @license    	LGPL-3.0+
 *
 */ 
 
.testimonial.swiper-content{text-align:center;}
.testimonial.swiper-content .author{font-weight:bold;margin-top:0.5em;}
.testimonial.swiper-content .name{font-style:italic;}
.testimonial.swiper-content .divider{width:40%;height:1px;background-color:var(--bs-dark);display:block;margin:0.4em auto;}
.testimonial.swiper-content .description{font-style:italic;}
.testimonial.swiper-content .img img{border-radius: 100%;-webkit-border-radius: 100%;-moz-border-radius: 100%;border:var(--bs-dark) 1px solid;-webkit-box-shadow: 0px 0px 2px 0px var(--bs-secondary);-moz-box-shadow: 0px 0px 2px 0px var(--bs-secondary);box-shadow: 0px 0px 2px 0px var(--bs-secondary);}
.testimonial.swiper-content .rating{margin-top:0.5em;}