/* ESP-i Catalog — site header tweaks (loads on every front-end page). */

.espi-account-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin-left: 16px;
	/* Defaults to white for this site's dark header; JS overrides the variable
	   with the phone link's actual colour when it can, for other themes. */
	color: var(--espi-acct-color, #fff);
	line-height: 1;
}
.espi-account-link i {
	font-size: 2rem;
	line-height: 1;
}
.espi-account-link:hover {
	color: var(--rio-primary-color, #27c);
}
