.verhelder-whatsapp {
  bottom: 18px;
  display: none;
  left: 16px;
  opacity: 0;
  position: fixed;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 320;
}

.verhelder-whatsapp--bottom-right {
  left: auto;
  right: 16px;
}

.verhelder-whatsapp__button {
  align-items: center;
  background: #25d366;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(16,38,58,0.22);
  color: #fff !important;
  display: inline-flex;
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 16px;
  font-weight: 800;
  gap: 10px;
  line-height: 1;
  min-height: 54px;
  padding: 13px 22px 13px 17px;
  text-decoration: none;
}

.verhelder-whatsapp__button:hover,
.verhelder-whatsapp__button:focus,
.verhelder-whatsapp__button:active,
.verhelder-whatsapp__button:visited {
  color: #fff !important;
  transform: translateY(-1px);
}

.verhelder-whatsapp__icon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.verhelder-whatsapp__icon svg {
  fill: #fff;
  height: 24px;
  width: 24px;
}

.verhelder-whatsapp__label {
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.verhelder-whatsapp__close {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(16,38,58,0.12);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(16,38,58,0.14);
  color: #303030;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 26px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 26px;
}

.verhelder-whatsapp--bottom-right .verhelder-whatsapp__close {
  left: -8px;
  right: auto;
}

.verhelder-whatsapp.is-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .verhelder-whatsapp.is-visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  body.has-verhelder-bottom-cta-visible .verhelder-whatsapp {
    bottom: calc(112px + env(safe-area-inset-bottom, 0px));
  }

  body.has-verhelder-whatsapp-visible {
    padding-bottom: 78px;
  }

  body.has-verhelder-whatsapp-visible.has-verhelder-bottom-cta-visible {
    padding-bottom: 158px;
  }
}
