/* TVASHTAR 2026-05-28: orders title and action colors. */
html body.woocommerce-account.woocommerce-orders #my-account-menu.yith-wcmap ~ .woocommerce-MyAccount-content::before {
  content: "История заказов" !important;
}

html body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content a.button.pay,
html body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content a.woocommerce-button.pay,
html body.jt-memberlux-account-chrome.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content a.button.pay,
html body.jt-memberlux-account-chrome.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content a.woocommerce-button.pay {
  border-color: rgba(47, 195, 107, .55) !important;
  background: linear-gradient(135deg, #39D47A 0%, #22A957 58%, #16743C 100%) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 12px 28px rgba(47, 195, 107, .24) !important;
}

html body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content a.button.view,
html body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content a.woocommerce-button.view,
html body.jt-memberlux-account-chrome.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content a.button.view,
html body.jt-memberlux-account-chrome.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content a.woocommerce-button.view {
  border-color: rgba(255, 255, 255, .14) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .065)) !important;
  color: #E5E7EB !important;
  -webkit-text-fill-color: #E5E7EB !important;
  box-shadow: none !important;
}

html body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content a.button.cancel,
html body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content a.woocommerce-button.cancel,
html body.jt-memberlux-account-chrome.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content a.button.cancel,
html body.jt-memberlux-account-chrome.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content a.woocommerce-button.cancel {
  border-color: rgba(255, 59, 59, .52) !important;
  background: linear-gradient(135deg, #FF4B4B 0%, #D82323 58%, #8F1212 100%) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 12px 28px rgba(255, 59, 59, .22) !important;
}
