.sliding-contact {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	position: sticky;
	top: var(--nav-bar-height-shift);
	width: 300px;
	max-width: 100%;
	border: solid 1px var(--color-border-lighter);
	box-shadow: var(--shadow);
	border-radius: 16px;
	padding: 12px;
	height: fit-content;
}