/* Tools & Rentals board styling lives entirely in crews_job_detail.css now;
   the competing rules that used to be here were removed. */

/* === Messenger Icon Badge Styling ============================= */
.messenger-icon {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
}
.messenger-icon .bi-chat-dots {
  transition: color 0.2s ease;
}
.messenger-icon:hover .bi-chat-dots {
  color: var(--brand-primary,#ff7a00);
}
.messenger-badge {
  position: absolute;
  top: -6px;
  right: -10px;
  font-size: 0.7rem;
  padding: 0.2rem 0.35rem;
  line-height: 1;
}