.natinf-link-preview {
  position: fixed;
  z-index: 1080;
  max-width: min(40rem, 92vw);
  padding: 0.45rem 0.65rem;
  border-radius: 0.375rem;
  background: #1f2732;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.35;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
