.ia-reviews__item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--color-grey);
}

.ia-reviews__item:nth-last-child(1) {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: none;
}

.ia-reviews__head {
	display: flex;
	align-items: center;
	margin-bottom: 3px;
}

.ia-reviews__name {
	font-weight: 700;
	font-size: 14px;
	line-height: 140%;
	margin-right: 12px;
}

.ia-reviews__rating {
	display: flex;
	gap: 8px;
	padding-bottom: 2px;

	& svg {
		width: 12px;
		height: 12px;
		fill: var(--color-primary);
		flex: none;
	}

	& svg._light {
		opacity: .2;
	}
}

.ia-reviews__date {
	font-weight: 300;
	font-size: 12px;
	line-height: 140%;
	color: var(--color-secondary);
}

.ia-reviews__text {
	margin-top: 10px;
	font-size: 14px;
	line-height: 140%;
	word-break: break-word;
}

[id^=wait_comp_] {
	display: none !important;
}

@media screen and (max-width: 550px) {

	.ia-reviews__name {
		font-size: 12px;
	}

	.ia-reviews__head {
		margin-bottom: 2px;
	}

	.ia-reviews__text {
		font-size: 12px;
	}

	.ia-reviews__item {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}

}