﻿@media (max-width: 767px) {
  .erp-page-header, .page-head, .erp-toolbar, .erp-filter-bar { align-items: stretch; flex-direction: column; }
  .erp-action-group, .erp-ds-action-group { width: 100%; }
  .erp-button, .erp-ds-primary-action, .erp-ds-secondary-action, .erp-ds-ghost-action, .erp-ds-danger-action { width: 100%; }
  .erp-context-pill { max-width: 100%; }
  .erp-topbar-tools { width: 100%; justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 1ms !important; scroll-behavior: auto !important; transition-duration: 1ms !important; } }
