.pcr-app .pcr-interaction .pcr-type.active {
  background: var(--labit-card-gray) !important;
}

.pcr-app .pcr-interaction input:focus {
  box-shadow: none !important;
}

button.pcr-last-color {
  display: none !important;
}

div.pcr-current-color {
  height: 100% !important;
}

button.pcr-button {
  display: none !important;
}

div.pcr-app {
  box-shadow: none !important;
  border-radius: 8px;
  width: 100% !important;
  height: 100% !important;
  min-height: 150px;
}

div.pcr-color-palette {
  height: 100% !important;
}

.pcr-app .pcr-interaction .pcr-result {
  flex: 1 1 4em !important;
  min-width: 4em !important;
}
