body {
    background-color: #f8f9fa;
}

.company-details {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.inspected-by {
    text-align: center;
    font-weight: bold;
}

.category-card {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.category-header {
    background-color: #007bff;
    color: white;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}

.generate-btn {
    background-color: #28a745;
    border: none;
    padding: 15px 0;
    font-size: 1.2rem;
}

.generate-btn:hover {
    background-color: #218838;
}

.question-item {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
    margin-bottom: 8px;
    border-radius: 5px;
}

.form-check-inline {
    margin-right: 1.5rem;
}

.form-check-input {
    margin-top: 0;
    margin-right: 0.3rem;
}

.add-question-btn {
    margin-top: 10px;
}