.whatsapp-button-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-button {
  display: flex;
  align-items: center;
  background-color: var(--color-red);
  color: var(--color-white);
  padding: 5px 15px 5px 5px;
  border-radius: 34px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

.whatsapp-icon {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-color: var(--color-white);
  border-radius: 50%;
}

.whatsapp-button .whatsapp-text {
  color: var(--color-white);
  font-weight: 500;
}
