.mu__copy {
  input {
    display: none;
  }
  
  button {
    width: 100%;
    margin-right:8px;
}
  
  .mu__copy-button {
  background: center no-repeat #09e;
  color: transparent; /* 元の文字を見えなくする */
  position: relative;
}

.mu__copy-button::after {
  font-size: 14px;
  content: "プロンプトをコピーする";
  color: white;
  margin-right: 20px;
}