.elementor .elementor-widget-corinas-testimonials > .elementor-widget-container {
	padding: 0;
	margin: 0;
}

.corinas-testimonials {
	box-sizing: border-box;
	padding: 64px 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
	color: #111827;
	font-family: inherit;
}

.corinas-testimonials *,
.corinas-testimonials *::before,
.corinas-testimonials *::after {
	box-sizing: border-box;
}

.corinas-testimonials__inner {
	max-width: 1280px;
	margin: 0 auto;
}

.corinas-testimonials__head {
	text-align: center;
	margin-bottom: 48px;
}

.corinas-testimonials__title {
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.15;
	font-weight: 700;
	color: #111827;
	margin: 0 0 12px;
}

.corinas-testimonials__subtitle {
	font-size: clamp(16px, 1.6vw, 18px);
	color: #4b5563;
	margin: 0;
}

.corinas-testimonials__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

@media (min-width: 768px) {
	.corinas-testimonials__grid {
		grid-template-columns: repeat(var(--corinas-testimonials-cols, 3), minmax(0, 1fr));
	}
}

.corinas-testimonials__card {
	position: relative;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
	padding: 28px 24px 24px;
	transition: box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
}

.corinas-testimonials__card:hover {
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.14);
}

.corinas-testimonials__quote-icon {
	position: absolute;
	top: 16px;
	right: 16px;
	color: #fed7aa;
	line-height: 0;
}

.corinas-testimonials__quote-icon svg {
	width: 32px;
	height: 32px;
}

.corinas-testimonials__text {
	margin: 0 0 24px;
	font-style: italic;
	color: #374151;
	line-height: 1.6;
	font-size: 15px;
	flex: 1;
}

.corinas-testimonials__author {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid #f3f4f6;
}

.corinas-testimonials__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffedd5 0%, #fee2e2 100%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ea580c;
	flex-shrink: 0;
	overflow: hidden;
}

.corinas-testimonials__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.corinas-testimonials__avatar svg {
	width: 24px;
	height: 24px;
}

.corinas-testimonials__author-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.corinas-testimonials__name {
	margin: 0;
	font-weight: 600;
	color: #111827;
	font-size: 15px;
	line-height: 1.3;
}

.corinas-testimonials__location {
	margin: 0;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.3;
}
