.delivery-download-spotlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  border: 1px solid #d4c08f;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(105deg, #0a4339, #0d5849);
  box-shadow: 0 16px 38px rgba(7, 63, 54, .14);
}
.delivery-download-spotlight span { color: #e6c779; font-size: 11px; font-weight: 900; letter-spacing: 1.2px; }
.delivery-download-spotlight h4 { margin: 5px 0 3px; color: #fff; font-size: 19px; }
.delivery-download-spotlight p { margin: 0; color: #c9dcd5; font-size: 12px; }
.delivery-download-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.delivery-download-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 9px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}
.delivery-download-actions .download-docx { border-color: #e4c676; color: #113f36; background: #e4c676; }
.delivery-download-actions a:hover { transform: translateY(-1px); }
.delivery-download-spotlight.empty { color: #0a4339; background: #fffaf0; box-shadow: none; }
.delivery-download-spotlight.empty h4 { color: #0a4339; }
.delivery-download-spotlight.empty p { color: #6f7d77; }
.download-pending { padding: 8px 10px; color: #c9dcd5 !important; letter-spacing: 0 !important; }
@media (max-width: 760px) {
  .delivery-download-spotlight { align-items: flex-start; flex-direction: column; }
  .delivery-download-actions { width: 100%; justify-content: flex-start; }
  .delivery-download-actions a { flex: 1; justify-content: center; }
  .delivery-download-actions .preview { flex-basis: 100%; }
}
