.admin-bar .site-header {
  top: 32px;
}

.atvty-hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.form-message {
  grid-column: 1 / -1;
  padding: 18px 20px;
  border: 1px solid currentColor;
  font-weight: 700;
}

.form-message--success {
  color: #174f2b;
  background: #e8f4eb;
}

.form-message--error {
  color: #7b1e18;
  background: #f9e9e7;
}

.checkbox-field a {
  text-decoration: underline;
}

.product-data-heading {
  margin: 42px 0 18px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.product-data-notice {
  margin-top: 24px;
}

.product-downloads {
  margin-top: 28px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 18px 8px 8px;
  color: #fff;
  background: #1f9d55;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.whatsapp-float span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #1f9d55;
  background: #fff;
  font-size: 11px;
  letter-spacing: 0;
}

.whatsapp-float:hover {
  color: #fff;
  background: #147a40;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 640px) {
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    padding-right: 8px;
  }

  .whatsapp-float strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
