.superdoc-container {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    font-family: 'Playfair Display', serif;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.superdoc-container textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.superdoc-container button {
    padding: 10px 20px;
    background: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.superdoc-container button:hover {
    background: #0b5ed7;
}

.superdoc-result {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}
