[data-hh-live-visible],
[data-hh-live-hidden] {
  display: none;
}

body.hh-live-is-live [data-hh-live-visible],
body.hh-live-is-offline [data-hh-live-hidden] {
  display: revert;
}

.hh-live-embed-panel {
  position: fixed;
  top: var(--hh-live-embed-top, 0);
  left: var(--hh-live-embed-left, 0);
  top: 10px;
  left: 10px;
  z-index: 9999;
  width: 365px;
  max-width: calc(100vw - 24px);
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.hh-live-embed-frame {
  display: block;
  width: 100%;
  height: 365px;
  border: 0;
  background: #ffffff;
}

.hh-live-embed-close {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f2933;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.hh-live-embed-close:hover {
  border-color: rgba(15, 23, 42, 0.34);
  background: #ffffff;
}

.hh-live-mini-panel {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 9998;
  display: block;
  width: 150px;
  height: 128px;
  padding: 0;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.18);
  overflow: hidden;
  cursor: pointer;
}

.hh-live-mini-frame {
  display: block;
  width: 150px;
  height: 128px;
  border: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  body .hh-live-embed-panel {
    left: 50%;
    width: 80vw;
    max-width: 80vw;
    box-sizing: border-box;
    transform: translateX(-50%);
  }

  body .hh-live-mini-panel {
    bottom: 60px;
  }
}
