(function() {
var link = document.createElement(“link”);
link.type = “text/css”;
link.href = “https://widget.treatwell.gr/common/venue-menu/css/widget-button.css”;
link.rel = “stylesheet”;
link.media = “screen”;
document.getElementsByTagName(“head”)[0].appendChild(link);
// Προσθήκη inline στυλ για το iframe (με !important)
var iframeStyle = document.createElement(‘style’);
iframeStyle.innerHTML = `
#wahanda-online-booking-widget-iframe iframe {
height: 1200px !important; /* Προσαρμόστε το ύψος όπως χρειάζεται */
width: 100% !important;
border: none !important; /* Αφαίρεση περιγράμματος, αν χρειάζεται */
}
`;
document.head.appendChild(iframeStyle);
}());
