.dm-latest-table { border:1px solid #dbe4ef; border-radius:14px; overflow:hidden; background:#fff; }
.dm-latest-row { display:grid; grid-template-columns:minmax(0,1.8fr) minmax(0,2.4fr) 120px; gap:16px; align-items:center; padding:14px 16px; border-top:1px solid #edf2f7; color:inherit; text-decoration:none; }
.dm-latest-row:first-child { border-top:0; }
.dm-latest-row:hover { background:#f8fbff; }
.dm-latest-row strong { color:#24364d; font-size:14px; line-height:1.5; font-weight:800; }
.dm-latest-row span { color:#607086; font-size:13px; line-height:1.6; }
.dm-latest-row em { color:#7a889b; font-size:12px; font-style:normal; text-align:right; white-space:nowrap; }
.dm-latest-row.is-sample em { color:#2563eb; font-weight:800; }
@media (max-width: 640px) { .dm-latest-row { grid-template-columns:1fr; gap:6px; } .dm-latest-row em { text-align:left; } }

.dm-latest-empty { margin:0; padding:18px 20px; border:1px solid #dbe4ef; border-radius:14px; background:#f8fbff; color:#607086; line-height:1.7; }
