.uaa-theme-lab-control {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1085;
  width: min(440px, calc(100vw - 2rem));
  padding: .8rem;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: .5rem;
  background: rgba(255, 255, 255, .96);
  color: #212529;
  box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .25);
  font: 400 14px/1.35 system-ui, sans-serif;
  backdrop-filter: blur(8px);
}
.uaa-theme-lab-control label {
  display: block;
  margin-bottom: .35rem;
  font-weight: 700;
}
.uaa-theme-lab-control-row + label {
  margin-top: .7rem;
}
.uaa-theme-lab-control-row {
  display: flex;
  gap: .5rem;
  align-items: center;
}
.uaa-theme-lab-control select {
  min-width: 0;
  flex: 1 1 auto;
  padding: .45rem .6rem;
  border: 1px solid #adb5bd;
  border-radius: .25rem;
  background: #fff;
  color: #212529;
}
.uaa-theme-lab-control button,
.uaa-theme-lab-control a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: .4rem .65rem;
  border: 1px solid #00563c;
  border-radius: .25rem;
  background: #00563c;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.uaa-theme-lab-control button:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.uaa-theme-lab-page-build {
  min-width: 60px;
}
.uaa-theme-lab-control-meta {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  margin-top: .5rem;
  color: #495057;
  font-size: .8rem;
}
.uaa-theme-lab-control.is-collapsed > :not(.uaa-theme-lab-collapse) { display: none; }
.uaa-theme-lab-collapse {
  position: absolute;
  right: .35rem;
  top: .35rem;
  width: 30px;
  height: 30px;
  min-height: 30px !important;
  padding: 0 !important;
}
.uaa-theme-lab-control.is-collapsed {
  width: 44px;
  height: 44px;
  padding: 0;
}
@media (max-width: 575.98px) {
  .uaa-theme-lab-control {
    right: .5rem;
    bottom: .5rem;
    width: calc(100vw - 1rem);
  }
}
