.docgen-wrapper {
    max-width: 680px;
    margin: 0 auto;
    font-family: inherit;
}

.docgen-select-wrapper {
    margin-bottom: 24px;
}

.docgen-select-wrapper label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.docgen-select-wrapper select {
    width: 100%;
    padding: 10px 14px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
}

#docgen-download-block {
    margin-top: 24px;
    padding: 20px;
    background: #f0faf0;
    border: 1px solid #7bc47b;
    border-radius: 8px;
    text-align: center;
}

.docgen-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #2c7be5;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: background 0.2s;
}

.docgen-btn:hover {
    background: #1a5fbb;
}
