.ij-google-reviews-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 24px;
	width: 100%;
	max-width: 1170px;
	margin: 48px auto 0;
	padding: 0 15px;
	box-sizing: border-box;
}

.ij-google-review-card {
	display: flex;
	flex: 0 1 calc((100% - 48px) / 3);
	flex-direction: column;
	align-items: center;
	min-width: 0;
	min-height: 410px;
	padding: 38px 34px 32px;
	border: 1px solid #dedede;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 8px 28px rgba(20, 48, 92, 0.06);
	text-align: center;
}

.ij-google-review-stars {
	margin-bottom: 24px;
	color: #fbbc04;
	font-size: 23px;
	line-height: 1;
	letter-spacing: 3px;
}

.ij-google-review-text {
	margin: 0 0 28px;
	color: #737373;
	font-size: 16px;
	line-height: 1.65;
}

.ij-google-review-name {
	margin: auto 0 14px;
	color: #111;
	font-family: 'Teko', sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.1;
}

.ij-google-review-logo {
	display: block;
	width: 42px;
	height: 42px;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.ij-google-review-card {
		flex-basis: calc((100% - 24px) / 2);
	}
}

@media (max-width: 767px) {
	.ij-google-reviews-grid {
		gap: 18px;
		margin-top: 32px;
		padding: 0 20px;
	}

	.ij-google-review-card {
		flex-basis: 100%;
		min-height: 0;
		padding: 32px 24px 28px;
	}
}
