/* Markdown Content Styling */
.post-body {
    line-height: 1.7;
    color: #343a40;
}

.post-body h1, 
.post-body h2, 
.post-body h3, 
.post-body h4, 
.post-body h5, 
.post-body h6 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #02124f;
}

.post-body h1 {
    font-size: 2.25rem;
}

.post-body h2 {
    font-size: 1.8rem;
    border-bottom: 1px solid #eaecef;
    padding-bottom: 0.5rem;
}

.post-body h3 {
    font-size: 1.5rem;
}

.post-body p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.post-body ul, 
.post-body ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.post-body li {
    margin-bottom: 0.25rem;
}

.post-body blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border-left: 4px solid #02124f;
    background-color: #f8f9fa;
}

.post-body blockquote p:last-child {
    margin-bottom: 0;
}

.post-body code {
    padding: 0.2rem 0.4rem;
    font-size: 0.9rem;
    color: #212529;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}

.post-body pre {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    overflow-x: auto;
}

.post-body pre code {
    padding: 0;
    background-color: transparent;
}

.post-body table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

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

.post-body table thead th {
    vertical-align: bottom;
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.post-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5rem auto;
}

.post-body a {
    color: #0056b3;
    text-decoration: none;
}

.post-body a:hover {
    text-decoration: underline;
}
