/**
 * @file
 * Section 15: Notifications / alerts.
 *
 * Split from css/staged-edits-from-gui.css (see docs/Theme updates.md for
 * the full split file list).
 */

/* Alert / messages widget positioning */
.alert-wrapper {
  position: unset;
  margin-bottom: 32px;
  margin-top: 8px;
}

/* We can replace with selected text if needed */
.alert-wrapper h2,
.messages__header h2 {
  display: none;
}
