.jwt-section {
    margin-bottom: 20px;
}

.jwt-section h3 {
    margin-bottom: 10px;
}

.jwt-output {
    font-family: monospace;
    font-size: 14px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    white-space: pre-wrap;
    word-break: break-all;
}

.jwt-output.error {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}
