.mtr-nav-list .mtr-account-nav-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-left: 5px;
	padding: 8px 13px;
	border: 1px solid rgba(44, 136, 153, .24);
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(229, 246, 249, .96), rgba(255, 255, 255, .94));
	box-shadow: 0 7px 20px rgba(30, 91, 109, .08);
	color: #216f7d;
	font-weight: 800;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.mtr-nav-list .mtr-account-nav-link:hover,
.mtr-nav-list .mtr-account-nav-link:focus-visible,
.mtr-nav-list .mtr-account-nav-link[aria-current="page"] {
	transform: translateY(-1px);
	background: linear-gradient(135deg, #4aa2b1, #2f8190);
	box-shadow: 0 10px 24px rgba(43, 128, 144, .23);
	color: #fff;
}

.mtr-account-nav-link svg {
	flex: 0 0 19px;
}

@media (max-width: 860px) {
	.mtr-nav-list .mtr-account-nav-link {
		justify-content: flex-start;
		width: 100%;
		margin: 5px 0 0;
		padding: 13px 14px;
		font-size: 17px;
	}
}
