:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
  color: #161616;
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100dvh;
}

.live-qr {
  width: min(100%, 320px);
  padding: 8px;
  text-align: center;
}

.live-qr__frame {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.live-qr__frame img {
  display: block;
  width: 100%;
  height: auto;
}

.live-qr__status {
  margin: 12px 0;
  color: #6f6f6f;
  font-size: 13px;
  line-height: 1.5;
}

.live-qr__caption {
  margin: 10px 0 0;
  color: #6f6f6f;
  font-size: 12px;
}

html[data-embed="1"],
html[data-embed="1"] body {
  min-height: 0;
  background: transparent;
}

html[data-embed="1"] .live-qr {
  width: 100%;
  padding: 0;
}

html[data-embed="1"] .live-qr__frame {
  padding: 0;
  border: 0;
}

html[data-embed="1"] .live-qr__caption,
html[data-embed="1"] .live-qr__status:not([data-error="1"]) {
  display: none;
}
