.ticket-attachment {
  display: grid;
  width: min(280px, 100%);
  gap: 7px;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
}

.ticket-attachment img {
  display: block;
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  border-radius: 7px;
  background: var(--surface);
}

.ticket-attachment span {
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ticket-file {
  margin: 10px 0 4px;
}

.ticket-file input {
  padding: 8px;
}

.ticket-file-note {
  display: block;
  margin-bottom: 14px;
}
