.balaeno-wwvp-free-root { position: relative; z-index: 999999; }

.balaeno-wwvp-free-floating {
  position: fixed;
  box-shadow: 0 10px 28px rgba(0,0,0,0.25);
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}

.balaeno-wwvp-free-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 999998;
  display: flex;
  align-items: center;
  justify-content: center;
}

.balaeno-wwvp-free-modal {
  width: min(92vw, 980px);
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 18px 60px rgba(0,0,0,0.35);
  position: relative;
}

.balaeno-wwvp-free-video-wrap {
  position: relative;
  width: 100%;
}

.balaeno-wwvp-free-video-wrap::before {
  content: "";
  display: block;
  padding-top: var(--balaeno-wwvp-aspect-pad, 56.25%);
}

.balaeno-wwvp-free-video-wrap > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.balaeno-wwvp-free-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  border: 0;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: #111;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}

.balaeno-wwvp-free-unmute {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  border: 0;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.92);
  color: #111;
  font-weight: 600;
}

.balaeno-wwvp-free-hidden { display: none !important; }
