.bbl-project-actions {
    margin-bottom: 20px;
}

.bbl-toggle-form {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.bbl-toggle-form i {
    margin-right: 5px;
}

#helpme-bblpro-project-form-container {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
}

.bbl-form-header {
    margin-bottom: 15px;
}

.bbl-form-field {
    margin-bottom: 15px;
}

.bbl-form-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.bbl-form-field input,
.bbl-form-field textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.bbl-form-footer {
    margin-top: 20px;
}

.bbl-feedback {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    display: none;
}

.bbl-feedback.error {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
    display: block;
}

.bbl-feedback.success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
    display: block;
}

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

span.required {
    color: #c62828;
}