/* GuruAlpha WhatsApp Enquiry styles v1.1.0 */
.ga-wae-buttons {
  display:flex;
  gap:.5rem;
  margin:1rem 0 0;
  flex-wrap:wrap;
}
.ga-wae-btn {
  appearance:none;
  border:0;
  border-radius:var(--ga-wae-radius, 999px);
  padding:.6rem .95rem;
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  font-weight:600;
  background:#075E54;
  color:var(--ga-wae-color-text,#fff);
  cursor:pointer;
}
.ga-wae-btn:hover { transform: translateY(-1px); }
.ga-wae-btn:active { transform: translateY(0); }
.ga-wae-btn.ga-wae-availability {
  background:#075E54;
}

.ga-wae-icon { display:inline-flex; align-items:center; justify-content:center; }
.ga-wae-icon i { font-size:18px; line-height:1; }

.ga-wae-fab {
  position:fixed;
  right:18px;
  bottom:18px;
  width:56px;
  height:56px;
  border-radius:50%;
  border:none;
  background:#075E54;
  color:var(--ga-wae-color-text,#fff);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:9999;
}
