/* WMF / PKM Project v167
   Desktop full-catalog action rail alignment. */

@media (min-width: 992px) {
  /* v154 shifted the rail 18px to the right. Removing that translation makes
     the top and right insets equal to the catalogue card padding. */
  #full-catalog .cat-actions {
    transform: none !important;
  }
}
