/* Blog Content Dark Text Colors */
.postbox__content .postbox__text,
.postbox__content .postbox__text p {
    color: #2c3e50 !important;
}

.postbox__title {
    color: #1a1a1a !important;
}

/* Author, Date, Views - Match Website Theme */
.postbox__meta span,
.postbox__meta span a {
    color: #6c757d !important;
}

.postbox__meta span a:hover {
    color: #0d6efd !important;
}

/* Related Posts */
.postbox__features-title {
    color: #1a1a1a !important;
}

.blog-title a {
    color: #2c3e50 !important;
}

.blog-title a:hover {
    color: #0d6efd !important;
}

/* Comments Section */
.postbox__comment-title {
    color: #1a1a1a !important;
}

.postbox__comment-name h5 {
    color: #2c3e50 !important;
}

.postbox__comment-text p {
    color: #495057 !important;
}

.post-meta {
    color: #6c757d !important;
}

/* Sidebar */
.sidebar__widget-title {
    color: #1a1a1a !important;
}

.rc__post-title a {
    color: #2c3e50 !important;
}

.rc__post-title a:hover {
    color: #0d6efd !important;
}

.rc__meta span {
    color: #6c757d !important;
}

/* Category Links */
.sidebar__widget-content ul li a {
    color: #495057 !important;
}

.sidebar__widget-content ul li a:hover {
    color: #0d6efd !important;
}

/* Tags */
.tagcloud a {
    color: #495057 !important;
}

.tagcloud a:hover {
    color: #0d6efd !important;
}
