table thead th {
    background: var(--color-first);
    color: var(--color-white);
    text-align: center;
    font-weight: 500;
}

.table-managers th.cell--small {
    width: 90px;
    min-width: 90px;
}

.table-managers th.cell--medium {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.table-managers th.cell--large {
    width: 200px;
    min-width: 200px;
}

td.table-cards__subhead {
    background: var(--color-lightgrey);
}

td.table-cards__photo {
    padding: 0 !important;
    width: 90px;
}

td.table-cards__photo img {
    width: 100%;
    aspect-ratio: 3/4;
}

td.table-cards__separator {
    border: none;
}

