.tsh-whello {
	width: 100%;
	max-width: 926px;
	margin: 0 auto;
}

.tsh-inner-loader img {
	width: 60px;
	height: auto;
	object-fit: contain;
}

.tsh-widget-footer {
	width: 100%;
	margin-top: 24px;
	font-size: var(--text-xs);
	font-weight: 700;
	color: var(--gray-500);
}

.tsh-widget-footer .row-topbar > .wpb_column:last-child {
	display: none;
}

.tsh-widget-footer .lists-usp-topbar li::before {
	top: 3px;
	background-image: url(/wp-content/themes/whello/assets/images/icon-circlecheck-gray500.svg);
}

.tsh-widget-footer .row-review-topbar .wpb_single_image img {
	margin-top: -1px;
	filter: brightness(0) saturate(100%) invert(68%) sepia(9%) saturate(571%) hue-rotate(166deg) brightness(88%)
		contrast(79%);
}

@media all and (max-width: 1199px) {
	.tsh-widget-footer .row-topbar {
		flex-wrap: wrap;
	}

	.tsh-widget-footer .col-review-topbar {
		margin-bottom: 8px;
	}

	.tsh-widget-footer .row-review-topbar .wpb_single_image img {
		margin-top: 1px;
	}

	.tsh-widget-footer .row-topbar > .wpb_column {
		width: 100%;
	}

	.tsh-widget-footer .lists-usp-topbar > .wpb_wrapper {
		width: 100%;
	}

	.tsh-widget-footer .lists-usp-topbar > .wpb_wrapper > ul,
	.tsh-widget-footer .lists-usp-topbar > .wpb_wrapper > ol {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.tsh-widget-footer .lists-usp-topbar li {
		margin-right: 0;
		width: auto;
	}

	.tsh-widget-footer .lists-usp-topbar li + li {
		margin-top: 8px;
	}
}
