.main-container {
    max-width: 850px;
    margin: 40px auto;
    padding: 0 20px;
}

.post-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    color: #666;
    font-size: 0.9em;
}

.post-meta i {
    margin-right: 5px;
}

.featured-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

.author-box {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.author-image img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.author-info h3 {
    margin: 0 0 10px;
}

.author-description {
    margin: 0;
}