/* Post content: restore heading and list styles */
  .entry-content h2, .post-content h2, article .wp-block-post-content h2 {                                                                                                                              
    font-size: 1.6em;                                                                                                                                                                                   
    font-weight: 700;                                                                                                                                                                                   
    margin-top: 2em;                                                                                                                                                                                    
    margin-bottom: 0.5em;                                   
  }                                                                                                                                                                                                     
  
  .entry-content h3, .post-content h3, article .wp-block-post-content h3 {                                                                                                                              
    font-size: 1.3em;                                       
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.5em;                                                                                                                                                                               
  }
                                                                                                                                                                                                        
  .entry-content h4, .post-content h4, article .wp-block-post-content h4 {
    font-size: 1.1em;
    font-weight: 700;                                                                                                                                                                                   
    margin-top: 1.5em;
    margin-bottom: 0.4em;                                                                                                                                                                               
  }                                                         

  .entry-content ul, .post-content ul, article .wp-block-post-content ul {                                                                                                                              
    list-style-type: disc;
    padding-left: 1.5em;                                                                                                                                                                                
    margin-bottom: 1em;                                     
  }

  .entry-content ol, .post-content ol, article .wp-block-post-content ol {
    list-style-type: decimal;
    padding-left: 1.5em;                                                                                                                                                                                
    margin-bottom: 1em;
  }                                                                                                                                                                                                     
                                                            
  .entry-content li, .post-content li, article .wp-block-post-content li {
    margin-bottom: 0.4em;
    line-height: 1.6;                                                                                                                                                                                   
  }