.jwt-output {
    margin-top: 20px;
  }
  
  .jwt-block {
    margin-bottom: 20px;
  }
  
  .jwt-block pre {
    background: #f5f5f5;
    padding: 10px;
    border-left: 4px solid #007bff;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
    border-radius: 4px;
  }
  
  .copy-btn {
    float: right;
    border: none;
    background: none;
    font-size: 1rem;
    cursor: pointer;
    color: #007bff;
  }
  