.inline-code-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.inline-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2em;
  height: 1.2em;
  padding: 0.1em;
  background: transparent;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  font-size: 0.85em;
  color: orange;
}

.inline-copy-button:hover {
  opacity: 0.7;
}

.inline-copy-button svg {
     fill: currentColor; /* or stroke: currentColor; */
   }