{# 
  TEMPORARY FIX: Blog Post Form
  This code is temporarily hardcoded here because connecting the actual module 
  caused rendering errors on the blog post template. 
#}

.form_card form {
  flex-direction: column !important;
}

.hs-richtext {
  display: none;
  
}
.form_card form {
  gap: 0 !important;
  
}
.form_card {
    width: 100%;
}
.hs-form-field
  {
  width: 100% !important;;
}