.token-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    margin: 10px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.token-value {
    margin-top: 10px;
}

.token-value textarea {
    width: 100%;
    min-height: 100px;
    font-family: monospace;
}
