<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site-versions-wrap {
  display: flex;
  position: relative;
  margin: 0px 0 0 0px;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  padding: 0%;
}
@media (max-width: 640px) {
  .site-versions-wrap {
    justify-content: center;
  }
}
.site-versions-title {
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.site-versions-title em, .site-versions-title i {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.site-versions-title em svg, .site-versions-title i svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.site-versions-title i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 10px;
}
.site-versions-list {
  position: absolute;
  z-index: 16;
  left: 0;
  top: 105%;
  min-width: 91px;
  margin: 2px 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: none;
}
.site-versions-list a {
  display: block;
  padding: 4px 0 4px 10px;
  text-decoration: none;
  color: #000;
}
</pre></body></html>