/* QAFlow - downloads.php listing page
   Extracted from inline style="" attributes. */

.dl-slide {
    background-size: cover;
    background-position: center;
}

.dl-category-select {
    max-width: 160px;
    border-right: 2px solid #adb5bd !important;
}

.dl-empty-icon {
    font-size: 60px;
}

.dl-developer-label {
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}

.dl-card-title {
    font-size: 1rem;
}

.dl-category-badge {
    white-space: nowrap;
}

.dl-desc-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card.dl-cta-card {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.dl-cta-text {
    opacity: 0.85;
}
