.ast-google-source,
.ast-google-source:link,
.ast-google-source:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	max-width: 100%;
	padding: 9px 17px;
	color: #28251d;
	background: #fff;
	border: 1px solid #cfc7bb;
	border-radius: 999px;
	box-shadow: 0 5px 14px rgba(40, 37, 29, .09);
	font: 900 14px/1.25 Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ast-google-source:hover,
.ast-google-source:focus-visible {
	color: #01696f;
	background: #f5fbfb;
	border-color: #7fbeba;
	box-shadow: 0 8px 20px rgba(1, 105, 111, .13);
	text-decoration: none;
	transform: translateY(-1px);
}

.ast-google-source:focus-visible {
	outline: 3px solid rgba(1, 105, 111, .2);
	outline-offset: 2px;
}

.ast-google-source__icon {
	display: inline-flex;
	flex: 0 0 25px;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	color: transparent;
	background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 42%, #fbbc05 0 66%, #ea4335 0 82%, #4285f4 0);
	background-clip: text;
	-webkit-background-clip: text;
	font: 900 20px/1 Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {
	.ast-google-source,
	.ast-google-source:link,
	.ast-google-source:visited {
		width: 100%;
		min-height: 48px;
		padding-right: 14px;
		padding-left: 14px;
		white-space: normal;
	}
}
