/* =========================================================
   PLUGINS - DEPENDENCY KEY
   ========================================================= */

/* Key container */
.well.well-sm {
    background: var(--mantis-surface) !important;
    color: var(--mantis-text) !important;
    border: 1px solid var(--mantis-border) !important;
    box-shadow: none !important;
}

/* Key icon */
.well.well-sm .fa-key {
    color: var(--mantis-primary) !important;
}

/* Plugin ready */
.well.well-sm .dependency_met {
    color: #4caf50 !important;
    font-weight: 600 !important;
}

/* Unmet dependencies */
.well.well-sm .dependency_unmet {
    color: #ef5350 !important;
    font-weight: 600 !important;
}

/* Outdated dependencies */
.well.well-sm .dependency_dated {
    color: #ff9800 !important;
    font-weight: 600 !important;
}

/* Upgrade needed */
.well.well-sm .dependency_upgrade {
    color: #ab47bc !important;
    font-weight: 600 !important;
}
