/* Darken the main service cards */
.service-card {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Darken the bookmark blocks */
.bookmark-text, .bookmark-icon {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Optional: Darken the header information widgets (like weather/system stats) */
#information-widgets {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Optional: Darken the category tabs */
#tabs ul {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Apply a tiny custom blur to the main background */
div[style*="background-image"] {
    filter: blur(1px) !important;
    transform: scale(1.02); /* Prevents white edges caused by blurring */
}
