.eb-ai-media {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.eb-ai-media > picture,
.eb-ai-media > picture > img,
.eb-ai-media > img,
.eb-ai-media > figure {
  width: 100%;
  height: 100%;
}

.eb-ai-disclosure {
  position: absolute;
  z-index: 6;
  right: 0.7rem;
  bottom: 0.7rem;
  display: inline-flex;
  max-width: calc(100% - 1.4rem);
  min-height: 2rem;
  gap: 0.45rem;
  align-items: center;
  padding: 0.3rem 0.58rem 0.3rem 0.36rem;
  border: 1px solid rgb(255 255 255 / 0.26);
  border-radius: 999px;
  background: rgb(3 10 15 / 0.82);
  color: #fff;
  box-shadow: 0 0.55rem 1.6rem rgb(0 0 0 / 0.28);
  font-size: 0.62rem;
  font-weight: 720;
  letter-spacing: 0.015em;
  line-height: 1.2;
  pointer-events: none;
  backdrop-filter: blur(12px);
}

.eb-ai-disclosure img {
  display: block;
  width: 4.6rem;
  height: auto;
  flex: 0 0 auto;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 36rem) {
  .eb-ai-disclosure {
    right: 0.45rem;
    bottom: 0.45rem;
    max-width: calc(100% - 0.9rem);
    font-size: 0.56rem;
  }

  .eb-ai-disclosure img {
    width: 3.8rem;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .eb-ai-disclosure {
    background: #061018;
    backdrop-filter: none;
  }
}
