
    /* Sidebar Widget Styles - Same as news page */
    .sidebar-widget {
        background: white;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        margin-bottom: 25px;
    }
    
    .sidebar-widget h3 {
            color: #006633;
            font-size: 1.3em;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #ff9933;
            display: inline-block;
        }
    
 
    .recent-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .recent-list li {
        margin-bottom: 15px;
        padding-bottom: 12px;
        border-bottom: 1px solid #eee;
    }
    
    .recent-list li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    
    .recent-list li a {
        text-decoration: none;
        color: #333;
        font-size: 0.9rem;
        font-weight: 500;
        line-height: 1.4;
        display: block;
        margin-bottom: 6px;
        transition: color 0.2s;
    }
    
    .recent-list li a:hover {
        color: #ff9933;
    }
    
    .news-meta-info {
        display: flex;
        gap: 12px;
        align-items: center;
        font-size: 0.7rem;
    }
    
    .news-date {
        color: #999;
    }
    
    .view-count {
        color: #ff9933;
        display: inline-flex;
        align-items: center;
        gap: 3px;
    }
    
    /* Campaign Widget Styles */
    
    .empty-message {
        color: #999;
        font-size: 0.85rem;
        text-align: center;
        padding: 15px;
    }
    
    .category-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .category-tag {
        background: #f0f0f0;
        padding: 5px 12px;
        border-radius: 20px;
        text-decoration: none;
        color: #666;
        font-size: 0.85em;
        transition: all 0.3s;
    }
    
    .category-tag:hover {
        background: #006633;
        color: white;
    }
    
    /* Newsletter Widget */

    .newsletter-widget {
            background: linear-gradient(135deg, #006633, #008844);
            color: white;
        }
        
        .newsletter-widget h3 {
            color: white;
            border-left-color: #ff9933;
        }
        
        .newsletter-widget p {
            margin: 15px 0;
            font-size: 0.9em;
        }
        
        .newsletter-input {
            width: 100%;
            padding: 10px;
            border: none;
            border-radius: 5px;
            margin-bottom: 10px;
        }
        
        .newsletter-btn {
            width: 100%;
            padding: 10px;
            background: #ff9933;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
        }
        
        .newsletter-btn:hover {
            background: #e68a00;
        }

/* Recent Item with Image - Opinion Styles */
.recent-item-with-img {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.recent-item-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;  /* Circular for author images */
}

.recent-item-content {
    flex: 1;
}

.recent-item-content a {
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    margin-bottom: 4px;
    transition: color 0.2s;
}

.recent-item-content a:hover {
    color: #ff9933;
}

.author-name {
    color: #006633;
    font-size: 0.65rem;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

/* Campaign Image Styles */
.campaign-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* News Meta Info */
.news-meta-info {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.7rem;
}

.news-date {
    color: #999;
}

.view-count {
    color: #ff9933;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

/* Recent Opinions - No images, clean text */
.recent-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-list li {
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.recent-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.recent-list li a {
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    margin-bottom: 5px;
    transition: color 0.2s;
}

.recent-list li a:hover {
    color: #ff9933;
}

/* Popular Opinions - With Images */
.popular-item-with-img {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.popular-item-img {
    width: 70px;
    height: 70px;
   
    border-radius: 10px;
    flex-shrink: 0;
}

.popular-item-content {
    flex: 1;
}

.popular-item-content a {
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    margin-bottom: 6px;
    transition: color 0.2s;
}

.popular-item-content a:hover {
    color: #ff9933;
}

/* News Meta Info */
.news-meta-info {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.7rem;
}

.news-date {
    color: #999;
}

.author-name {
    color: #006633;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.trending-badge-small {
    background: #ff9933;
    color: white;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.view-count {
    color: #ff9933;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

/* Campaign Widget Styles */
.campaign-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.campaign-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.campaign-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.campaign-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.campaign-badge.active {
    background: #d4edda;
    color: #155724;
}

.campaign-badge.urgent {
    background: #fee2e2;
    color: #991b1b;
}

.campaign-title-link {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 8px;
}

.campaign-title-link:hover {
    color: #ff9933;
}

.campaign-progress {
    margin: 8px 0;
}

.progress-bar-small {
    background: #e5e7eb;
    border-radius: 10px;
    height: 6px;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress-fill-small {
    background: #006633;
    height: 100%;
    border-radius: 10px;
    transition: width 0.3s;
}

.campaign-stats {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    color: #666;
}

.campaign-action-link {
    display: inline-block;
    margin-top: 8px;
    color: #ff9933;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
}

.campaign-action-link:hover {
    text-decoration: underline;
}

.view-all-link {
    display: block;
    margin-top: 12px;
    text-align: center;
    color: #ff9933;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
}

.empty-message {
    color: #999;
    font-size: 0.85rem;
    text-align: center;
    padding: 15px;
}

.category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-tag {
    background: #f0f0f0;
    padding: 5px 12px;
    border-radius: 20px;
    text-decoration: none;
    color: #666;
    font-size: 0.85em;
    transition: all 0.3s;
}

.category-tag:hover {
    background: #006633;
    color: white;
}

/* Newsletter Widget */
.newsletter-widget {
    background: linear-gradient(135deg, #006633, #008844);
    color: white;
}

.newsletter-widget h3 {
    color: white;
    border-left-color: #ff9933;
}

.newsletter-widget p {
    margin: 15px 0;
    font-size: 0.9em;
}

.newsletter-input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
}

.newsletter-btn {
    width: 100%;
    padding: 10px;
    background: #ff9933;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.newsletter-btn:hover {
    background: #e68a00;
}