#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;
    flex-wrap: nowrap;
  }
}

#hotsushi-downloadboard .download-list-item__preview {
  width: 100%;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  #hotsushi-downloadboard .download-list-item__preview {
    width: 160px;
  }
}

#hotsushi-downloadboard .download-list-item__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  -ms-grid-row-align: stretch;
      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;
  flex-shrink: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #hotsushi-downloadboard .download-list-item__actions {
    width: auto;
  }
}

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