.card.wrapper {
    margin: 0 auto 20px auto;
    /* border: 0px solid grey; */
    padding: 10px 10px 30px 10px;
    border-radius: 5px;
    /* box-shadow: var(--box-shadow_); */
    max-width: 555px;
    display: flex;
    box-shadow: 1px 1px 10px 0px #d3d3d3;
    flex-direction: column;
}





.card.wrapper > div {
    width: 100%;
}





.row.wrapper {
    display: flex;
    width: 100%;
    justify-content: space-around;
    min-height: 20px;
    /* border: 1px solid red; */
    height: fit-content;
    text-align: center;
    padding: 5px;
    background: #fbfbfb;
    margin: 2px;
}





.row.wrapper > div {
    width: 100%;
    /* border: 1px solid green; */
    display: flex;
    justify-content: center;
    align-items: center;
}





.card .row .cell.wrapper {
    height: 100%;
}





.icons.wrapper {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: fit-content;
    display: flex;
    justify-content: end;
    align-items: center;
}





.card .thumbnail.wrapper {
    max-width: 100px;
    max-height: 100px;
}