div.item-preview {
    display: flex;
    height: 77px;
    padding-top: 16px;
    
}

div.item-preview > a {
    display: flex;
    width: 100%;
}

div.item-preview  img {
    width: 44px;
    height: 44px;

}

div.item-preview  div.sum-item-description {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 16px;
    padding-bottom: 16px;

    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--divider);
}

div.item-preview  div.sum-item-description > span {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.item-preview  div.sum-item-description > span> p {
    color: var(--gray);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;

}

div.item-preview  div.sum-item-description > span:first-child > p:first-child {
    color: var(--gray);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;

}

div.item-preview  div.sum-item-description > span:last-child > p:last-child {
    color: var(--gray);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;

}