.contact,
.contact-profile,
.contact-info,
.contact-profile > div {
  min-width: 0;
}

.contact-info strong,
.contact-info small,
.contact-info em,
.contact-profile strong,
.contact-profile small,
.contact-profile em {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact > svg,
.contact-profile > .avatar {
  flex: 0 0 auto;
}

.contact-sheet,
.contact-sheet .sheet {
  overflow-x: hidden;
}

@media (max-width: 430px) {
  .contact {
    gap: 8px;
  }

  .contact-quick-actions,
  .contact-form-actions {
    grid-template-columns: 1fr;
  }

  .contact-profile {
    align-items: flex-start;
  }
}
