/* v136.39 — correction géométrique réelle des charges récurrentes.
   La liste était ~36 px plus étroite que la zone Transactions : on élargit
   la liste elle-même au lieu de pousser artificiellement le texte. */

body.transactions-mode #fixed-section .plain-list,
html.is-ios body.transactions-mode #fixed-section .plain-list,
html.is-macos body.transactions-mode #fixed-section .plain-list {
  width: calc(100% + 36px) !important;
  max-width: none !important;
  margin-right: -36px !important;
  overflow: visible !important;
}

body.transactions-mode #fixed-section .plain-list > .swipe-row,
html.is-ios body.transactions-mode #fixed-section .plain-list > .swipe-row,
html.is-macos body.transactions-mode #fixed-section .plain-list > .swipe-row {
  width: 100% !important;
  max-width: none !important;
}

body.transactions-mode #fixed-section .plain-list > .swipe-row > .swipe-content,
html.is-ios body.transactions-mode #fixed-section .plain-list > .swipe-row > .swipe-content,
html.is-macos body.transactions-mode #fixed-section .plain-list > .swipe-row > .swipe-content {
  width: 100% !important;
  padding-left: 20px !important;
  padding-right: 4px !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
}

body.transactions-mode #fixed-section .plain-list > .swipe-row > .swipe-content > .amount,
html.is-ios body.transactions-mode #fixed-section .plain-list > .swipe-row > .swipe-content > .amount,
html.is-macos body.transactions-mode #fixed-section .plain-list > .swipe-row > .swipe-content > .amount {
  justify-self: end !important;
  text-align: right !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: max-content !important;
  max-width: none !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

/* Le trait normal suit maintenant la vraie largeur de la liste. */
body.transactions-mode #fixed-section .plain-list > .swipe-row > .swipe-content::after,
html.is-ios body.transactions-mode #fixed-section .plain-list > .swipe-row > .swipe-content::after,
html.is-macos body.transactions-mode #fixed-section .plain-list > .swipe-row > .swipe-content::after {
  left: 20px !important;
  right: 4px !important;
}

/* Pendant le swipe / une ligne ouverte : aucun séparateur sur la frontière
   basse de la ligne sélectionnée. On neutralise toutes les sources possibles. */
body.transactions-mode #fixed-section .plain-list > .swipe-row.open,
body.transactions-mode #fixed-section .plain-list > .swipe-row.swipe-active,
html.is-ios body.transactions-mode #fixed-section .plain-list > .swipe-row.open,
html.is-ios body.transactions-mode #fixed-section .plain-list > .swipe-row.swipe-active,
html.is-macos body.transactions-mode #fixed-section .plain-list > .swipe-row.open,
html.is-macos body.transactions-mode #fixed-section .plain-list > .swipe-row.swipe-active {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

body.transactions-mode #fixed-section .plain-list > .swipe-row.open > .swipe-content::after,
body.transactions-mode #fixed-section .plain-list > .swipe-row.swipe-active > .swipe-content::after,
html.is-ios body.transactions-mode #fixed-section .plain-list > .swipe-row.open > .swipe-content::after,
html.is-ios body.transactions-mode #fixed-section .plain-list > .swipe-row.swipe-active > .swipe-content::after,
html.is-macos body.transactions-mode #fixed-section .plain-list > .swipe-row.open > .swipe-content::after,
html.is-macos body.transactions-mode #fixed-section .plain-list > .swipe-row.swipe-active > .swipe-content::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}

body.transactions-mode #fixed-section .plain-list > .swipe-row.open + .swipe-row,
body.transactions-mode #fixed-section .plain-list > .swipe-row.swipe-active + .swipe-row,
html.is-ios body.transactions-mode #fixed-section .plain-list > .swipe-row.open + .swipe-row,
html.is-ios body.transactions-mode #fixed-section .plain-list > .swipe-row.swipe-active + .swipe-row,
html.is-macos body.transactions-mode #fixed-section .plain-list > .swipe-row.open + .swipe-row,
html.is-macos body.transactions-mode #fixed-section .plain-list > .swipe-row.swipe-active + .swipe-row {
  border-top: 0 !important;
  box-shadow: none !important;
}

body.transactions-mode #fixed-section .plain-list > .swipe-row.open + .swipe-row > .swipe-content::before,
body.transactions-mode #fixed-section .plain-list > .swipe-row.swipe-active + .swipe-row > .swipe-content::before {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}
