.trust-badges-wrapper-8df2f684 {
	background-color: #ffffff;
	padding: 40px;
}
.trust-badges-grid-8df2f684 {
	display: grid;
	gap: 0;
	width: 100%;
}
.trust-badge-item-8df2f684 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
}
.tb-inner-8df2f684 {
	display: flex;
	flex-direction: column;
	align-items: inherit;
	text-decoration: none;
	color: inherit;
}
.tb-icon-8df2f684, .tb-image-8df2f684 {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tb-icon-8df2f684 {
	color: #000000;
}
.tb-icon-8df2f684 svg {
	fill: #000000;
}
.tb-image-8df2f684 img {
	max-width: 100%;
	display: block;
}
.tb-title-8df2f684 {
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	word-break: break-word; /* Prevent long text overflow */
}
.trust-badge-item-8df2f684::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #eeeeee;
}
.trust-badge-item-8df2f684:last-child::after {
	display: none;
}

@media (max-width: 767px) {
	/* Mobile defaults for a compact single-row strip */
	.trust-badges-wrapper-8df2f684 {
		padding: 10px 6px;
	}
	.trust-badge-item-8df2f684 {
		padding: 8px 4px;
	}
	.tb-title-8df2f684 {
		font-size: 10px;
		line-height: 1.2;
	}
	.tb-icon-8df2f684, .tb-image-8df2f684 {
		margin-bottom: 5px;
	}
	.tb-icon-8df2f684 svg, .tb-icon-8df2f684 {
		width: 24px;
		height: auto;
		font-size: 24px;
	}
	/* Ensure grid accommodates 4 items without horizontal scroll */
	.trust-badges-grid-8df2f684 {
		gap: 0;
	}
}
