#trust_strip.trust_strip {
	padding: 30px 0 45px;
	background: #fff;
}

#trust_strip .wrapper {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

#trust_strip .trust_strip_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	padding: 22px 28px;
	background: #f7f5ff;
	border: 1px solid #d2c5ff;
	border-radius: 20px;
	box-shadow: 0 2px 12px rgba(123, 9, 173, 0.12);
	box-sizing: border-box;
}

#trust_strip .trust_strip_badges {
	flex: 1 1 auto;
	min-width: 0;
}

#trust_strip .trust_strip_badges img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 96px;
}

#trust_strip .trust_strip_google {
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 0 0 auto;
	margin-left: auto;
	padding: 16px 22px;
	background: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 12px;
	color: #1a1a1a;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#trust_strip .trust_strip_google:hover,
#trust_strip .trust_strip_google:focus {
	border-color: #9684d8;
	box-shadow: 0 2px 8px rgba(123, 9, 173, 0.15);
	text-decoration: none;
	color: #1a1a1a;
}

#trust_strip .trust_strip_google_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e0e0e0;
}

#trust_strip .trust_strip_google_text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

#trust_strip .trust_strip_google_label {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #1a1a1a;
}

#trust_strip .trust_strip_google_rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

#trust_strip .trust_strip_stars {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	color: #3a3a3a;
}

#trust_strip .trust_strip_score {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #3a3a3a;
}

@media only screen and (max-width: 767px) {
	#trust_strip.trust_strip {
		padding: 20px 0 35px;
	}

	#trust_strip .trust_strip_inner {
		flex-direction: column;
		align-items: center;
		gap: 18px;
		padding: 18px 16px;
	}

	#trust_strip .trust_strip_badges {
		width: 100%;
		text-align: center;
	}

	#trust_strip .trust_strip_badges img {
		max-height: 72px;
		margin: 0 auto;
	}

	#trust_strip .trust_strip_google {
		margin-left: 0;
		width: 100%;
		max-width: 320px;
		justify-content: flex-start;
	}
}
