/* avoid clipping and ensure we can raise this card above neighbors */
  .composer-card { overflow: visible; }
  .composer-card .dropdown-menu { z-index: 2001; }    /* above buttons/cards */
  .composer-card.raise { z-index: 2000; }             /* applied only while open */
  
.dropdown-toggle::after {
  display: none !important;
}


.profile-card {
      max-width: 320px;
    }
    .social a {
      width: 40px; height: 40px;
      display: inline-flex; align-items: center; justify-content: center;
      border-radius: .5rem;         /* rounded square like the screenshot */
    }
