.felix-fbb{
  position:fixed!important;
  border:0;
  border-radius:999px;
  padding:14px 22px;
  font:inherit;
  font-weight:700;
  line-height:1.2;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(0,0,0,.18);
  transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease;
  display:inline-flex!important;
  align-items:center;
  gap:10px;
  max-width:calc(100vw - 32px);
}
.felix-fbb:hover,.felix-fbb:focus{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.22);outline:none}
.felix-fbb:focus-visible{outline:3px solid rgba(255,255,255,.9);outline-offset:3px}
.felix-fbb[disabled]{opacity:.78;cursor:wait;transform:none}
.felix-fbb-spinner{display:none;width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:felix-fbb-spin .7s linear infinite}
.felix-fbb.is-loading .felix-fbb-spinner{display:inline-block}
@keyframes felix-fbb-spin{to{transform:rotate(360deg)}}
@media (max-width: 600px){.felix-fbb{padding:12px 18px;font-size:15px}}
