#float-call,
#float-instagram,
#app-badge {
  display: inline-flex !important;
  box-sizing: border-box;
  align-items: center !important;
  justify-content: center !important;
  position: fixed !important;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
  z-index: 9999 !important;
  left: 16px;
}

#float-call {
  width: 48px;
  height: 48px;
  border-radius: 9999px !important;
  background: #ff6b35 !important;
  bottom: 68px;
}

#float-instagram {
  width: 48px;
  height: 48px;
  border-radius: 9999px !important;
  background: radial-gradient(
    circle at 30% 110%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  ) !important;
  bottom: 128px;
}

#app-badge {
  width: auto;
  height: 40px;
  padding: 8px 16px 8px 16px;
  gap: 8px;
  border-radius: 50px !important;
  background: #000 !important;
  bottom: 16px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif !important;
  font-size: 12px !important;
}

#app-badge p {
  color: #fff !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  margin: 0 !important;
  white-space: nowrap !important;
}
