/**
 * Copyright (c) TonTech.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 */

.message {
  margin: 0 0 16px;
  padding: 0 4px;
  color: var(--ta-color-text-secondary);
  font-size: 14px;
  line-height: 1.4;
}

.actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
