/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Text Domain: hello-elementor-child
*/
.blog-single-wrap{
  display:flex;
  gap:32px;
  align-items:flex-start;
}

.blog-content{
  flex:1;
  min-width:0;
}

.blog-sidebar{
  width:320px;
  flex:0 0 320px;
}

@media (max-width: 1024px){
  .blog-single-wrap{ flex-direction:column; }
  .blog-sidebar{ width:100%; flex:0 0 auto; }
}
