body {
    font-size: 12px;
    margin: 0;
    padding: 5px;
}

.pdf-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pdf-item {
    display: flex;
    align-items: center;
}

.pdf-item img {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.pdf-item a {
    text-decoration: none;
}

.pdf-item a:hover {
    text-decoration: underline;
}