/* Keep Work's moving cards within their collection, clear of the heading.
   The inset leaves room for the existing keyboard focus outline. */
.rui-visual-collection .project-collection-list {
  overflow: clip;
  padding: 8px;
  margin: -8px;
}
