
/* PoderChat: botón Apelar bloqueo */
.pc-appeal-floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 950;
  font-size: 14px;
  color: #05131f;
  background: linear-gradient(135deg, #f59e0b, #ef4444);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
  border: 1px solid rgba(255,255,255,.28);
}

.pc-appeal-floating:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .pc-appeal-floating {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }
}
