.material-order-restricted {
  position: relative;
  display: inline-flex;
}

.material-order-restricted-button,
.material-order-restricted-button:hover,
.material-order-restricted-button:focus-visible {
  cursor: not-allowed;
  transform: none;
  color: #64748b;
  background: #e2e8f0;
  border-color: #cbd5e1;
  box-shadow: none;
}

.material-order-restricted-button:focus-visible {
  outline: 3px solid rgba(100, 116, 139, 0.32);
  outline-offset: 2px;
}

.material-order-restricted-hint {
  position: absolute;
  z-index: 4;
  top: calc(100% + 8px);
  right: 0;
  width: min(290px, calc(100vw - 48px));
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}
