<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.MainWrapper {
    background: #fff;
}
.BreadCrumbBack{
    margin-top: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    font-size: 14px;
    direction: rtl;
    color: #007bff;
   box-shadow: 0px 1px 6px rgb(0 0 0 / 8%);
    border-radius: 4px;
    padding: 10px 15px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.BreadCrumbBack img {
  vertical-align: middle;
  width: 9px;
  height: 9px;
  margin: 3px 7px 0;
}
.PostTitle{
    float: right;
    color: #4a4a4a;
    margin-top: 10px;
   margin-bottom: 10px;
}
.PostTitle h1{
  font-family: 'ISBold';
  font-size:20px;
}
/*--------------------------------------------------*/
.PostFavLikeBack  img{
     width:20px;

}

.PostFavLikeBack{
   color: #9ba4ab;
    width: 35%;
    float: left;
    display: block;
    overflow: visible;
    min-width: 115px;
    margin-top: 34px;
}
.FavBack {
    font-size: 12px;
    float: right;
    margin-left:5px;
}
.LikeBack font {
    float: right;
    padding-right: 5px;
    font-size: 29px;
    margin-top: -12px;
    padding-left: 5px;
}
.FavBack img{
    float: left;
    margin-right: 10px;
}
/*------------------------------------------------*/

.AuthorBack{
    float: none;
    margin-top: 81px;
}
.AuthorBack img{
    width: 33px;
    float: right;
    margin-right: 4px;
   margin-bottom:40px;
}
.AuthorBack span{
    float: right;
    font-size: 12px;
    margin-top: 9px;
    margin-right: 8px;
}
.DateBack{
     float: right;
     margin-right: 250px;
}
.DateBack img{
    width: 33px;
    float: right;
    margin-right: 4px;
}
.DateBack span{
     float: right;
    font-size: 12px;
    margin-top: 9px;
    margin-right: 8px;
}

.ReadingTimeBackBack{
   font-size: 12px;
   float: left;
   margin-top:10px;
}
/*-------------------------------------------------------------------------------*/
.PostDetail img{
 margin-bottom:40px;
 margin-top:40px;
}
.PostDetail p{
    text-align: justify !important;
    color: #6b7074 !important;
    line-height: 32px !important;
    font-size: 16px !important;
    margin-bottom: 40px;
}

.PostDetail h3{    
font-size: 20px;
    font-family: 'ISBold';
    color: ##212121;
    margin-bottom: 12px;
    padding: 0 0 6px 0;
    display: inline-block;
  /*  border-bottom: 2px solid #196ec0;*/
    margin-top: 24px;
}
.PostDetail h2{    
font-size: 24px;
   font-family: 'ISBold';
    color: #212121;
    margin-bottom: 12px;
    padding: 0 0 6px 0;
    display: inline-block;
    margin-top: 24px;
}

</pre></body></html>