<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
.share-link{
	user-select: all;
}
p.referral-link{
	border: 2px dashed #2D7EB2;
	background: #eef7fd;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
}
p.referral-link input{
	display: block;
	width: 75%;
	box-sizing: border-box;
	padding: 1em 2em ;
	background: transparent;
	border: none;
}
p.referral-link button{
	width: 25%;
	background: transparent;
	color: inherit;
	border-radius: 0;
}
p.referral-link button:hover{
	background: #daecf9;
	color: inherit;
}
p.referral-link span{
	position: absolute;
	top: 110%;
	left: 2em;
	color: #2D7EB2;
}
*/</pre></body></html>