/**
 * Admin Downloads — tóm tắt 2 dòng, nút chức năng không bị đẩy ra ngoài.
 */
html.giasy-dl-excerpt-fix [data-giasy-dl-row] {
  min-width: 0 !important;
  align-items: center !important;
  gap: 0.75rem !important;
}

html.giasy-dl-excerpt-fix [data-giasy-dl-row] > :first-child {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  overflow: hidden !important;
}

html.giasy-dl-excerpt-fix [data-giasy-dl-actions] {
  flex-shrink: 0 !important;
  margin-left: auto !important;
}

html.giasy-dl-excerpt-fix [data-giasy-dl-excerpt] {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  max-width: 100% !important;
}
