.support-chat-launcher{display:inline-flex;align-items:center;gap:7px;max-width:calc(100vw - 24px);padding:10px 18px;color:var(--bling-primary-text,#1a1410);background:var(--bling-primary,#c9a96e);border:1px solid color-mix(in srgb,var(--bling-primary,#c9a96e) 80%,#000);border-radius:999px;box-shadow:0 8px 24px rgba(74,46,34,.28);font-family:var(--sans),sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.support-chat-launcher:hover{background:var(--bling-primary-hover,#a88940);box-shadow:0 12px 28px rgba(74,46,34,.34);transform:translateY(-1px)}.support-chat-launcher-icon{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:rgba(253,250,246,.16);flex-shrink:0}.support-chat-launcher-icon svg{display:block}.support-chat-launcher-wrap{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:8px}@media (prefers-reduced-motion:reduce){.support-chat-launcher:hover{transform:none}.support-chat-launcher:after,.support-chat-launcher:before{animation:none}}@media (max-width:900px){.support-chat-launcher{position:relative;width:48px;height:48px;padding:0;gap:0;justify-content:center;border-radius:999px}.support-chat-launcher-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}