#cr-iab-gate,
#cr-install-gate {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #161824;
  color: #fff;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  text-align: center;
  box-sizing: border-box;
}
html[data-iab] #cr-iab-gate {
  display: flex !important;
}
html[data-iab] .aaubcy {
  visibility: hidden !important;
}
#cr-install-gate.is-open {
  display: flex;
}
.cr-gate-bonus {
  font-size: 28px;
  font-weight: 800;
  color: #6cfc69;
  margin-bottom: 12px;
  line-height: 1.2;
}
.cr-gate-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.cr-gate-body {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.9;
  max-width: 340px;
  margin-bottom: 24px;
}
.cr-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 320px;
}
.cr-gate-btn {
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  padding: 12px 16px;
}
.cr-gate-btn.primary {
  background: linear-gradient(to right, #29c839, #6cfc69);
  color: #161824;
}
.cr-gate-btn.secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.cr-gate-steps {
  text-align: left;
  max-width: 320px;
  margin: 0 auto 20px;
  font-weight: 700;
}
