#hotsushi-downloadboard ul.download-list li.download-list-item {
  display: flex;
  gap: 1rem;
  margin-block: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e7eb;
  align-items: start;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #hotsushi-downloadboard ul.download-list li.download-list-item {
    gap: 2rem;
  }
}

#hotsushi-downloadboard .download-list-item__preview {
  width: 160px;
}

#hotsushi-downloadboard .download-list-item__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-self: stretch;
}

#hotsushi-downloadboard .download-list-item__text p {
  padding-top: 0.35rem;
  padding-bottom: 0.5rem;
}

#hotsushi-downloadboard .download-list-item__actions {
  align-self: flex-end;
}

#hotsushi-downloadboard .download-list-item__button {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
