.norte-linktree-list-wrap {
	display: flex;
	width: 100%;
}

.norte-linktree-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 520px;
	gap: 14px;
}

.norte-linktree-card {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 72px;
	padding: 12px 14px;
	column-gap: 16px;
	color: inherit;
	text-decoration: none;
	background-color: #fff;
	border-radius: 28px;
	transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease, color .2s ease;
}

.norte-linktree-card:hover,
.norte-linktree-card:focus {
	color: inherit;
	text-decoration: none;
	transform: translateY(-1px);
	outline: none;
}

.norte-linktree-card:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.norte-linktree-thumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	overflow: hidden;
}

.norte-linktree-thumb {
	width: 52px;
	height: 52px;
	flex-basis: 52px;
	background-color: #edf2ee;
	border-radius: 50%;
}

.norte-linktree-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.norte-linktree-thumb-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
	color: #246b44;
}

.norte-linktree-thumb-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.norte-linktree-title {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	color: #202522;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	overflow-wrap: anywhere;
	transition: color .2s ease;
}

@media (max-width: 767px) {
	.norte-linktree-card {
		min-height: 64px;
	}
}
