/**
 * @file
 * Visual styles for comments in Bootstrap.
 */

html .alert-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}

html .alert-wrapper .alert {
  overflow-y: auto;
  margin-bottom: 0;
}

html .toast-wrapper {
  position: relative;
}

html .alert svg {
  max-width: 2rem;
  height: 32px;
}