.entry-content,
.page-content{
    color:var(--text-soft);
    line-height:1.7;
}

.entry-content > *:first-child,
.page-content > *:first-child{ margin-top:0; }

.entry-content a,
.page-content a{ color:var(--soft-blue); }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6{ color:var(--text); }

.post-navigation,
.navigation.pagination{ margin-top:24px; }

.navigation.pagination .nav-links{ display:flex; gap:8px; flex-wrap:wrap; }
.navigation.pagination .page-numbers{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:40px;
    min-height:40px;
    padding:0 12px;
    border-radius:12px;
    border:1px solid var(--stroke);
    background:rgba(255,255,255,.05);
}
.navigation.pagination .page-numbers.current{
    background:linear-gradient(135deg, rgba(24,76,145,.28), rgba(10,38,84,.36), rgba(52,120,199,.20));
    border-color:rgba(24,76,145,.22);
    color:#fff;
}
