.cac-single-post {
    img {
        max-height: 400px;
        width: 100%;
        object-fit: cover;
    }
    .cac-post-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;

        h1, h2, h3, p, ul, ol {
            margin-left: 0 !important;
        }
    }
    .wp-block-post-date, .wp-block-post-author {
        font-weight: 700;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-left: 0 !important;
        font-weight: 600;
    }   
    h1 {
        font-size: 2.25rem;
        line-height: 1.2;
    }
    h2 {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    h3 {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    h4 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}
