.arbeex-generated-show-more-wrap,
.arbeex-locked-zone {
  grid-column: 1 / -1;
}

.arbeex-locked-zone {
  position: relative;
  margin: 18px 0 12px;
}

.arbeex-sticky-subscribe-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.arbeex-sticky-subscribe-banner__button--secondary {
  background: rgba(7, 17, 34, 0.82);
  color: #f8fcff;
  border: 1px solid rgba(70, 228, 255, 0.2);
  box-shadow: none;
}

.arbeex-locked-zone__content {
  position: relative;
}

.arbeex-locked-zone__content::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(2, 10, 24, 0.18), rgba(2, 10, 24, 0.48)),
    rgba(2, 10, 24, 0.22);
  backdrop-filter: blur(10px) saturate(0.9);
  pointer-events: auto;
}

.arbeex-locked-zone__content > * {
  filter: blur(9px);
  pointer-events: none;
  user-select: none;
}

.arbeex-locked-zone__global {
  margin-bottom: 18px;
}

.arbeex-sticky-subscribe-banner {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: min(92vw, 420px);
  padding: 14px 18px;
  border: 1px solid rgba(70, 228, 255, 0.24);
  border-radius: 18px;
  background: rgba(4, 16, 37, 0.94);
  color: #f8fcff;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, 24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.arbeex-sticky-subscribe-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #46e4ff, #8cff65);
  color: #041321;
  font-weight: 800;
  text-decoration: none;
}

.arbeex-sticky-subscribe-banner.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.arbeex-sticky-subscribe-banner__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d1ff52;
}

.arbeex-generated-show-more.arbeex-generated-show-more,
.arbeex-sticky-subscribe-banner:hover {
  filter: brightness(1.04);
}

@media (max-width: 900px) {
  .arbeex-sticky-subscribe-banner {
    width: calc(100vw - 24px);
    min-width: 0;
    bottom: 12px;
  }
}
