.post-content {
    color: #262626;
    font-size: 1.125rem;
    line-height: 1.8;
    font-weight: 300;
}

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

.post-content h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    color: #111;
}

.post-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #111;
}

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

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

.post-content li {
    margin-bottom: 0.5rem;
}

.post-content a {
    color: #4D2FF4;
    text-decoration: none;
    border-bottom: 1px solid #4D2FF4;
    transition: border-bottom 0.2s;
    font-weight: 600;
}

.post-content a:hover {
    border-bottom: 2px solid #4D2FF4;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
    margin: 2rem 0;
}

.post-content pre {
    background-color: #f8f9fa;
    padding: 1.25rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 1.5rem 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.post-content code {
    background-color: #f1f1f1;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.9em;
}

.post-content blockquote {
    border-left: 4px solid #4D2FF4;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #555;
}

.post-content table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
}

.post-content table th,
.post-content table td {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
}

.post-content table thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
}

.post-content strong,
.post-content b {
    font-weight: 600;
} 