/* Fix for blank content area - override Elementor height restriction */
.elementor-theme-builder-content-area {
    height: auto !important;
    min-height: 400px;
}
