.delayu-module-hint {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1090;
  max-width: min(26rem, calc(100vw - 2rem));
  background: var(--bs-body-bg, #fff);
  color: var(--bs-body-color, #384551);
  border: 1px solid var(--bs-border-color, rgba(56, 69, 81, 0.22));
  border-radius: 0.625rem;
  padding: 0;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.14);
  flex-direction: column;
  overflow: hidden;
}

body.delayu-module-hints-disabled .delayu-module-hint {
  display: none !important;
}

.delayu-module-hint__header {
  padding: 0.65rem 0.75rem 0;
}

.delayu-module-hint .toast-body {
  color: var(--bs-body-color);
  padding: 0 1rem 0.75rem;
}

.delayu-module-hint__tips li {
  margin-bottom: 0.2rem;
}

.delayu-module-hint__footer {
  background: rgba(var(--bs-secondary-rgb, 105, 122, 141), 0.06);
  line-height: 1.35;
}

.delayu-module-hint-close {
  flex-shrink: 0;
  color: var(--bs-body-color) !important;
  background-color: transparent !important;
  border: none !important;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 0.375rem;
}

.delayu-module-hint-close i {
  color: var(--bs-body-color) !important;
  font-size: 1.25rem;
}

.delayu-module-hint-close:hover {
  background-color: rgba(var(--bs-primary-rgb, 105, 108, 255), 0.12) !important;
}

@media (max-width: 575.98px) {
  .delayu-module-hint {
    right: 0.75rem;
    left: 0.75rem;
    max-width: none;
  }
}
