
/* Asztali: a "Visszahívást kérek" pill FÖLÉ, ugyanarra a jobb szélre (nincs átfedés) */
.cg-msgr{position:fixed;right:24px;bottom:90px;z-index:56;display:inline-flex;align-items:center;height:52px;padding:0 16px;background:var(--orange,#F97316);color:#fff;border-radius:999px;text-decoration:none;font-family:inherit;font-weight:700;font-size:15px;box-shadow:0 16px 30px -12px rgba(249,115,22,.6);transition:transform .15s ease,box-shadow .15s ease,background .2s}
.cg-msgr:hover{background:var(--orange-h,#EA580C);transform:translateY(-2px)}
.cg-msgr__txt{max-width:0;opacity:0;white-space:nowrap;overflow:hidden;transition:max-width .2s ease,opacity .2s ease,margin .2s ease}
.cg-msgr:hover .cg-msgr__txt{max-width:180px;opacity:1;margin-left:10px}
/* Mobil (680px alatt nincs pill, az alsó sáv aktív): ikon-gomb a sáv fölé emelve */
@media(max-width:680px){.cg-msgr{bottom:88px;right:16px;padding:0;width:52px;height:52px;justify-content:center}.cg-msgr__txt{display:none}}
