<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Р’С‹Р±РѕСЂ С†РІРµС‚Р°. */
.color-selector-sample {
  font-size: 34px;
  font-weight: bold;
  color: #000;
}

/* Р’С‹Р±РѕСЂ С†РІРµС‚Р° РІРѕ РІСЃРїР»С‹РІР°СЋС‰РµРј РѕРєРЅРµ. */
.color-selector-popup-placeholder {
}
.color-selector-popup-bg {
  margin: 10px 0;
  height: 30px;
  border: 1px dotted #000;
}
.color-selector-popup-text {
  margin: 10px 0;
  height: 30px;
  border: 1px dotted #000;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* Slider. */
.slider-wrapper {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 200px;
  margin-right: 15px;
}
</pre></body></html>