.p-attachments:not(:last-child) {
  margin-bottom: 0.8rem;

  @media (min-width: 990px) {
    margin-bottom: 1.6rem;
  }
}

.p-attachment {
  border: 0.1rem solid rgb(var(--color-outline));
  padding: 1.6rem;
  border-radius: 0.8rem;
  display: grid;
  grid-template-columns: 5.2rem 1fr;
  gap: 1.6rem;
  align-items: center;
}
