.sisam-equipe-table {
    width: 100%;
    table-layout: auto;
}
.sisam-equipe-table th:nth-child(1),
.sisam-equipe-table td:nth-child(1) { width: 40%; }
.sisam-equipe-table th:nth-child(2),
.sisam-equipe-table td:nth-child(2) { width: 40%; }
.sisam-equipe-table th:nth-child(3),
.sisam-equipe-table td:nth-child(3) { width: 20%; }

.sisam-equipe-table th:nth-child(3),
.sisam-equipe-table td:nth-child(3) {
    text-align: center;
}

.sisam-equipe-table tbody tr {
    transition: background-color 0.3s ease;
    cursor: pointer;
}
.sisam-equipe-table tbody tr:hover {
    background-color: var(--sisam-color-primary-5);
}

.sisam-equipe-table a {
    color: #7a7a7a;
    transition: color 0.2s;
}
.sisam-equipe-table a:hover {
    color: #2f3540;
    background: #f3f4f7;
    border-radius: 6px;
}
.sisam-equipe-table a svg {
    vertical-align: middle;
    width: 36px;
    height: 36px;
}
.sisam-equipe-table svg:not(a svg) {
    color: #e0e0e0;
    stroke: #e0e0e0;
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

@media (max-width: 900px) {
    .main-h1,
    .box-light h1 {
        font-size: 1.3rem;
    }
    .sisam-equipe-table th,
    .sisam-equipe-table td {
        font-size: 0.95rem;
        padding: 6px;
    }
}
@media (max-width: 600px) {
    .main-h1,
    .box-light h1 {
        font-size: 1.1rem;
    }
    .sisam-equipe-table th,
    .sisam-equipe-table td {
        font-size: 0.85rem;
        padding: 4px;
    }
    .sisam-equipe-table a svg,
    .sisam-equipe-table svg:not(a svg) {
        width: 26px;
        height: 26px;
    }
}
