body div.alert ul li {
  list-style-type: none;
}

body div.alert ul {
  list-style-type: none;
  margin-bottom: 0;
}

.collapsible-alerts-header {
  margin: 0.2em 0 0.2em;
}

.alert-indicator-wrapper.collapse-horizontal {
  overflow: hidden;
}

.alert-indicator-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 999px;
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-body-color);
  font-size: 0.875em;
  padding: 0.25rem 0.5rem;
  pointer-events: auto;
  white-space: nowrap;
}
 
.alerts-overlay-host {
  position: sticky;
  top: 1rem;
  z-index: 140;
  height: 0;
  overflow: visible;
}

.alerts-overlay-host > .collapsible-alerts-container {
  position: relative;
}