/* TeqStars theme — sphinx-copybutton (loaded after copybutton.css) */
button.copybtn {
  border-color: #e6edf4;
  background-color: #fff;
  color: #4c6ef5;
}

.highlight button.copybtn:hover {
  background-color: #f4f7ff;
  border-color: rgba(76, 110, 245, 0.35);
  color: #3b5bdb;
}

.highlight button.copybtn:active {
  background-color: #e8eeff;
}
