@import url('/bestellen/gastro-overview.css?v=20260801-gastro-overview-v1');

/* Ruhigere Desktop-Hierarchie ohne Eingriff in das stabile Grundlayout. */
@media (min-width: 761px) {
  .hero-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .hero-benefits > span:nth-child(3) {
    display: none !important;
  }

  .shops-panel {
    margin-bottom: 8px !important;
  }

  .benefit-strip {
    margin-top: 0 !important;
  }

  #dashboard.kfr-dashboard {
    grid-template-columns: 1.25fr 1fr 1fr !important;
    gap: 12px !important;
  }

  #dashboard.kfr-dashboard .dash-card:nth-child(2),
  #dashboard.kfr-dashboard .dash-card:nth-child(5) {
    display: none !important;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  #dashboard.kfr-dashboard {
    grid-template-columns: 1fr !important;
  }
}
