.scr-guest-capture {
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #f9fafb;
}

.scr-guest-capture label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.scr-push-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  max-width: 320px;
  background: #111827;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(17, 24, 39, 0.22);
}

.scr-push-banner button {
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  background: #f59e0b;
  color: #111827;
  font-weight: 700;
  cursor: pointer;
}
