/*

 */

/* Keep notifications below the visible navigation, including mobile layouts. */

#toast-container.toast-top-right {
  top: var(--toast-top, 100px);
}
#toast-container .toast-close-button {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
#toast-container .toast-countdown {
  position: absolute;
  top: 32px;
  right: 8px;
  width: 24px;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  font-variant-numeric: tabular-nums;
}
#toast-container > div {
  position: relative;
  min-height: 54px;
  cursor: default;
  padding-right: 32px;
  opacity: 1 !important;
  filter: none !important;
}
#toast-container .toast-error a { color: #fff; text-decoration: underline; font-weight: bold; }
#toast-container .toast-error { max-height: 80vh; overflow-y: auto; }
