<div id="shg-catering-embed" style="width:100%;min-height:600px;"></div>
<script>
(function(){
var container = document.getElementById('shg-catering-embed');
if (!container) return;
var iframe = document.createElement('iframe');
iframe.src = 'https://cateringshg.lovable.app/?embed';
iframe.setAttribute('loading', 'eager');
iframe.setAttribute('scrolling', 'no');
iframe.setAttribute('allow', 'fullscreen');
iframe.style.cssText = 'width:100%;border:0;display:block;min-height:600px;overflow:hidden;';
container.appendChild(iframe);
window.addEventListener('message', function(e){
if (e && e.data && e.data.type === 'lovable-embed-height' && typeof e.data.height === 'number') {
iframe.style.height = (e.data.height + 20) + 'px';
}
});
})();
</script>