/* FeatherFeed Basic Styles */
.blog-post-preview {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

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

.blog-post-preview h3 {
    margin: 0 0 5px 0;
}

.blog-post-preview time {
    color: #666;
    font-size: 0.9em;
}

.blog-post-preview p {
    margin: 10px 0 0 0;
}

/* Individual post styles */
.featherfeed-post h1 {
    margin-bottom: 10px;
}

.featherfeed-meta {
    color: #666;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.featherfeed-tags {
    margin-left: 20px;
}

.featherfeed-featured-image {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.featherfeed-content {
    line-height: 1.6;
}

/* Collection styles */
.collection-item {
    margin-bottom: 20px;
}