﻿.elementor-testimonials-widget {
	display: flex;
	gap: 2rem;
	padding: 0 20px 0 20px;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
}

.testimonial {
	padding: 1.25rem;
	border-radius: 1rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0.5px 0.5px 10px 0.5px rgba(0,0,0,0.5);
	background: #fff;
	min-width: 340px;
	max-width: 420px;
	flex: 1 1 340px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.testimonial-title {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: left;
	margin: 0 0 0.75rem;
}

	.testimonial-title .last-name {
		font-weight: 400;
		color: #222;
		letter-spacing: 0.5px;
		outline: 1px solid transparent;
		-webkit-text-stroke: 0.5px #000;
	}

.testimonial-content {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #444;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	gap: 1.5rem;
	align-items: flex-start;
}

.testimonial-text {
	font-style: italic;
	flex: 1;
	min-width: 0;
}

.testimonial-image {
	display: flex;
	justify-content: flex-end;
	flex-shrink: 0;
	width: 70px;
	height: 70px;
}

	.testimonial-image img {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		border: 3px solid #999;
		object-fit: cover;
	}

@media (max-width: 720px) {
	.elementor-testimonials-widget {
		gap: 1rem;
	}

	.testimonial {
		min-width: 0;
		max-width: 100%;
		flex-basis: 100%;
	}
}
