/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

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

.help {
  max-width: 64rem;
  margin: 0;
  font-size: var(--admin-font-size-s);

  &:has(*:not(.region-help)) {
    margin-block-end: var(--admin-space-m);
  }

  p {
    margin: 0 0 0.625rem;
    color: var(--admin-color-text-soft);
  }
}

#edit-help {
  color: var(--admin-color-text-soft);
  font-size: var(--admin-font-size-s);
}
