.cc-fab{position:fixed;right:18px;bottom:18px;z-index:9999;display:flex;flex-direction:column;gap:10px}
.cc-fab a{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 14px rgba(0,0,0,.25);transition:transform .15s ease;color:#fff;text-decoration:none}
.cc-fab a:hover{transform:scale(1.08)}
.cc-fab svg{width:26px;height:26px;fill:currentColor}
.cc-wa{background:#25D366}
.cc-ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}
.cc-status{margin:14px 0;padding:12px 16px;border-radius:10px;font-size:15px;line-height:1.4}
.cc-status[data-ok="1"]{background:#e8f6ec;color:#1b5e20}
.cc-status[data-ok="0"]{background:#fdecea;color:#8a1c12}
@media (max-width:600px){.cc-fab{right:12px;bottom:12px}.cc-fab a{width:46px;height:46px}}
