/* 1. Target the Theme's Global Variables (The most likely fix) */
:root {
    --newsstak-primary-color: #0a1f11 !important;
    --primary-color: #0a1f11 !important;
    --main-color: #0a1f11 !important;
    --accent-color: #173f27 !important;
}

/* 2. Target the exact Red Top Bar and Category Badges from your photo */
header, 
.site-header, 
#masthead, 
.top-header,
.navbar,
.nav-container {
    background: linear-gradient(to right, #0a1f11, #173f27) !important;
}

/* 3. Target all red labels/badges visible in your photo */
.category-button, 
.post-categories a, 
.entry-category a, 
.cat-links a,
.label-red,
[style*="background-color: red"], 
[style*="background-color: #ff0000"] {
    background: #173f27 !important;
    background-color: #173f27 !important;
    color: #ffffff !important;
}

/* 4. Target red icons and hover effects */
a:hover, 
.fa, 
.fas, 
.entry-meta i {
    color: #2ecc71 !important;
}
/* 1. Fix the Red Header/Logo Background area */
.header-main-area, .site-branding-area, .logo-area-bg {
    background: linear-gradient(135deg, #0a1f11 0%, #173f27 100%) !important;
}

/* 2. Fix the Red "HOME" button in the menu */
.main-navigation ul li.current-menu-item > a, 
.main-navigation ul li.home-icon a,
.nav-menu .current_page_item > a {
    background: linear-gradient(180deg, #1e5c38 0%, #0a1f11 100%) !important;
    background-color: #1e5c38 !important;
}

/* 3. Fix the "Latest Post" red bar and the Notification Bell */
.latest-posts-title, 
.ticker-title, 
.notification-bell,
.latest-news-label {
    background: linear-gradient(90deg, #173f27 0%, #0a1f11 100%) !important;
}

/* 4. Fix all red category labels (Banking, Finance, etc.) */
.post-categories a, 
.category-label, 
.cat-links a, 
.entry-category a {
    background: #173f27 !important; /* Solid dark green for small tags */
    color: #ffffff !important;
    border: none !important;
}

/* 5. Fix red icons and text links in the ticker bar */
.latest-posts-wrapper i, 
.latest-posts-wrapper a:hover {
    color: #2ecc71 !important;
}
/* Target the theme's root color variables */
:root {
    --newsstak-primary-color: #06402B !important;
    --primary-color: #06402B !important;
}

/* Force change the red Home button and Latest Post bar */
.main-navigation ul li.current-menu-item > a,
.latest-posts-title,
.newsstak-cat-label,
.post-categories a,
.entry-category a,
.notification-bell {
    background: linear-gradient(135deg, #06402B 0%, #0d1f14 100%) !important;
    background-color: #06402B !important;
    border: none !important;
}

/* Force change the logo background area */
.header-main-area {
    background: linear-gradient(to right, #0a140d, #06402B, #0a140d) !important;
}

/* Change red icons and links to green */
.latest-posts-wrapper i, 
.entry-meta i,
a:hover {
    color: #4CAF50 !important;
}