.sticky-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: inline-grid;
  gap: 1px;
  min-width: 138px;
  padding: 0.72rem 0.92rem;
  border-radius: 8px;
  background: #16a085;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(16, 24, 32, 0.24);
}

.sticky-whatsapp span {
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.sticky-whatsapp strong {
  font-size: 0.98rem;
  line-height: 1.1;
}

.sticky-whatsapp:hover,
.sticky-whatsapp:focus-visible {
  background: #12806c;
  outline: 3px solid rgba(22, 160, 133, 0.26);
}

.nap-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.8rem;
  align-items: center;
  color: inherit;
  font-size: 0.92rem;
}

.nap-block a {
  color: inherit;
  text-decoration: none;
}

.nap-block a:hover,
.nap-block a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 620px) {
  .sticky-whatsapp {
    display: none;
  }
}
