.trade-page-cardLink {
    text-decoration: none !important;
    color: inherit;
    display: block;
}
.trade-page-cardLink:hover .trade-page-cardCont {
    cursor: pointer;
    transform: scale(1.02);
    transition: all 0.2s ease;
}

.trade-page-cardCont {
    width: 100%;
    height: 232px;
    margin-bottom: 20px;
    display: flex;
    border: 1px solid #DFE2E6;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 1px #1F1F1F1F;
    cursor: pointer;
}

.trade-page-imageCont {
    width: 25%;
    height: 232px;
}

.trade-page-cantentCont {
    width: 75%;
    height: 232px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trade-page-cantent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.trade-page-cantent div h2{
    color: #091E42;
    font-weight: 600;
    font-size: 28px;
}

.trade-page-cantent div span{
    color: #5D6B82;
    font-weight: 400;
    font-size: 16px;
}

.trade-wishIcon {
    width: 48px;
    height: 48px;
}

.trade-page-PriceAndQty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom-right-radius: 10px;
    background-color: #F8DA5D;
}

.trade-page-PriceAndQty div h2{
    color: #091E42;
    font-weight: 600;
    font-size: 23px;
}

.trade-page-PriceAndQty div span{
    color: #5D6B82;
    font-weight: 500;
    font-size: 16px;
}
