    .dll-feed-card-link {
        text-decoration: none; 
        display: block; 
        color: inherit; 
        margin: 0 0 14px 0; 
        outline: none;
    }
    .dll-feed-card {
        background: #ffffff; 
        border: 1px solid var(--line, #ebedf3); 
        border-radius: 8px; 
        padding: 20px; 
        display: flex; 
        gap: 24px; 
        align-items: flex-start; 
        justify-content: space-between; 
        box-sizing: border-box; 
        width: 100%; 
        text-align: left; 
        box-shadow: 0 1px 3px rgba(0,0,0,0.01); 
        transition: border-color 0.15s ease, box-shadow 0.15s ease;
    }
    .dll-feed-icon-box {
        width: 42px; 
        height: 40px; 
        min-width: 42px; 
        border-radius: 6px; 
        display: flex; 
        align-items: center; 
        justify-content: center; 
        flex-shrink: 0;
    }
    .dll-feed-info-col {
        display: flex; 
        flex-direction: column; 
        gap: 4px; 
        min-width: 0; 
        flex: 1;
    }
    .dll-feed-title-line {
        width: 100%; 
        box-sizing: border-box; 
        text-align: left; 
        overflow-wrap: break-word; 
        word-break: break-all;
    }
    .dll-feed-title {
        margin: 0; 
        font-size: 16px; 
        font-weight: 800; 
        color: #000000; 
        letter-spacing: -0.2px; 
        line-height: 1.25;
        transition: color 0.15s ease;
    }
    .dll-feed-subtitle {
        font-size: 13px; 
        color: #475569; 
        font-weight: 500; 
        line-height: 1.4; 
        overflow: hidden; 
        text-overflow: ellipsis; 
        white-space: nowrap;
    }
    .dll-feed-meta-row {
        display: flex; 
        flex-wrap: wrap; 
        align-items: center; 
        gap: 6px; 
        font-size: 12.5px; 
        color: #64748b; 
        font-weight: 500; 
        margin-top: 2px; 
        line-height: 1.4;
    }
    .dll-feed-meta-row span {
        display: inline-flex; 
        align-items: center; 
        height: 18px;
    }
    .dll-badge {
        font-weight: 800; 
        padding: 3px 8px; 
        border-radius: 4px; 
        font-size: 11px; 
        text-transform: uppercase; 
        letter-spacing: 0.02em; 
        line-height: 1.4; 
        display: inline-flex; 
        align-items: center; 
        height: 18px; 
        box-sizing: border-box; 
        margin-right: 2px;
    }
    .dll-badge.new { color: #04845a; background: #f0fdf4; border: 1px solid rgba(16, 185, 129, 0.15); }
    .dll-badge.updated { color: #334155; background: #f1f5f9; border: 1px solid rgba(51, 65, 85, 0.15); }
    
    .dll-feed-data-col {
        display: flex; 
        flex-direction: column; 
        gap: 8px; 
        align-items: flex-end; 
        flex-shrink: 0; 
        min-width: 130px; 
        margin-top: 2px;
    }
    .dll-feed-arch-strip {
        display: flex; 
        gap: 4px; 
        justify-content: flex-end; 
        width: 100%;
    }
    .dll-arch-pill {
        font-family: monospace; 
        font-size: 11px; 
        font-weight: 700; 
        color: #475569; 
        background: #f8fafc; 
        border: 1px solid #e2e8f0; 
        padding: 2px 6px; 
        border-radius: 4px; 
        text-transform: uppercase;
    }
    .dll-feed-requests {
        font-size: 12.5px; 
        color: #2563eb; 
        font-weight: 700; 
        text-align: right; 
        background: #eff6ff; 
        border: 1px solid rgba(37, 99, 235, 0.12); 
        padding: 2px 8px; 
        border-radius: 4px; 
        white-space: nowrap; 
        line-height: 1.2;
    }

    /* PREMIUM INTERACTIVE HOVER PIPELINE CONTROLS */
    .dll-feed-card-link:hover .dll-feed-card {
        border-color: rgba(221, 23, 119, 0.2); 
        box-shadow: 0 4px 20px rgba(221, 23, 119, 0.04);
    }
    .dll-feed-card-link:hover .dll-feed-title {
        color: #dd1777;
    }