.ggda-wrapper {
    max-width: 900px;
    margin: 24px auto;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.ggda-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ggda-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #111827;
}

.ggda-field textarea,
.ggda-field input[type="file"] {
    width: 100%;
    box-sizing: border-box;
}

.ggda-field textarea {
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #f9fafb;
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.7;
}

.ggda-help {
    margin: 8px 0 0;
    color: #6b7280;
    font-size: 13px;
}

.ggda-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ggda-button {
    display: inline-block;
    padding: 12px 20px;
    border: 0;
    border-radius: 10px;
    background: #2563eb;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.ggda-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.ggda-message {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
}

.ggda-message-info {
    background: #eff6ff;
    color: #1d4ed8;
}

.ggda-message-success {
    background: #ecfdf5;
    color: #047857;
}

.ggda-message-error {
    background: #fef2f2;
    color: #b91c1c;
}

.ggda-result {
    margin-top: 22px;
}

.ggda-summary {
    margin-bottom: 16px;
}

.ggda-download {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 10px;
    background: #059669;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.ggda-download:hover {
    color: #ffffff;
    opacity: 0.92;
}
