/* v20260911-accounts-add-plus01: keep the Add-account plus visible in iOS/Telegram webviews. */
body:not(.backtest-mode) .view-section[data-view="accounts"] #accountsAddButton .accounts-add-icon {
  display: grid !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  place-items: center !important;
  overflow: visible !important;
  color: #f45b63 !important;
}

body:not(.backtest-mode) .view-section[data-view="accounts"] #accountsAddButton .accounts-add-icon svg {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  overflow: visible !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body:not(.backtest-mode) .view-section[data-view="accounts"] #accountsAddButton .accounts-add-icon svg path {
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
