 .offer-wrap{
     overflow:hidden
 }
 
.offer-wrap .limited-badge{
    transform: rotate(45deg) !important;
    position: absolute !important;
    top: 20px !important;
    right: -35px !important;
    width:150px !important;
    text-align: center !important;
    line-height: 1 !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0px !important;
    background: linear-gradient(
        225deg, 
        transparent 0%, 
        transparent 25%, 
        #FFCC00 25%, 
        #FFCC00 65%, 
        transparent 65%, 
        transparent 100%
    ) !important;
}

.offer-wrap .limited-badge *{
    width:100% !important;
}

.border-left-cell{
    border-left:5px #004e41 solid;
}

.rounded-border-wrap .border-left-cell{
    border-radius:15px !important;
    overflow:hidden;
}

.rounded-border-wrap .border-left-cell{
    border-left:5px #f5c842 solid;
}

@media(max-width:640px){
    .col-wrapped{
        width:100% !important;
    }
    
    .rendered:has(.col-wrapped){
        padding:20px !important; 
        width: 100%;
    }
}
