/* ===========================
   Writings Page — Substack post list
   (rendered by the substack-feed shortcode)
   =========================== */

.substack-posts {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.substack-post {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}

.substack-post:last-child {
    border-bottom: none;
}

.substack-post a {
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
}

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

.post-date {
    display: block;
    font-size: 0.85rem;
    opacity: 0.65;
    margin-top: 0.25rem;
}

.post-excerpt {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    opacity: 0.75;
    line-height: 1.5;
}
