/* Styles for download cards injected into post content by ajax_finalize_post() */
.uapv2-downloads{display:flex;flex-wrap:wrap;gap:16px;margin:16px 0}
.uapv2-card{flex:1 1 280px;background:#101010;border:1px solid #1e1e1e;border-radius:12px;color:#e6e6e6;box-shadow:0 6px 16px rgba(0,0,0,.35);padding:16px;font-size:15px}
.uapv2-card h3{margin:0 0 8px;font-size:1rem;color:#fff}
.uapv2-meta{display:flex;gap:10px;flex-wrap:wrap;margin:8px 0 12px;font-size:16px}
.uapv2-pill {
    display: inline-block;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #e6e6e6;
    margin: 2px 0;
    font-family: monospace;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.uapv2-actions{display:flex;gap:10px;flex-wrap:wrap}
.uapv2-btn{display:inline-block;background:#2563eb;color:#fff !important;border-radius:10px;padding:10px 14px;text-decoration:none}
.uapv2-btn:hover{background:#3b82f6}

/* Small helpers to avoid theme collisions */
.uapv2-card .uapv2-meta .uapv2-pill span{margin:0}
