/* Egyedi Fájl Letöltő Komponens Stíluslap */
.file-letolto-box {
    display: flex;
    align-items: flex-start;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 15px;
    margin: 15px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.file-letolto-bal {
    margin-right: 15px;
    flex-shrink: 0;
}

.file-letolto-ikon-link {
    display: block;
    transition: transform 0.2s ease;
}

.file-letolto-ikon-link:hover {
    transform: scale(1.05);
}

.file-letolto-dashicon {
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: #0073aa;
}

.file-letolto-ikon {
    width: 40px;
    height: auto;
    display: block;
}

.file-letolto-jobb {
    flex-grow: 1;
}

.file-letolto-nev {
    margin: 0 0 5px 0 !important;
    font-size: 1.1em;
    font-weight: 600;
}

.file-letolto-nev a {
    color: #333;
    text-decoration: none;
    box-shadow: none !important;
}

.file-letolto-nev a:hover {
    color: #0073aa;
    text-decoration: underline;
}

.file-letolto-leiras {
    margin: 0 0 10px 0 !important;
    font-size: 0.95em;
    color: #666;
    line-height: 1.4;
}

.file-letolto-meta {
    font-size: 0.85em;
    color: #888;
    display: flex;
    gap: 15px;
}

.file-meta-item strong {
    color: #555;
}