/* Protected Files – Frontend Modul */

.protected-files-login-required {
    padding: 1rem 1.25rem;
    border-left: 4px solid #e0a800;
    background: #fff8e1;
    color: #555;
    border-radius: 2px;
}

.protected-files-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.protected-files-meta {
    font-size: 0.85em;
    white-space: nowrap;
    margin: 0 1rem 0 0.5rem;
}