.table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.table thead tr {
    background-color: var(--primary);
    color: var(--white);
    text-align: left;
}

.table th,
.table td {
    padding: 12px 15px;
    border: 1px solid var(--secondary);
}
.table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.table ul {
    margin: 0;
    padding-left: 20px;
}
.table li {
    margin-bottom: 5px;
}
.table i {
    margin-right: 10px;
}
.technique {
    background-color: #e6f7ff;
}
.transversales {
    background-color: #e6ffe6;
}
