@media (min-width: 761px) {
  body[data-page="customer"] .topbar {
    align-items: flex-start;
  }

  body[data-page="customer"] .customer-panel {
    grid-template-columns: minmax(220px, 1fr) minmax(260px, 1fr) auto;
  }

  body[data-page="customer"] .chart-section,
  body[data-page="customer"] .table-section,
  body[data-page="customer"] .selected-date-section {
    scroll-margin-top: 24px;
  }
}
