.sfy-floating-bar{max-width:var(--global-max-width);padding:0 var(--global-space);margin:0 auto;position:fixed;width:100%;height:auto;z-index:100;position:fixed;bottom:0;left:auto;display:flex;justify-content:space-between;align-content:center;align-items:center}.sfy-floating-bar .sfy-title{font-weight:400;font-size:18px}@media screen and (max-width: 768px){.sfy-floating-bar .sfy-title{font-size:12px}}.sfy-floating-bar .sfy-button{font-size:20px;padding:12px;width:200px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:20px;background:linear-gradient(90deg, rgb(254, 108, 59) 2%, rgb(255, 21, 168) 96%)}@media screen and (max-width: 768px){.sfy-floating-bar .sfy-button{font-size:12px;height:20px;padding:6px;width:auto;min-width:100px}}