.composer {
  grid-template-columns: 48px 1fr 48px;
  align-items: end;
}

.compose-main { min-width: 0; }

.attach {
  display: grid;
  place-items: center;
  width: 48px;
  height: 44px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  font-size: 26px;
  cursor: pointer;
}

.file-choice {
  display: block;
  max-width: 100%;
  padding: 5px 8px;
  margin-bottom: 5px;
  border-radius: 7px;
  background: #fff3d9;
  color: #634416;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.message img,
.message video {
  display: block;
  width: min(100%, 360px);
  max-height: 320px;
  margin: 6px 0 8px;
  border-radius: 9px;
  object-fit: contain;
  background: #111;
}

.attachment {
  display: block;
  margin: 6px 0 8px;
  padding: 10px;
  border-radius: 8px;
  background: #f3f5f3;
  color: var(--ink);
  text-decoration: none;
  overflow-wrap: anywhere;
}
