[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
.folder-form-wrap {
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border);
  border-radius: 18px;
  padding: 20px;
}
.folder-form-wrap .site-form-in-block__title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
  font-family: "Montserrat Alternates", sans-serif;
}
@media (max-width: 768px) {
  .folder-form-wrap .site-form-in-block__title {
    font-size: 22px;
  }
}
.folder-form-wrap .site-form-in-block__desc {
  font-size: 13px;
  color: #393a3f;
  margin-bottom: 10px;
}
.folder-form-wrap form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.folder-form-wrap form .tpl-field {
  max-width: 100%;
  flex: 1 0 auto;
}
.folder-form-wrap form .tpl-field.type-checkbox {
  order: 10;
  width: 100%;
}
.folder-form-wrap form label span {
  font-size: 13px !important;
}
