/* v176 - remove o hero institucional somente da primeira visualizacao móvel. */
@media (max-width: 767px) {
  .app-shell:not(.management-page-shell):not(.system-page-shell):not(.insight-page-shell):not(.dashboard-shell)
    .radar-dashboard-top {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  .app-shell:not(.management-page-shell):not(.system-page-shell):not(.insight-page-shell):not(.dashboard-shell)
    .radar-dashboard-top
    > .radar-hero-card {
    display: none !important;
  }

  .app-shell:not(.management-page-shell):not(.system-page-shell):not(.insight-page-shell):not(.dashboard-shell)
    .radar-dashboard-top
    > :not(.radar-hero-card),
  .app-shell:not(.management-page-shell):not(.system-page-shell):not(.insight-page-shell):not(.dashboard-shell)
    .radar-bankroll-summary-slot,
  .app-shell:not(.management-page-shell):not(.system-page-shell):not(.insight-page-shell):not(.dashboard-shell)
    .radar-bankroll-summary {
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 0 !important;
  }
}
