.testimonial__inner {
	display: flex
}

.testimonial__inner .testimonial__image_container,
	.testimonial__inner .testimonial__content {
		align-items: center;
		display: flex;
	}

.testimonial__inner .testimonial__image_container {
		margin-right: 1em;
		max-width: 15em;
		width: 30%
	}

.testimonial__inner .testimonial__image_container img {
			border-radius: 50%;
			display: block;
			height: auto;
			width: 100%;
		}

.testimonial__inner .testimonial__content {
		align-items: normal;
		flex-direction: column;
		justify-content: center;
		width: 70%
	}

.testimonial__inner .testimonial__content .testimonial__text {
			margin: 0;
		}

.testimonial__inner .testimonial__content .testimonial__author {
			font-size: 0.875em;
			margin-top: 0.5em;
		}

.testimonial__inner .testimonial__content .testimonial__text:last-child::before {
				content: "«";
			}

.testimonial__inner .testimonial__content .testimonial__text:last-child::after {
				content: "»";
			}

.testimonial__inner .testimonial__image_container .components-button,
	.testimonial__inner .testimonial__image_container .no-image,
	.testimonial__inner .testimonial__image_container .no-image > svg {
		/* Full size image icon in admin */
		height: 100%;
		width: 100%;
	}

.testimonial__inner.has-background-color {
		margin-left: -1em;
		margin-right: -1em;
		padding: 1em;
	}

@media (min-width: 782px) {
	.wp-block-teft-testimonial .testimonial__image_container {
		margin-right: 2em;
	}
}
