.wonjd-popup {
  position: fixed;
  z-index: 1000;
  top: 11.75rem;
  left: 3rem;
  width: min(31.75rem, calc(100vw - 2rem));
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 0 0 / 24%);
}

.wonjd-popup__image {
  display: block;
  width: 100%;
  height: auto;
}

.wonjd-popup__image--link {
  cursor: pointer;
}

.wonjd-popup__controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.25rem;
  min-height: 3.75rem;
  padding: 0.75rem;
  background: #fff;
}

.wonjd-popup__controls button {
  border: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.wonjd-popup__dismiss::before {
  content: "□ ";
  font-weight: 400;
}

@media (max-width: 600px) {
  .wonjd-popup {
    top: 1rem;
    left: 1rem;
  }
}
