.etn-wa-fab {
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 14px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.025);
  z-index: 99999;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.etn-wa-fab svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 600px) {
  .etn-wa-fab {
    right: 14px;
    bottom: 18px;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1400px) {
  .etn-wa-fab {
    right: 20px;
    bottom: 24px;
    width: 70px;
    height: 70px;
  }
}/*# sourceMappingURL=styles.css.map */