/* --- SYSTEM MONITOR --- */
.information-widget-resource div[style*="width"] {
    background: linear-gradient(90deg, #4ade80 0%, #2dd4bf 40%, #3b82f6 75%, #b80fde 100%) !important;
    opacity: 0.40 !important;
    border-radius: 10px !important;
}
 
.information-widget-resource:nth-of-type(1) svg { color: #4ade80 !important; } 
.information-widget-resource:nth-of-type(2) svg { color: #22d3ee !important; }
.information-widget-resource:nth-of-type(3) svg { color: #ef4444 !important; }
.information-widget-resource:nth-of-type(4) svg { color: #3b82f6 !important; }

/* Global Alignment for Widgets */
.information-widget-logo img {
    margin: 0 !important;
    max-height: 24px !important;
}
 
.information-widget-resource,
.widget-inner-text,
.resource-icon {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
}
 
.information-widget-resource {
    margin-right: 12px !important;
}
