/* SynGrass floating contact menu styles (legacy pages) */
.sg-cf{position:fixed;right:18px;bottom:18px;z-index:99999;font-family:Arial,Helvetica,sans-serif}
.sg-cf-panel{display:none;flex-direction:column;gap:6px;margin-bottom:12px;background:#fff;border-radius:14px;box-shadow:0 8px 30px rgba(0,0,0,.25);padding:14px;min-width:240px}
.sg-cf.open .sg-cf-panel{display:flex}
.sg-cf-panel a,.sg-cf-panel .sg-cf-addr{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:9px;text-decoration:none;color:#222;font-size:.92rem;font-weight:600}
.sg-cf-panel a:hover{background:#f0f7f0}
.sg-cf-panel svg{width:20px;height:20px;fill:#2e7d32;flex-shrink:0}
.sg-cf-panel .sg-cf-addr{font-weight:400;color:#555;font-size:.82rem;border-top:1px solid #eee;padding-top:10px;line-height:1.4}
.sg-cf-dot{display:none}
.sg-cf-toggle{width:58px;height:58px;border-radius:50%;border:none;background:#2e7d32;color:#fff;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;margin-left:auto}
.sg-cf-toggle:hover{background:#256528}
.sg-cf-toggle svg{width:26px;height:26px;fill:#fff}
@media(max-width:600px){.sg-cf{right:12px;bottom:12px}}
