.oy-security-honeypot {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.oy-security-honeypot__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
}

.oy-security-honeypot__panel {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.oy-security-honeypot__panel h2 {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
}

.oy-security-honeypot__msg {
  margin: 0 0 1rem;
  color: #b91c1c;
  font-weight: 600;
  line-height: 1.4;
}

.oy-security-honeypot__video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 0.75rem;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.oy-security-honeypot__video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.oy-security-honeypot__link-wrap {
  margin: 0 0 1rem;
  font-size: 0.875rem;
}

.oy-security-honeypot__close {
  min-width: 120px;
}
