.popup-container.H-y0ifbv {
    z-index: 9999;
    pointer-events: auto;
  }
  .popup.H-y0ifbv {
    box-shadow: 0 2px 8px 0 rgba(var(--B1), 0.15);
    border-radius: 12px;
    font-size: 12px;
    background: var(--B1);
  }
  .content.H-y0ifbv {
    color: var(--T1);
    white-space: normal;
  }

  .base-mask.H-y0ifbv {
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
  }
  .mask.H-y0ifbv {
    left: 0;
    width: 100%;
    height: 100%;
  }
  .fullscreen.H-y0ifbv {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
  }
  .w100.H-y0ifbv {
    width: 100%;
  }
  .h100.H-y0ifbv,
  .h100.H-y0ifbv .popup:where(.H-y0ifbv) {
    height: 100%;
  }
  .w100.H-y0ifbv .popup:where(.H-y0ifbv),
  .h100.H-y0ifbv .popup:where(.H-y0ifbv) {
    border-radius: 0;
  }