/* Admin ERP chrome hides `.crm-shell > .top-bar:first-child`.
   Keep Add / Log buttons in `.crm-admin-toolbar` so they stay visible. */
.app-shell--pro .crm-shell > .top-bar:first-child.crm-admin-keep,
.app-shell--erp .crm-shell > .top-bar:first-child.crm-admin-keep {
  display: flex !important;
}

.crm-admin-toolbar {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid #c7d2fe;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.crm-admin-toolbar .btn,
.crm-admin-toolbar .btn-primary,
.crm-admin-toolbar .btn-secondary {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
