/* Fix for Replit iframe navigation */
.post-entry .entry-link {
    display: none !important;
}

.post-entry {
    cursor: pointer;
}

.post-entry h2 a {
    color: var(--primary);
    text-decoration: none;
    display: block;
}

.post-entry h2 a:hover {
    text-decoration: underline;
}

/* Make entire card clickable */
.post-entry-clickable {
    text-decoration: none;
    color: inherit;
    display: block;
}

.post-entry-clickable:hover {
    text-decoration: none !important;
}

.post-entry-clickable:hover .entry-header h2 {
    text-decoration: underline;
}