.post-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.post-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #234c1d;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    color: #666;
}

.post-meta-item {
    display: flex;
    align-items: center;
}

.post-meta-item i {
    margin-right: 8px;
    color: #b2d454;
}

.post-body {
    font-size: 1.1rem;
    line-height: 1.8;
}

.post-body h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    color: #234c1d;
    font-weight: 600;
}

.post-body h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.4rem;
    color: #234c1d;
    font-weight: 600;
}

.post-body p {
    margin-bottom: 1.25rem;
}

.post-body ul,
.post-body ol {
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
}

.post-body li {
    margin-bottom: 0.5rem;
}

.post-body blockquote {
    border-left: 4px solid #b2d454;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    background-color: rgba(178, 212, 84, 0.1);
    padding: 1.5rem;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5;
}

.post-navigation a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #234c1d;
    transition: all 0.3s ease;
}

.post-navigation a:hover {
    color: #b2d454;
}

.post-navigation-arrow {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.post-navigation-title {
    font-weight: 500;
}