/* Plugin CSS for WhatsApp Button */

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg,#0b5bd7 0%, #f0a23b 100%);
  color: #fff;
  padding: 10px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  line-height: 1;
}

.whatsapp-btn svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #fff;
}

.whatsapp-text {
  text-transform: uppercase;
  font-size: 13px;
}

.wp-wa-floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg,#0b5bd7 0%, #f0a23b 100%);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  z-index: 99999;
  text-decoration: none;
}

.wp-wa-floating svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.wp-wa-label-screen-reader {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
