/* WordPress ürün sayfası PC popup/iframe için gömme modu.
   Normal /destek/ açılışını değiştirmez; sadece /destek/?embed=1 geldiğinde çalışır. */
body.embed-mode{background:#f3f4f6;overflow:hidden}
body.embed-mode .app{max-width:none;width:100vw;height:100vh;height:100dvh;margin:0;box-shadow:none;border-radius:0}
body.embed-mode .chat{padding-left:18px;padding-right:18px}
body.embed-mode .chat-input-bar{max-width:none;width:100vw;left:0;right:0;transform:none}
body.embed-mode .bottom-actions{max-width:none;width:100vw;left:0;right:0;transform:none}
@media(min-width:900px){body.embed-mode .bubble{max-width:74%}body.embed-mode .bot .bubble{max-width:78%}}
