.copy-box {
    position: relative;
    background: #f9f9f9;
    padding: 1em;
    border-radius: 6px;
    margin-bottom: 1em;
  }
  
  .copy-btn {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    background: #eee;
    border: none;
    padding: 0.3em 0.6em;
    cursor: pointer;
  }
  