.wf-deal-shortcode{

}
.wf-deal-shortcode .wpsp-col-4{
    padding-right: 15px;
    padding-left: 15px;
}
.shortc_list{
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
}
.shortc_monetiz{
    background: #f6f5ff;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 15px 10px;
    min-height: 55px;
    max-height: 55px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.shortc_miche{
    background-color: #1f3d4d;
    color: #fff;
    text-align: center;
    padding: 8px;
}
.shortc_info{
    text-align: left;
    padding: 20px;
}
.shortc_info p{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}
.shortc_info p span{
    float: right;
}
.shortc_info a.shortc_view{
    background-color: #ffe666;
    padding: 7px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-radius: 4px;
    width: 100%;
    display: block;
    margin-top: 20px;
    letter-spacing: 1px;
}
.shortc_info a.shortc_view:hover{
    color: #000;
}

@media screen and (max-width: 768px) and (min-width: 0px)
{
    .wf-deal-shortcode .wpsp-col-4{
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }
}