.tb-clickable-row { cursor: pointer; }
.tb-clickable-row:focus-visible { outline: 3px solid rgba(79, 70, 229, 0.35); outline-offset: -3px; }

.card .proposal-message-text p {
  color: #212529 !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}

.user-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-weight: 600;
}
