.text {
  margin: calc(8 * var(--xxs-px)) 0;
}

.comment {
  display: flex;
  flex-direction: row;
  width: 581px;
  height: 48px;
  border-radius: 8px;
  border: solid 1px var(--black-10);
  background-color: var(--bg);
  align-items: center;

  & > :first-child {
    margin: 0 calc(4 * var(--xxs-px));
  }
}

