/* Make author and category links non-clickable */
.entry-meta .meta-author a, .entry-meta .meta-categories a {
    pointer-events: none !important;
    cursor: default !important;
    color: #000; /* Adjust the color to match your site's design */
    text-decoration: none;
}
