/* Fix for uagb-container-inner-blocks-wrap - remove bottom margin, padding and fix height */
.uagb-container-inner-blocks-wrap {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: auto !important;
    height: auto !important;
}

/* Fix for parent container - remove excessive height and padding */
.wp-block-uagb-container.alignfull .uagb-container-inner-blocks-wrap {
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 0 !important;
}

/* Fix for wp-block-uagb-container itself */
.wp-block-uagb-container.alignfull {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: auto !important;
}

.wp-block-uagb-container.alignfull.uagb-is-root-container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: auto !important;
}

/* Fix for entry-content wrapper */
.entry-content.wp-block-post-content {
    padding-bottom: 0 !important;
}

/* Remove any inline height styles */
[style*="height"] .uagb-container-inner-blocks-wrap,
[style*="min-height"] .uagb-container-inner-blocks-wrap {
    height: auto !important;
    min-height: auto !important;
}

#wp--skip-link--target > div.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained{
    margin-bottom: 320px !important;
}

/* Fix for old WordPress image URLs - remove background images with old paths */
[style*="http://localhost/kosmetyczka"],
[style*="http://gabinetkosmetycznydoris.pl"],
[style*="wp-content/uploads"],
[style*="lotus-spa-template-hero-img-bg"],
[style*="lotus-spa-template-homepage-video-thumbnail"] {
    background-image: none !important;
    background: none !important;
}