.dlbeacon { display: flex; align-items: stretch; border-radius: 12px; text-decoration: none; max-width: 360px; width: fit-content; margin: 8px 0; border: 1px solid rgba(0,0,0,0.08); }
.dlbeacon-icon { display: flex; align-items: center; justify-content: center; padding: 0 16px; flex-shrink: 0; color: #ffffff; border-radius: 11px 0 0 11px; }
.dlbeacon-icon i { font-size: 16px; }
.dlbeacon-body { padding: 10px 14px; min-width: 0; background: #ffffff; border-radius: 0 11px 11px 0; }
.dlbeacon-title { display: block; font-size: 14px; font-weight: bold; color: #1a1a1a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dlbeacon-meta { display: block; font-size: 12px; color: #6b6b6b; }
.dlbeacon-missing { opacity: 0.6; pointer-events: none; }

.dlbeacon-light-blue .dlbeacon-icon { background: #2f93c9; }
.dlbeacon-purple .dlbeacon-icon { background: #7457c2; }
.dlbeacon-green .dlbeacon-icon { background: #5c9142; }
