/* CRM V95: keep only the top-bar refresh button on mobile. */
@media (max-width: 767px) {
  html body #content #page-dashboard.page.active > .section-header > button,
  html body #page-dashboard > .section-header > .btn,
  html body #page-dashboard > .section-header > button[onclick*="refreshCRMData"] {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  #page-dashboard > .section-header {
    grid-template-columns: minmax(0, 1fr) !important;
    display: block !important;
    padding: 12px 14px !important;
  }
}
