.truncate-description {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-label {
    background-color: red;
    color: white; 
    padding: 2px 5px;
    font-size: 8px;
  
}



.small-image {
    width: 500px; 
    height: auto; 
    
}

.custom-modal {
    max-width: 800px; 
}