/**
 * @file
 * Seven styles for the help component.
 */

.help {
  margin: 0 0 20px;
}

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