/* Style for the copy button — feel free to customize */
.my-simple-copy-code-button {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 6px 12px;
  background-color: #0073aa;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}

.my-simple-copy-code-button:hover {
  background-color: #005177;
}