.wp-block-marsje-docker-stats {
    font-family: Arial, sans-serif;
}

/* Loading */
.docker-loading {
    padding: 20px;
    opacity: 0.7;
}

/* Layout */
.docker-stats-wrapper h2 {
    margin-bottom: 20px;
}

.docker-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

/* Card */
.docker-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.docker-card-header {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

/* Status dot */
.docker-status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.status-up {
    background: #2ecc71;
}

.status-down {
    background: #e74c3c;
}

.status-warning {
    background: #f1c40f;
}

/* Info rows */
.docker-info {
    font-size: 14px;
    margin-bottom: 4px;
}
