.mubfw-trusted-source {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	margin: 28px 0;
	border: 1px solid #d9e2df;
	border-radius: 16px;
	padding: 24px;
	background:
		linear-gradient(135deg, rgba(66, 133, 244, 0.1), transparent 42%),
		#ffffff;
	box-shadow: 0 18px 45px rgba(35, 45, 62, 0.1);
	color: #1f2933;
}

.mubfw-trusted-source__mark {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: conic-gradient(from 0deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.mubfw-trusted-source__eyebrow {
	margin: 0 0 4px;
	color: #3f6f5a;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mubfw-trusted-source__heading {
	margin: 0 0 8px;
	color: #17202a;
	font-size: clamp(1.7rem, 4vw, 2.45rem);
	font-weight: 750;
	line-height: 1.08;
}

.mubfw-trusted-source__body {
	margin: 0;
	color: #58636f;
	font-size: 1rem;
	line-height: 1.55;
}

.mubfw-trusted-source__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 46px;
	border-radius: 999px;
	padding: 0 18px;
	background: #17202a;
	color: #ffffff;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	word-break: normal;
	overflow-wrap: anywhere;
}

.mubfw-trusted-source__button:hover,
.mubfw-trusted-source__button:focus {
	background: #345a49;
	color: #ffffff;
}

.mubfw-trusted-source--compact {
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 16px;
	border-radius: 10px;
	padding: 16px 18px;
	box-shadow: none;
	background: #f7faf9;
}

.mubfw-trusted-source--compact .mubfw-trusted-source__mark {
	width: 44px;
	height: 44px;
	font-size: 1.35rem;
}

.mubfw-trusted-source--compact .mubfw-trusted-source__eyebrow {
	display: none;
}

.mubfw-trusted-source--compact .mubfw-trusted-source__heading {
	margin-bottom: 4px;
	font-size: clamp(1.25rem, 3vw, 1.55rem);
}

.mubfw-trusted-source--compact .mubfw-trusted-source__body {
	font-size: 0.92rem;
}

.mubfw-trusted-source--compact .mubfw-trusted-source__button {
	min-height: 40px;
	padding-inline: 16px;
}

.mubfw-trusted-source--spotlight {
	grid-template-columns: 1fr;
	justify-items: center;
	gap: 18px;
	border: 0;
	border-radius: 22px;
	padding: 38px 32px;
	background:
		radial-gradient(circle at top left, rgba(251, 188, 5, 0.22), transparent 34%),
		linear-gradient(135deg, #111827, #243b35);
	box-shadow: 0 24px 65px rgba(17, 24, 39, 0.26);
	color: #ffffff;
	text-align: center;
}

.mubfw-trusted-source--spotlight .mubfw-trusted-source__content {
	max-width: 640px;
}

.mubfw-trusted-source--spotlight .mubfw-trusted-source__eyebrow,
.mubfw-trusted-source--spotlight .mubfw-trusted-source__heading,
.mubfw-trusted-source--spotlight .mubfw-trusted-source__body {
	color: #ffffff;
}

.mubfw-trusted-source--spotlight .mubfw-trusted-source__eyebrow {
	color: #bce2d2;
}

.mubfw-trusted-source--spotlight .mubfw-trusted-source__button {
	background: #ffffff;
	color: #17202a;
}

.mubfw-trusted-source--spotlight .mubfw-trusted-source__button:hover,
.mubfw-trusted-source--spotlight .mubfw-trusted-source__button:focus {
	background: #e8f2ee;
	color: #17202a;
}

.mubfw-trusted-source--button-only {
	display: flex;
	grid-template-columns: none;
	align-items: center;
	gap: 0;
	width: fit-content;
	max-width: 100%;
	border: 0;
	border-radius: 999px;
	padding: 0;
	background: transparent;
	box-shadow: none;
	color: #17202a;
}

.mubfw-trusted-source--button-only .mubfw-trusted-source__content {
	display: none;
}

.mubfw-trusted-source--button-only .mubfw-trusted-source__mark {
	flex: 0 0 auto;
	position: relative;
	z-index: 1;
	width: 42px;
	height: 42px;
	margin-right: -4px;
	border: 2px solid #ffffff;
	font-size: 1.35rem;
	box-shadow: 0 8px 20px rgba(17, 24, 39, 0.16);
}

.mubfw-trusted-source--button-only .mubfw-trusted-source__button {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 46px;
	border: 1px solid #d9e2df;
	border-radius: 999px;
	padding: 0 20px 0 24px;
	background: #ffffff;
	color: #17202a;
	box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
}

.mubfw-trusted-source--button-only .mubfw-trusted-source__button:hover,
.mubfw-trusted-source--button-only .mubfw-trusted-source__button:focus {
	background: #f7faf9;
	color: #17202a;
}

@media (max-width: 700px) {
	.mubfw-trusted-source {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.mubfw-trusted-source__button {
		width: 100%;
	}

	.mubfw-trusted-source--button-only {
		display: flex;
		width: 100%;
	}
}
