.custom-whatsapp-btn {
  /* Positioning */
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  
  /* Half-Size Styling */
  display: inline-flex;
  align-items: center;
  background: linear-gradient(180deg, #65c854 0%, #57b746 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 3px 10px 3px 6px; /* Ultra-thin padding */
  border-radius: 15px; 
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.wa-icon-wrapper {
  display: flex;
  align-items: center;
  margin-right: 5px; 
}

.wa-icon {
  width: 12px; /* Half the size of typical icons */
  height: 12px;
  fill: #ffffff;
}

.wa-text {
  font-size: 10px !Important; /* Micro typography */
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase; /* Improves readability at small sizes */
  letter-spacing: 0.2px;
}

.wa-badge {
  position: absolute;
  top: -5px;
  right: -3px;
  
  background-color: #d32f2f;
  color: #ffffff !important;
  font-size: 8px; 
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}