/* Custom styles for the post content to match the design */
.single-content h1, .single-content h2, .single-content h3, .single-content h4 {
    color: #1a2b49;
    font-weight: 500;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.4;
}
.single-content h2 { font-size: 1.5rem; }
.single-content h3 { font-size: 1.25rem; }
.single-content p {
    color: #555555;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
.single-content blockquote {
    background-color: #f7f9fc;
    border-left: 4px solid #1a2b49;
    padding: 1.5rem 2rem;
    margin: 2.5rem 0;
    color: #4a5568;
    font-style: italic;
    font-weight: 300;
    line-height: 1.8;
}
.single-content blockquote p:last-child { margin-bottom: 0; }
.single-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: #555555;
    font-weight: 300;
    line-height: 1.8;
}
.single-content ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: #555555;
    font-weight: 300;
    line-height: 1.8;
}
.single-content li { margin-bottom: 0.5rem; }
.single-content a { color: #1a2b49; text-decoration: underline; }
.single-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2.5rem 0;
}
.single-content th, .single-content td {
    border-bottom: 1px solid #e2e8f0;
    padding: 1rem 0;
    text-align: left;
    color: #555555;
    font-weight: 300;
}
.single-content th {
    font-weight: 500;
    color: #1a2b49;
}
.single-content img, .single-content .wp-block-image {
    max-width: 100%;
    height: auto;
    margin: 2.5rem 0 1rem 0;
    display: block;
}
.single-content .wp-caption {
    margin-bottom: 2.5rem;
}
.single-content .wp-caption-text, .single-content figcaption {
    font-size: 0.875rem;
    color: #888;
    text-align: center;
    font-style: italic;
    margin-top: 0.5rem;
}
.single-content .gallery, .single-content .wp-block-gallery {
    display: flex;
    gap: 1.5rem;
    margin: 2.5rem 0;
    flex-wrap: wrap;
}
