.productName {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0 0;
    margin-bottom: 15px;
}
.productStatus {
    > div {
        display: flex;
        margin-bottom: 16px;
        gap: 8px;
        align-items: flex-end;
        line-height: 1;
        dt {
            font-size: 20px;
        }
        .amount {
            font-size: 24px;
            font-weight: bold;
            color: var(--red);
            .suffix {
                font-size: 16px;
            }
        }
        .dateTime {
            font-size: 16px;
        }
        .highestBidderNickname {
            font-size: 16px;
            font-weight: bold;
        }
    }
}
