.editable { position: relative; padding-right: 2rem; }
.editable .edit-btn, .editable .save-btn {
  position: absolute; right: 0; top: 0; display: none;
}
.editable:hover .edit-btn { display: inline-block; }
.inline-input { min-width: 200px; }
.avatar-circle {
  width: 84px; height: 84px; border-radius: 50%; background:#e9ecef;
  display:flex; align-items:center; justify-content:center; font-size: 36px; font-weight:700; color:#6c757d;
  overflow:hidden;
}
.card-tab { background:white; border-radius:12px; border:1px solid #e6e6e6; }
