/* Painel flutuante para garantir clique no Reset (corrige overlay/pointer-events) */
#reset-float {
  position: fixed;
  top: 84px; /* abaixo do header */
  right: 16px;
  z-index: 2147483647; /* acima de tudo */
  pointer-events: auto;
}

#reset-float * {
  pointer-events: auto;
}

@media (max-width: 640px) {
  #reset-float {
    top: 76px;
    right: 12px;
  }
  #btn-reset-banco-float {
    padding: .65rem .75rem;
    font-size: .9rem;
  }
}
