/**
 * ###############  Single post  ##################
 */

 .post:has(.custom-article) {
  display: flex;
 }
 .custom-article {
  width: 70%;
 }
 .custom-post-image {
  width: 30%;
 }
