.tx-lottie-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.95);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tx-lottie-overlay small {
  margin-top: 12px;
  font-family: sans-serif;
  color: #555;
}
