html body .ccm-ui .contact-entry {
  margin-bottom: 2rem;
}
html body .ccm-ui .contact-entry .card {
  width: 100%;
}
html body .ccm-ui .contact-entry .card .card-header {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: transparent;
  border-bottom: none;
  padding: 0;
}
html body .ccm-ui .contact-entry .card .card-header i {
  cursor: pointer;
}
html body .ccm-ui .contact-entry .card .card-body {
  min-height: 150px;
  padding-right: 35px;
  overflow: hidden;
}
html body .ccm-ui .contact-entry .card .card-body * {
  word-break: break-all;
}
html body .ccm-ui .contact-entry .card .card-body .mentions {
  font-size: 12px;
}
html body .ccm-ui .contact-entry .card .card-body .image {
  margin-right: 1.5rem;
  min-width: 70px;
}
html body .ccm-ui .contact-entry .card .card-body .image img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
}
html body .ccm-ui .contact-entry .card .card-body .details .name {
  font-weight: 600;
  font-size: 1.5rem;
}
html body .ccm-ui .contact-entry .card .card-body .details .company {
  font-weight: 600;
}
html body .ccm-ui .contact-entry .card .card-footer {
  min-height: 85px;
}
html body .ccm-ui .contact-entry .card .card-footer .tags {
  display: inline-block;
}
html body .ccm-ui .contact-entry .card .card-footer .tags .label {
  margin-bottom: 5px;
}
html body .ccm-ui .contact-entry .card .card-footer .tags .badges .badge {
  margin-bottom: 5px;
  background-color: #7c8088 !important;
  border-radius: 25px;
  padding: 6px 10px;
  font-size: 0.75rem;
}
html body .ccm-ui .contact-entry .card .card-footer .tags .badges .badge:not(:last-child) {
  margin-right: 5px;
}
html body .ccm-ui .contact-entry .card .card-footer .impact {
  margin-left: auto;
  min-width: 100px;
}
html body .ccm-ui .contact-entry .card .card-footer .impact .label {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
html body .ccm-ui .contact-entry .card .card-footer .impact .value {
  display: inline-block;
  font-weight: 600;
  font-size: 2rem;
  vertical-align: top;
  color: var(--bs-link-color);
}

html body .ui-dialog .mention img {
  margin-bottom: 15px;
}
