.shared-dropdown {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 4px;
	margin: -10px;
}

.shared-dropdown-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	aspect-ratio: 2 / 2;
	border-radius: 18px;
	background-color: $color-surface;

	svg {
		width: 24px;
		height: 24px;
	}
}
