.preview-file-message {
  display: flex;
  gap: 8px;
  align-items: center;

  &__image {
    object-fit: cover;
    display: flex;
    width: 32px;
    height: 32px;
    background: var(--incoming-background, #e4e6e8);
    border-radius: 8px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
  }

  &__icon {
    fill: var(--caption);
    width: 16px;
    height: 16px;
  }

  &__name {
    color: var(--secondary-text);
    text-align: left;
    font: 400 12px/16px "Roboto", sans-serif;
    letter-spacing: 0.4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
