/* Entry */
.entry-header {
    margin-bottom: 2rem;
}

.entry-title {
    font-size: 2.75rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    text-align: center;
    color: var(--color-primary);
}

.entry-meta {
    font-size: 0.85rem;
    color: var(--color-muted);
    font-family: var(--font-sans);
}

.entry-content {
    max-width: 100%;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
    margin-bottom: 1.25rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

/* Archive / Blog */
.post-list {
    list-style: none;
}

.post-list li {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--color-border);
}

.post-list li:first-child {
    border-top: 1px solid var(--color-border);
}

.post-list .entry-title {
    font-size: 1.4rem;
    margin-bottom: 0.25rem;
}

.post-list .entry-title a {
    text-decoration: none;
}

.post-list .entry-title a:hover {
    text-decoration: underline;
    opacity: 1;
}

/* Pagination */
.pagination {
    margin-top: 2rem;
    font-family: var(--font-sans);
    font-size: 0.9rem;
}

/* 404 / Search */
.error-404,
.no-results {
    text-align: center;
    padding: 4rem 0;
}
