#reading-progress{
position:fixed;
top:0;
left:0;
height:4px;
width:0;
background:#d60000;
z-index:999999;
}

.main-navigation.active{
display:block;
}

#live-search{
position:absolute;
background:#fff;
width:100%;
max-width:450px;
z-index:9999;
border-radius:8px;
box-shadow:0 4px 15px rgba(0,0,0,.15);
}

.live-search-results{
list-style:none;
margin:0;
padding:0;
}

.live-search-results li{
border-bottom:1px solid #eee;
}

.live-search-results li:last-child{
border-bottom:none;
}

.live-search-results a{
display:flex;
align-items:center;
padding:10px;
text-decoration:none;
color:#222;
}

.live-search-results img{
width:60px;
height:60px;
margin-right:10px;
border-radius:6px;
object-fit:cover;
}

.live-search-results a:hover{
background:#f5f5f5;
}

.no-search-result{
padding:15px;
text-align:center;
}