.post {
    padding: 2rem;
    background-color: #ffffff;
}

.post h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #333333;
}

.post-content {
    color: #333333;
    line-height: 1.8;
}

.post-content h2 {
    margin: 2rem 0 1rem;
    font-size: 1.5rem;
    color: #333333;
}

.post-content ul {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

.post-content ul li {
    margin-bottom: 0.8rem;
    color: #333333;
}

.post-content p {
    margin-bottom: 1.5rem;
    color: #666666;
}

.contact-info {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
    color: #333333;
}

.article-date {
    color: #666666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
} 