.psp-preferred-source {
	--psp-font-size: 16px;
	--psp-icon-size: 1.5rem;
	--psp-surface: #000000;
	--psp-foreground: #ffffff;
	--psp-border: #5f6368;
	align-items: center;
	background: var(--psp-surface);
	border: 1px solid var(--psp-border);
	border-radius: 999px;
	box-sizing: border-box;
	color: var(--psp-foreground);
	column-gap: 0.75rem;
	display: inline-flex;
	inline-size: fit-content;
	justify-content: center;
	max-inline-size: 100%;
	padding: 0.625rem 0.875rem;
	text-decoration: none !important;
}

.psp-preferred-source:hover {
	background: var(--psp-surface-hover, var(--psp-surface));
	color: var(--psp-foreground-hover, var(--psp-foreground));
}

.psp-preferred-source:visited {
	color: var(--psp-foreground);
	text-decoration: none !important;
}

.psp-preferred-source:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.psp-preferred-source--light {
	--psp-surface: #ffffff;
	--psp-foreground: #202124;
	--psp-border: #dadce0;
}

.psp-preferred-source__icon {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	inline-size: var(--psp-icon-size);
}

.psp-preferred-source__svg {
	block-size: auto;
	display: block;
	inline-size: 100%;
}

.psp-preferred-source__copy {
	color: inherit;
	font-family: "Google Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: var(--psp-font-size);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0;
	min-inline-size: 0;
	white-space: normal;
}

@media (max-width: 479px) {
	.psp-preferred-source {
		column-gap: 0.625rem;
		padding: 0.625rem 0.75rem;
	}
}
