/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  #dashboard {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  #left-panel,
  #right-panel {
    width: 100%;
    flex-basis: 100%;
    flex: none;
  }

  #filters label,
  #filters select,
  #filters input {
    text-align: left;
    width: 100%;
  }
}
