/* v136.1 — sélection multiple : indicateur compact dans une vraie colonne à gauche. */

/* Pastille nettement plus petite et collée à la marge gauche de la ligne. */
body.bulk-selection-mode .bulk-selectable-row .bulk-select-indicator {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  left: 3px !important;
  border-width: 1.4px !important;
}

body.bulk-selection-mode .bulk-selectable-row .bulk-select-indicator svg {
  width: 12px !important;
  height: 12px !important;
  stroke-width: 2.25 !important;
}

/* Les styles historiques de Transactions forçaient padding-left:2px.
   On réserve donc explicitement une colonne entière à la pastille. */
body.transactions-mode.bulk-selection-mode #fixed-section .bulk-selectable-row .swipe-content,
body.transactions-mode.bulk-selection-mode #variable-section .bulk-selectable-row .swipe-content,
body.transactions-mode.bulk-selection-mode .variable-category .category-list .bulk-selectable-row .swipe-content {
  padding-left: 34px !important;
}

/* Le séparateur commence après la colonne de sélection. */
body.transactions-mode.bulk-selection-mode #fixed-section .bulk-selectable-row .swipe-content::after,
body.transactions-mode.bulk-selection-mode #variable-section .bulk-selectable-row .swipe-content::after,
body.transactions-mode.bulk-selection-mode .variable-category .category-list .bulk-selectable-row .swipe-content::after {
  left: 34px !important;
}

/* État sélectionné : pas de grossissement de la pastille. */
body.bulk-selection-mode .bulk-selectable-row.bulk-selected .bulk-select-indicator {
  transform: translateY(-50%) scale(1) !important;
}

/* Un peu plus compact sur les petits iPhone. */
@media (max-width: 390px) {
  body.bulk-selection-mode .bulk-selectable-row .bulk-select-indicator {
    width: 17px !important;
    height: 17px !important;
    left: 2px !important;
  }

  body.bulk-selection-mode .bulk-selectable-row .bulk-select-indicator svg {
    width: 11px !important;
    height: 11px !important;
  }

  body.transactions-mode.bulk-selection-mode #fixed-section .bulk-selectable-row .swipe-content,
  body.transactions-mode.bulk-selection-mode #variable-section .bulk-selectable-row .swipe-content,
  body.transactions-mode.bulk-selection-mode .variable-category .category-list .bulk-selectable-row .swipe-content {
    padding-left: 31px !important;
  }

  body.transactions-mode.bulk-selection-mode #fixed-section .bulk-selectable-row .swipe-content::after,
  body.transactions-mode.bulk-selection-mode #variable-section .bulk-selectable-row .swipe-content::after,
  body.transactions-mode.bulk-selection-mode .variable-category .category-list .bulk-selectable-row .swipe-content::after {
    left: 31px !important;
  }
}
