/* Stile moderno per la tabella Registro */
.table {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.table thead {
    background-color: #004a99; /* Blu istituzionale */
    color: white;
}

.table-hover tbody tr:hover {
    background-color: #f1f7ff;
    transition: 0.3s;
}

.btn-genera-scheda {
    background-color: #28a745;
    border: none;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 0.9rem;
}