
.copy-button {
  background: #f8f8f8;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-family: sans-serif;
  transition: background 0.2s;
}
.copy-button:hover {
  background: #e0e0e0;
}
