div[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 10px !important;
  right: 0;
  top: auto !important;
  bottom: 0 !important;
}
.mosaic-s3-include--u-i0c2w6u67 {
  margin-bottom: 30px;
}
.main-folder-block {
  width: 100%;
  margin-top: 30px !important;
}
.site-versions-wrap {
  display: flex;
  position: relative;
  margin: 0px 0 0 10px;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  padding: 0 5%;
}
@media (max-width: 640px) {
  .site-versions-wrap {
    justify-content: center;
  }
}
.site-versions-title {
  color: #00b88f;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #00b88f;
}
.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: #00b88f;
  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%;
  text-align: center;
  right: 0;
  margin: 2px 0 0;
  background: #00b88f;
  border-radius: 10px;
  padding: 10px;
  display: none;
}
.site-versions-list a {
  display: block;
  padding: 4px 0 4px 0px;
  text-decoration: none;
  color: #fff;
}
.site-versions-list a:hover {
  text-decoration: underline;
}
