<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.p-0{
    padding: 0;   
}
.m-0{
    margin: 0;
}
.b-0{
    border: 0;
}
.p-20{
    padding: 20px !important;
}
.p-10-20{
    padding: 10px 20px;
}
.uc{
    text-transform: uppercase;
}
h2{
    font-size: 20px;
}
h2 a{
    color: #000;
}
.text-date{
    font-size: 10px;
    text-transform: uppercase;
}    
.w-100{
    width: 100%;
}
.bg-white{
    background-color: #ffffff;
}
.container-blog{
    background-color: #f6f6f6;
}
.container-blog .thumb{
    width: 350px;
    height: 242px;
}
.post-loop{
    margin-bottom: 30px;
}
.post-loop p{
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #8d8c8c;
    font-size: 13px;
    font-weight: 300;
}
.btn-link{
    font-size: 10px;
    margin-bottom: 5px;
    display: block;
    letter-spacing: 1px;
}
.post-loop .btn{
    border-radius: 0;
    font-size: 10px;
    padding: 10px 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.sidebar{
    
}
.sidebar-heading{
    margin:20px 0 15px;
    color: #000;
    border-bottom:1px solid #ddd;
    padding-bottom:15px;
}
.sidebar-item{
    position: relative;
    display: table;
    table-layout: fixed;
    padding-bottom:15px;
    height: 100%;
    border-bottom:1px solid #ddd;
    width: 100%;
    margin-bottom: 15px;
}
.popular-item{
    padding-bottom:12px;
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}</pre></body></html>