/* Managed ITDR â€” G2 / Leader / Capterra ratings */

.bz-itdr-reviews {
	padding-block: var(--bz-section-pad-y) 0; padding-inline: 0;
	background: var(--bz-wash);
}

.bz-itdr-reviews__grid {
	display: grid;
	gap: 2.5rem;
	align-items: center;
	justify-items: center;
	text-align: center;
}

@media (min-width: 768px) {
	.bz-itdr-reviews__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 2rem;
	}
}

.bz-itdr-reviews__col {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	max-width: 16rem;
}

.bz-itdr-reviews__logo {
	display: block;
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.bz-itdr-reviews__logo--g2 {
	line-height: 0;
}

.bz-itdr-reviews__logo--g2 svg {
	display: block;
	width: 56px;
	height: 56px;
}

.bz-itdr-reviews__stars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
	color: #a31820;
}

.bz-itdr-reviews__star {
	display: block;
}

.bz-itdr-reviews__text {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--bz-black);
}

.bz-itdr-reviews__badge {
	display: block;
	width: min(148px, 42vw);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.08));
}

.bz-itdr-reviews__col--badge {
	gap: 0;
}
/*bz-pad*/







