.gls-wzt-palette-btn {
  position: fixed;
  right: var(--layout-padding);
  bottom: calc(var(--layout-padding) * 2);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.gls-wzt-palette-btn .gls-wzt-pb-btn {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  cursor: pointer;
  border: 1.12px solid #dedede;
}
@media (max-width: 768px) {
  .gls-wzt-palette-btn {
    bottom: 8rem !important;
  }
  .gls-wzt-palette-btn .gls-wzt-pb-btn {
    padding: 0.5rem;
    border-radius: 20px;
    width: 50px;
    height: 50px;
  }
}
