#vc-hash-permalink-button {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}

#vc-hash-permalink-button:hover {
    background-color: #005a87;
}

#vc-hash-permalink-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

#vc-copy-hash-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 10px;
}

#vc-copy-hash-button:hover {
    background-color: #218838;
}

#vc-hashed-permalink-display {
    margin-top: 10px;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    word-break: break-all;
    font-family: monospace;
}

#vc-hashed-permalink-input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}