/*
Theme Name:     Pan Card Apply Online
Version: 1.0
Description:    Main theme for Data Science Showcase
Author:         Manoj
Template:       twentytwenty

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.card .card-body h5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    min-height: 48px;
}
.card .card-body .card-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4; 
    -webkit-box-orient: vertical;
}
.post-meta .post-author,.post-comment-link{
    display: none;
}
.post-meta .post-date{
    text-align: left;
    padding-bottom: .5rem!important;
}
.entry-content ul li{
    list-style-type: disc;
    margin: 12px 0 12px 42px;
}
.entry-content ol{
    margin: 0;
    padding: 0;
}
.entry-content ol li{
    list-style-type: auto;
    margin: 12px 0 12px 42px;
}
.nav-links .page-numbers{color: #6a4dab;}
.entry-content a{color: red;}
.recent-posts .post-list h5{
    color: #ffffff;
    background-color: #6a4dab;
    text-align: center;
    padding: 8px;
    margin: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.recent-posts .post-list ul{
    background-color: #f9f9f9b8;
    padding: 6px 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #6a4dab;
}
.recent-posts .post-list li{
    padding: 6px 12px;
    border-bottom: 1px solid #ede9e9;
}
.recent-posts .post-list li:last-child{
    border-bottom: none;
}
.recent-posts .post-list li a{
    color: #000000;
    text-decoration: none;
}
.recent-posts .post-list li a:hover{
    color: #6a4dab;
}
.post-inner .entry-content{
    text-align: justify;
}