
#finverz-module-load-error {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  display: grid;
  gap: 4px;
  width: min(420px, calc(100% - 36px));
  padding: 16px;
  border: 1px solid #c74747;
  border-radius: 12px;
  background: #fff;
  color: #7f1d1d;
  box-shadow: 0 14px 42px rgba(0,0,0,.2);
}
#finverz-module-load-error span,
#finverz-module-load-error small {
  overflow-wrap: anywhere;
}
