/* Post Title Styling */
.entry-title,
.post-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.entry-title a,
.post-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.entry-title a:hover,
.post-title a:hover {
    color: #f97316;
}

/* Post Meta */
.entry-meta,
.post-meta {
    color: #a3a3a3;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

/* Category and Tags */
.post-category {
    color: #f97316;
    font-weight: 500;
    text-decoration: none;
}

.post-category:hover {
    text-decoration: underline;
}