.supreme-whatsapp {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  min-height: 3.5rem;
  padding: .8rem 1.05rem;
  border-radius: 999px;
  color: #fff !important;
  background: #25d366;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .24);
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.supreme-whatsapp:hover {
  color: #fff !important;
  background: #1fb85a;
  box-shadow: 0 13px 32px rgba(0, 0, 0, .3);
  transform: translateY(-2px);
}

.supreme-whatsapp:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.supreme-whatsapp svg {
  width: 1.65rem;
  height: 1.65rem;
  flex: 0 0 auto;
  fill: currentColor;
}

@media (max-width: 575px) {
  .supreme-whatsapp {
    right: .9rem;
    bottom: .9rem;
    min-height: 3.25rem;
    padding: .72rem .9rem;
  }
}
