.static-action-notice {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 10000;
  width: min(32rem, calc(100vw - 2rem));
  padding: 1rem 1.25rem;
  border: 1px solid #9cff1e;
  background: #101010;
  color: #f4f4f4;
  box-shadow: 0 0.75rem 2rem rgb(0 0 0 / 45%);
}

.static-action-notice[hidden] {
  display: none;
}

.static-inline-notice {
  margin-top: 0.75rem;
  color: #9cff1e;
  font-weight: 600;
}

.static-disabled-action {
  cursor: not-allowed;
}
