.pswac-float{
  position: fixed !important;
  right: 18px;
  bottom: 18px;
  z-index: 2147483647;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 12px 14px;
  border-radius: 999px;
  text-decoration: none;

  background: rgba(10,10,12,.92);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(8px);

  color: #fff;
  box-shadow: 0 14px 32px rgba(0,0,0,.35);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.pswac-float:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
}

.pswac-icon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;

  background: #25D366;
  color: #0b0b0c;
  flex: 0 0 auto;
}

.pswac-copy{
  display: grid;
  line-height: 1.05;
}

.pswac-title{
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .2px;
}

.pswac-sub{
  margin-top: 2px;
  font-size: 12px;
  opacity: .85;
}

@media (max-width: 480px){
  .pswac-float{ padding: 10px 12px; gap: 10px; right: 14px; bottom: 14px; }
  .pswac-icon{ width: 36px; height: 36px; }
  .pswac-sub{ display: none; }
}

/* Product page button */
.pswac-product-wrap{ margin-top: 10px; }
.pswac-product-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}
.pswac-product-ico{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #25D366;
  color: #0b0b0c;
  font-size: 12px;
  letter-spacing: .5px;
  flex: 0 0 auto;
}
.pswac-product-text{ font-size: 14px; }
