.SellItemContainerListAnchor {
    text-decoration: none;
}

.SellItemContainerListContainer {
    border: 1px solid #aaa;
    border-radius: 2px;
    padding: 12px;
    color: #333;
    width: 280px;
    height: 280px;
    margin: 5px 0 5px 0;
}
    .SellItemContainerListContainer:hover {
        background: #FDF4FC;
    }

.SellItemContainerListName {
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SellItemContainerListThumbnailImageContainer {
    height: 120px;
    border-bottom: 1px solid #777;
    padding-bottom: 12px;
    text-align: center;
}

    .SellItemContainerListThumbnailImageContainer img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
