/* Post-specific styles */

.post-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 0;
}

.post-title {
    font-size: 42px; /*42*/
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.post-meta {
    display: flex;
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
}

.post-author {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

.post-featured-image {
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
}

.post-body {
    font-size: 18px; /*originally 20*/
    line-height: 1.7;
    color: #222;
}

.post-body p {
    margin-bottom: 28px;
}

.post-body h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 40px 0 20px;
    letter-spacing: -0.3px;
}

.post-body blockquote {
    border-left: 3px solid #ddd;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #555;
}

.post-body figure {
    margin: 30px 0;
}

.post-body figcaption {
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

/* Post footer */
.post-footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.author-section {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.author-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-bio h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.author-bio p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

    



/* Responsive styles for post */
@media (max-width: 768px) {
    .post-title {
        font-size: 32px;
    }
    
    .post-body {
        font-size: 16px; /*originally 18*/
    }
    
    .post-body h3 {
        font-size: 24px;
    }
}
