/* product_list.css - Публичная страница загрузок */

.dl-neon-divider { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 20px; 
    margin-top: 1.5rem; 
    margin-bottom: 0; 
}
.dl-neon-divider .dl-neon-line { 
    flex-grow: 1; 
    height: 1px; 
    background: linear-gradient(90deg, transparent, #ef4444, transparent); 
    box-shadow: 0 0 8px rgba(239, 68, 68, 0.4); 
}
.dl-neon-divider .dl-neon-content { 
    color: #ef4444; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    font-size: 0.85rem; 
    text-shadow: 0 0 8px rgba(239, 68, 68, 0.6); 
    white-space: nowrap; 
    display: flex; 
    align-items: center; 
}

.category-description {
    text-align: center;
    color: #64748b;
    font-size: 0.9rem;
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
}