.copy-text-wrap {
  position: relative;
  margin: 1em 0;
}

.copy-text-wrap pre {
  box-sizing: border-box;
  margin: 0;
  padding: 2.8em 1em 1em;
  overflow-x: auto;
  background: #f5f5f5;
  border-radius: 6px;
}

.copy-text-button {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  padding: 4px 10px;
  color: #222;
  font: inherit;
  font-size: 0.85em;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: pointer;
}

.copy-text-button:hover {
  background: #e8e8e8;
}

.copy-text-button:focus-visible {
  outline: 2px solid #2673c9;
  outline-offset: 2px;
}