/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 30 2026 | 11:29:34 */
/* ЛК — скрыть кнопку Credit Note (точечно только внутри my-account) */
.woocommerce-account .woocommerce-MyAccount-content a.woocommerce-button.credit-note{
  display:none !important;
}
