.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc {
	--velych-brown: #311a03;
	gap: 0;
}

.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc > li {
	margin: 0;
}

.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc > li > a {
	display: inline-flex;
	align-items: center;
	width: auto;
	max-width: 100%;
	padding: 6px 0;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: var(--velych-brown);
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	transition: opacity 0.2s ease, color 0.2s ease;
}

.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc > li > a .nav-link-text {
	font: inherit;
}

.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc > li.wd-active > a,
.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc > li.is-active > a {
	padding: 6px 14px;
	border-radius: 100px;
	background: rgba(49, 26, 3, 0.08);
	color: var(--velych-brown);
	font-weight: 300;
	text-decoration: none;
}

.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc > li:not(.wd-active):not(.is-active) > a:hover {
	color: var(--velych-brown);
	opacity: 0.75;
}

.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc > li.woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: 0;
}

/* Mobile: <= 767px */
@media (max-width: 767px) {
	.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc > li > a {
		flex-direction: column;
		align-items: flex-start;
		gap: 2px;
		padding: 0;
		font-size: 14px;
		font-weight: 300;
		line-height: 1.5;
	}

	.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc > li.wd-active > a,
	.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc > li.is-active > a {
		padding: 0;
		border-radius: 0;
		background: transparent;
	}

	.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc > li.wd-active > a .nav-link-text,
	.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc > li.is-active > a .nav-link-text {
		border-bottom: 1px solid var(--velych-brown);
		padding-bottom: 2px;
	}

	.wd-my-account-sidebar .woocommerce-MyAccount-navigation .wd-nav-my-acc > li.woocommerce-MyAccount-navigation-link--customer-logout {
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	.wd-my-account-sidebar {
		padding-inline: 10px;
	}
}
