.google-trusted-source-wrapper.alignleft {
	text-align: left;
}

.google-trusted-source-wrapper.aligncenter {
	text-align: center;
}

.google-trusted-source-wrapper.alignright {
	text-align: right;
}

a.google-trusted-source {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: all 0.2s ease-in-out;
}

a.google-trusted-source::before {
	background: url(google.png) no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
}

a.google-trusted-source:hover,
a.google-trusted-source:focus {
	box-shadow: var(--wp--custom--box-shadow--2);
}

.cwp-food-header a.google-trusted-source {
	display: flex;
	margin-top: 8px;
}