/* Hide the logo as a SVG img (because it's big and not the right color) */

.standish-link-with-text {
    display: flex;
    align-items: center;
    justify-content: end;
}
.standish-link-with-text p.passion {
    margin: 0px 12px;
	color:var(--global-palette3);
}
.standish-link-with-text p.passion.light {
    color:var(--global-palette9);
}

img.svg{
	display: none;
}

a.standish-link svg,
a.standish-link img {
	max-width: 120px;
	cursor: pointer;
	max-height: 26px;
	fill: #fff; 
	transition: all 300ms;
	min-height: 23px;
}
a.standish-link.dark svg,
a.standish-link.dark img {
	max-width: 120px;
	cursor: pointer;
	max-height: 26px;
	fill: #ff2626; 
	transition: all 300ms;
	min-height: 23px;
}
a.standish-link.light svg,
a.standish-link.light img {
    max-width: 120px;
    cursor: pointer;
    max-height: 26px;
    fill: #ffffff; 
    transition: all 300ms;
	min-height: 23px;
}

a.standish-link g.round-logo-standish path{

}/*
a.standish-link :hover g.round-logo-standish path{
	fill:#8a8a8a;
}*/
a.standish-link g.text-standish path, a.standish-link circle.text-standish{

}/*
a.standish-link :hover g.text-standish path, a.standish-link :hover circle.text-standish{
		fill:#fff;
}*/