/* Links */

.link-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: left;
	gap: 14px;
	margin: 0;
}

.link-row__item {
	display: flex;
	align-items: center;
	width: 100%;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

.link-row .btn-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	line-height: 1.2;
	width: 100%;
}

.link-row .btn-link .icon {
	width: 15px;
}

.link-row .btn-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	line-height: 1.2;
	width: 100%;
	padding: 20px;
}

.btn-link {
	&:hover,
	&:focus-visible {
		background-color: var(--highlight-color, transparent);
		color: var(--highlight-text-color, inherit);

		.soventure .sectionlinks & {
			background-position: right 15px center;
			background-image: url("data:image/svg+xml,%3Csvg width='17' height='7' viewBox='0 0 17 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.919 6.6C13.159 6.088 13.391 5.64 13.615 5.256C13.855 4.872 14.087 4.552 14.311 4.296H0.319047V3.288H14.311C14.087 3.016 13.855 2.688 13.615 2.304C13.391 1.92 13.159 1.48 12.919 0.983999H13.759C14.767 2.152 15.823 3.016 16.927 3.576V4.008C15.823 4.552 14.767 5.416 13.759 6.6H12.919Z' fill='%23ffffff'/%3E%3C/svg%3E");
		}
	}
}

.soventure .link-row__item {
	border-bottom: 1px solid #2a2a2a;
}

.soventure .sectionlinks .btn-link .icon {
	display: none;
}
.soventure .sectionlinks .btn-link {
	transition: all 0.3s ease;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='7' fill='none'%3E%3Cpath fill='%232A2A2A' d='M12.919 6.6c.24-.512.472-.96.696-1.344a7.51 7.51 0 0 1 .696-.96H.319V3.288h13.992a9.355 9.355 0 0 1-.696-.984 19.441 19.441 0 0 1-.696-1.32h.84c1.008 1.168 2.064 2.032 3.168 2.592v.432c-1.104.544-2.16 1.408-3.168 2.592h-.84Z'/%3E%3C/svg%3E");
}
/*
dark:
<svg width="17" height="7" viewBox="0 0 17 7" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.919 6.6C13.159 6.088 13.391 5.64 13.615 5.256C13.855 4.872 14.087 4.552 14.311 4.296H0.319047V3.288H14.311C14.087 3.016 13.855 2.688 13.615 2.304C13.391 1.92 13.159 1.48 12.919 0.983999H13.759C14.767 2.152 15.823 3.016 16.927 3.576V4.008C15.823 4.552 14.767 5.416 13.759 6.6H12.919Z" fill="#2A2A2A"/>
</svg>
light:
<svg width="17" height="7" viewBox="0 0 17 7" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.919 6.6C13.159 6.088 13.391 5.64 13.615 5.256C13.855 4.872 14.087 4.552 14.311 4.296H0.319047V3.288H14.311C14.087 3.016 13.855 2.688 13.615 2.304C13.391 1.92 13.159 1.48 12.919 0.983999H13.759C14.767 2.152 15.823 3.016 16.927 3.576V4.008C15.823 4.552 14.767 5.416 13.759 6.6H12.919Z" fill="#ffffff"/>
</svg>
 */
