.wp-block-woocommerce-customer-account {
	a {
		text-decoration: none !important;
		align-items: center;
		display: flex;
		color: currentColor !important;

		&:hover {
			text-decoration: underline !important;
		}

		.icon {
			height: em(16px);
			width: em(16px);
		}

		.wc-block-customer-account__account-icon {
			height: em(23px);
			width: em(23px);
			padding: em($gap-smaller);
		}
	}
}
