
.ppb-block-btn{
  background:#e61a72;
  color:#fff;
  border:0;
  padding:8px 14px;
  border-radius:10px;
  cursor:pointer;
  font-weight:700;
  font-size:14px;
}
.ppb-block-btn.is-blocking{ background:#333; }
.ppb-um-profile-action{ margin-top:10px; }

.ppb-blocked-users{ background:#fff; padding:16px; border-radius:14px; box-shadow:0 2px 12px rgba(0,0,0,.06); }
.ppb-blocked-list{ list-style:none; margin:0; padding:0; }
.ppb-blocked-item{ display:flex; align-items:center; justify-content:space-between; padding:10px 0; border-bottom:1px solid rgba(0,0,0,.06); }
.ppb-blocked-item:last-child{ border-bottom:0; }
.ppb-name{ font-weight:700; }
