/* Start custom CSS for text-editor, class: .elementor-element-20f4abf1 */.woocommerce-MyAccount-navigation-link a {
    color: white !important;
}

.woocommerce-MyAccount-navigation-link br {
    display: none !important;
}

@media only screen and (max-width: 800px) {
  .woocommerce {
      flex-direction: column;
  }
  
  .woocommerce-MyAccount-navigation {
      width: 100% !important;
  }
}/* End custom CSS */