.pdf-container {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 800px;
    margin: 2rem auto;
}

.pdf-titulo {
    color: #333;
    text-align: center;
    margin-bottom: 1.5rem;
}

.pdf-lista {
    list-style: none;
    padding: 0;
}

.pdf-item {
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.pdf-link {
    color: #FF7F27;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.pdf-link:hover {
    color: #E66000;
}

.pdf-voltar {
    display: inline-block;
    margin-top: 1rem;
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: background-color 0.3s;
}

.pdf-voltar:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
