.webby_widget {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 9999;
}
.webby_widget a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px 12px 20px;
  border-radius: 48px;
  background: #ffffff;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  white-space: nowrap;
}
.webby_widget_content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.webby_widget_logo {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}
.webby_widget_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.webby_widget_label {
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  color: #a1a1aa;
  letter-spacing: 0;
}
.webby_widget_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  background: linear-gradient(73.37deg, #9183ff 3.12%, #8d32c2 44.24%, #5c50be 72.17%, #36288c 92.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.webby_widget_arrow {
  width: 16px;
  height: 16px;
  opacity: 0.6;
  flex-shrink: 0;
}
