/* =====================================================
   Yatra Service - News Custom CSS
   Author  : Shubham Agrawal
   Purpose : News & Place Details Frontend
   Version : 1.0
   ===================================================== */


/* =====================================================
   Breadcrumb
   ===================================================== */

.blog-breadcrumb{
    padding:8px 0 !important;
    border-bottom:1px solid #f1f1f1;
    background:#fff;
}

.blog-breadcrumb ul{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    margin:0;
    padding:0;
}

.blog-breadcrumb ul li{
    padding:0 6px !important;
    font-size:14px;
}

.blog-breadcrumb ul li:first-child{
    padding-left:0 !important;
}

.blog-breadcrumb ul li a{
    color:#1A2B48;
    font-weight:500;
    text-decoration:none;
}

.blog-breadcrumb ul li.active{
    color:#666;
    font-weight:600;
}

.blog-breadcrumb ul li:not(:last-child)::after{
    width:4px;
    height:4px;
    right:-2px;
    background:#d8d8d8;
}

.post-info ul{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.post-info li i{
    color: #ff6b00;
    font-size: 13px;
    margin-right: 4px;
}
.post-info li{
    font-size: 13px;
    font-weight: 500;
    color: #666;
}
.post-info time{
    color:#666;
    font-weight:500;
}
.article .title{
    margin-bottom:12px;
}

.post-info{
    margin-bottom:18px;
}



/* =====================================================
   News Detail
   ===================================================== */



/* =====================================================
   Sidebar
   ===================================================== */



/* =====================================================
   Quick Information
   ===================================================== */




/* =====================================================
   Mobile Responsive
   ===================================================== */

@media (max-width:768px){

}



/* =====================================================
   Tablet Responsive
   ===================================================== */

@media (min-width:769px) and (max-width:991px){

}



/* =====================================================
   Desktop Responsive
   ===================================================== */

@media (min-width:992px){

}


