/* Emergency fix for dependency modal sections */
#prerequisitesContainer {
    display: block !important;
    visibility: visible !important;
    min-height: 100px !important;
}

#deleteDependenciesModal .modal-body {
    max-height: 80vh !important;
    overflow-y: auto !important;
}

.dependency-warning {
    display: block !important;
}

.dependency-section {
    display: block !important;
    margin-bottom: 20px !important;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 15px;
    background-color: #f8f9fa;
}

.dependency-section h5 {
    margin-top: 0;
    color: #343a40;
}

.dependency-section table {
    width: 100% !important;
    margin-bottom: 0 !important;
}

/* Make delete button visible */
#forceDeleteBtn {
    display: inline-block !important;
}