.azt-floating-call {
  position: fixed;
  right: clamp(12px, 2.2vw, 28px);
  bottom: clamp(12px, 2.2vw, 28px);
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.72rem 1.05rem;
  border-radius: 999px;
  background: #17354b88;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(5, 18, 33, 0.34);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  font: 600 0.9rem/1 "Montserrat", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.01em;
}

.azt-floating-call__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.azt-floating-call__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.azt-floating-call:hover,
.azt-floating-call:focus-visible {
  background: #183351;
  color: #fff;
  text-decoration: none;
}

.ast-scroll-top {
  display: none !important;
}

@media (max-width: 780px) {
  .azt-floating-call {
    right: 10px;
    bottom: 10px;
    padding: 0.7rem 0.9rem;
    font-size: 0.85rem;
  }

  .azt-floating-call__label {
    display: none;
  }
}

#ast-scroll-top {
  display: none !important;
}