.npis-post-entry {
    scroll-margin-top: 120px;
    margin-bottom: 3rem;
}

.npis-post-entry .npis-post-link a,
.npis-post-entry .entry-title a {
    text-decoration: none;
    color: inherit;
}

.npis-post-entry .npis-post-link a:hover,
.npis-post-entry .entry-title a:hover {
    text-decoration: underline;
}

.npis-post-entry .entry-meta {
    color: inherit;
    font-size: 0.9em;
    opacity: 0.8;
    margin: 0.5rem 0 1.5rem;
}

.npis-post-entry .entry-content {
    line-height: 24px !important;
    font-size: 16px !important;
    font-size: inherit;
    color: inherit;
}

.npis-post-entry img {
    loading: lazy !important;
    opacity: 0;
    transition: opacity 0.3s;
}

.npis-post-entry img[loading="lazy"] {
    opacity: 1;
}
