figure.table:nth-of-type(1) td figure img {
    height: 90px;
}

figure.table:nth-of-type(1) td:nth-child(1) {
    width: calc(100% / 5);
}

figure.table:nth-of-type(2) td {
    width: calc(100% / 4);
}

figure.table table td {
    background-color: transparent;
    border: none !important;
}

figure.table table td:has(figure) {
    vertical-align: middle !important;
}