/* Service name text */
.service-name {
    font-weight: 700 !important;
    color: white !important;
}

/* Service description text */
.service-description {
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Resource labels (CPU, RAM, Disk text) */
.resource-name {
    font-weight: 700 !important;
    color: white !important;
}

/* Resource percentage values */
.resource-value {
    font-weight: 700 !important;
    color: white !important;
}

/* Bottom bookmarks/links */
.bookmark-name {
    font-weight: 700 !important;
    color: white !important;
}
