.ff-whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: #25D366;
  color: #FFFFFF;
  padding: 8px 24px;
  border-radius: 50px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin: 10px 0;
  transition: background-color 0.2s, transform 0.15s;
}
.ff-whatsapp-btn:hover,
.ff-whatsapp-btn:focus {
  background-color: #1EBE5A;
  color: #FFFFFF;
  transform: translateY(-1px);
}
.ff-whatsapp-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: block;
}
.ff-whatsapp-text {
  line-height: 1;
}
