.woocommerce-MyAccount-navigation-link--fw-courses br {
	display: none;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--fw-courses {
	text-align: left !important;
}

.woocommerce-MyAccount-navigation-link--fw-courses::before,
.woocommerce-MyAccount-navigation-link--fw-courses::after,
.woocommerce-MyAccount-navigation-link--fw-courses a::after {
	content: none !important;
	background: none !important;
}

/* Force the exact same icon/text grid as the rest of the account menu. */
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--fw-courses > a {
	position: relative;
	display: grid !important;
	grid-template-columns: 3.45rem 1fr;
	align-items: center !important;
	text-align: left !important;
	width: 100%;
	padding-left: 0 !important;
	padding-right: 1.5rem !important;
	line-height: 1.2;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--fw-courses > a::before {
	content: "";
	display: block;
	width: 1.22rem;
	height: 1.22rem;
	justify-self: center;
	transform: translateX(0.46rem);
	background-color: currentColor;
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 10L12 5 2 10l10 5 10-5Z'/><path d='M6 12v5c3 2 9 2 12 0v-5'/><path d='M18 12v5'/></svg>");
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
}

@media (max-width: 1024px) {
	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--fw-courses > a {
		grid-template-columns: 3.46rem 1fr;
		padding-right: 1.1rem !important;
		padding-left: 0 !important;
	}

	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--fw-courses > a::before {
		width: 1.22rem;
		height: 1.22rem;
		transform: translateX(0.48rem);
	}
}
