.nfse-goiania-form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.nfse-goiania-form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.nfse-goiania-form .form-group {
    margin-bottom: 15px;
}

.nfse-goiania-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.nfse-goiania-form input[type="text"],
.nfse-goiania-form input[type="password"],
.nfse-goiania-form input[type="date"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.nfse-goiania-form .date-range {
    display: flex;
    justify-content: space-between;
}

.nfse-goiania-form .date-range .date-input {
    width: 48%;
}

.nfse-goiania-form .empresa-inputs {
    margin-bottom: 10px;
}

.nfse-goiania-form .empresa-input-group {
    display: flex;
    margin-bottom: 5px;
}

.nfse-goiania-form .empresa-input-group input {
    flex: 1;
    margin-right: 5px;
}

.nfse-goiania-form .empresa-input-group button {
    width: 30px;
    height: 30px;
    background-color: #5cb85c;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}

.nfse-goiania-form .empresa-input-group .remove-empresa-btn {
    background-color: #d9534f;
}

.nfse-goiania-form button[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #5cb85c;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.nfse-goiania-form button[type="submit"]:hover {
    background-color: #4cae4c;
}

.nfse-goiania-form button[type="submit"]:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.nfse-result-container {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.nfse-result-container .success {
    color: #5cb85c;
    font-weight: bold;
}

.nfse-result-container .error {
    color: #d9534f;
    font-weight: bold;
}

.nfse-result-container .loading {
    color: #5bc0de;
    font-weight: bold;
}

.nfse-result-container .download-list {
    margin-top: 10px;
    padding-left: 20px;
}

.nfse-result-container .download-list li {
    margin-bottom: 5px;
}

.nfse-result-container .download-list a {
    color: #337ab7;
    text-decoration: none;
}

.nfse-result-container .download-list a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .nfse-goiania-form .date-range {
        flex-direction: column;
    }
    
    .nfse-goiania-form .date-range .date-input {
        width: 100%;
        margin-bottom: 10px;
    }
}
