/* --- 1. CLEANUP --- */
#information-widgets, #footer, #monitoring-group-id .service-icon {
    display: none !important;
}

.main-container {
    padding-top: 0 !important;
    margin-top: 0.5rem !important;
}

/* --- 2. BALANCED GLASS LOOK --- */
.service-card, .glances-widget {
    background: rgba(255, 255, 255, 0.1) !important; 
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important; 
    border-radius: 12px !important;
}

div[class*="Widget"], div[class*="StatBlock"], .service-widgets, .glances-widget > div {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* --- 3. DOCKER STATUS SIZE FIX (High Specificity) --- */

/* Targets the actual status text inside the badges */
.status-badge, 
[class*="StatusBadge"], 
.service-status span {
    font-size: 1rem !important; /* Increased to 1rem for clear visibility */
    font-weight: 800 !important; /* Extra bold */
    text-transform: uppercase !important;
}

/* Ensure the container doesn't squash the larger text */
.service-status {
    min-width: fit-content !important;
    padding: 0.25rem 0.5rem !important;
}

/* --- 4. TEXT & SPACING --- */
.service-card-title, .glances-widget-title {
    color: #ffffff !important; 
    flex-shrink: 0 !important;
    margin-right: 0.75rem !important;
    min-width: fit-content !important;
}

.service-widgets {
    display: flex !important;
    gap: 0.5rem !important;
    justify-content: flex-end !important;
    flex-grow: 1 !important;
    color: #cbd5e1 !important; 
}

/* --- 5. BALANCED BACKGROUND --- */
body {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), 
                url('https://images.unsplash.com/photo-1614850523296-d8c1af93d400?q=80&w=2070') no-repeat center center fixed !important;
    background-size: cover !important;
}

/* --- 6. TABLET OPTIMIZATION --- */
@media (min-width: 768px) {
    .grid { gap: 0.75rem !important; }
    .service-card {
        padding: 0.45rem 0.65rem !important;
    }
    .glances-widget canvas {
        max-height: 30px !important;
        opacity: 0.6;
    }
}
