/* Page descriptions belong to dash-header/description. These are separate notices and controls. */
.dash-content .ut-page-notice {
  box-sizing: border-box;
  margin: 0 0 16px;
  padding: 12px 16px;
  border: 1px solid #e4e8ef;
  border-radius: 12px;
  background: #fff;
  color: #667085;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.dash-content .ut-page-notice strong { font-weight: 600; }
.dash-content .ut-page-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
