/* Quiet homepage link to the Compliance Review page. Sits under the "Members Of" logo row. */
.lcr-home-link-wrap {
	margin: 32px 0 0;
	text-align: center;
}

.lcr-home-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--lp-font, 'Quicksand', sans-serif);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--lp-purple, #660066);
	text-decoration: none;
}

.lcr-home-link:hover span:not(.lcr-home-link-icon) {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lcr-home-link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
	border-radius: 8px;
}

.lcr-home-link-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--lp-badge-tint, #F5E6F5);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.lcr-home-link svg {
	flex-shrink: 0;
}

/* Inside a card, directly under a paragraph: a little tighter. */
.lcr-home-link-wrap--tight {
	margin-top: 18px;
}

.lcr-home-link-wrap--green .lcr-home-link {
	color: #4A6D1F;
}

.lcr-home-link-wrap--green .lcr-home-link-icon {
	background: #F0F6E6;
}
