.eoppep-iek-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  padding: 10px 12px max(10px, env(safe-area-inset-bottom));
  pointer-events: none;
}

.eoppep-iek-banner[hidden] {
  display: none !important;
}

.eoppep-iek-banner__inner {
  pointer-events: auto;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3d1f4d 0%, #7f3f98 100%);
  color: #f6f0ff;
  box-shadow: 0 12px 32px rgba(12, 8, 20, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.eoppep-iek-banner__text {
  margin: 0;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 500;
}

.eoppep-iek-banner__text a {
  color: #ffe08a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.eoppep-iek-banner__text a:hover {
  color: #fff4c4;
}

.eoppep-iek-banner__close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #f6f0ff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.eoppep-iek-banner__close:hover {
  background: rgba(255, 255, 255, 0.24);
}

body.eoppep-iek-banner-visible {
  padding-bottom: 88px;
}

@media (min-width: 640px) {
  .eoppep-iek-banner__text {
    font-size: 0.98rem;
  }
}
