/**
 * EZY AI Blog Styles
 * Styles for blog post and listing pages
 */

body {
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    margin-bottom: 3rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
    margin: 0;
}

.blog-list {
    list-style: none;
    padding: 0;
}

.blog-item {
    margin-bottom: 3rem;
}

.blog-title {
    font-size: 1.8rem;
    margin: 0 0 0.5rem 0;
}

.blog-title a {
    text-decoration: none;
    color: #111;
}

.blog-title a:hover {
    color: #0066cc;
}

.blog-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.blog-excerpt {
    font-size: 1.1rem;
    color: #444;
}

.read-more {
    display: inline-block;
    margin-top: 1rem;
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.read-more:hover {
    text-decoration: underline;
}

.empty-state {
    text-align: center;
    padding: 4rem 0;
    color: #666;
}
