/**
 * @file
 * Styles for the help component.
 */

.help {
  margin: 0 0 20px;
  :where(:not(.region-breadcrumb)) + & p:first-child {
    margin-top: 10px;
  }
}
