#greenspot-report-form {
    max-width: 500px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 20px 0;
}

#greenspot-report-form h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.greenspot-field {
    margin-bottom: 15px;
}

.greenspot-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.greenspot-field input[type="date"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}

#greenspot-generate-btn {
    padding: 10px 24px;
    font-size: 14px;
    cursor: pointer;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 3px;
}

#greenspot-generate-btn:hover {
    background: #005a87;
}

#greenspot-generate-btn:disabled {
    background: #999;
    cursor: not-allowed;
}

#greenspot-status {
    margin-top: 15px;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
}

#greenspot-downloads {
    margin-top: 15px;
    padding: 15px;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    border-radius: 3px;
}

#greenspot-downloads h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

#greenspot-downloads ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#greenspot-downloads ul li {
    margin-bottom: 8px;
}

#greenspot-downloads a {
    font-weight: 600;
    text-decoration: none;
    color: #0073aa;
}

#greenspot-downloads a:hover {
    text-decoration: underline;
}
