
  /* Rend la ligne plus "interactive" */
  .plan-link { color: inherit; }
  .plan-link:hover { background: rgba(13, 110, 253, 0.06); } /* bleu Bootstrap léger */
  .plan-link:focus { outline: 0; box-shadow: inset 0 0 0 2px rgba(13,110,253,.35); }

  /* Zone tactile plus confortable */
  .plan-link { min-height: 56px; } /* bon confort mobile */
  .plan-link .btn { white-space: nowrap; }

  /* Icônes plus visibles */
  .plan-link i.bi { font-size: 1.15rem; }