﻿/* Download Panel - component-specific styles (shared shell in mp-quality-speed-panels.css) */

.mp-download-wrap {
    position: relative;
}

.mp-download-item:hover {
    transform: translateX(-2px);
}

.mp-download-quality {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.mp-download-label {
    font-size: 0.875rem;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.mp-download-size {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

.mp-download-icon {
    width: 1rem;
    height: 1rem;
    color: #60a5fa;
    flex-shrink: 0;
}
