/* Single Post Banner Css */
.wp-block-rank-math-toc-block{
    width:25%;
    position: sticky;
    top: 100px;
    font-weight: 700;
}
.wp-block-rank-math-toc-block h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  padding:0;
  margin:0;
  
}
.wp-block-rank-math-toc-block h2::before {
  content: none;
}
.wp-block-rank-math-toc-block h2::after {
  content: none;
}
.wp-block-rank-math-toc-block a{
    font-size:15px;
}
.blog-right{
    width:75%;
}
.blog-row{
    align-items: flex-start;
}
.bannerimage{
    display: flex;
    justify-content: center;
}
.bannerimage img{
    height: 280px;
    object-fit: cover;
    width: 65%;
}
.wp-block-rank-math-toc-block ul:first-child,.wp-block-rank-math-toc-block ol:first-child{
    overflow-y: scroll;
    height: 80vh;
    padding: 0 5px 0 0;
}
.wp-block-rank-math-toc-block ul:first-child::-webkit-scrollbar-track,.wp-block-rank-math-toc-block ol:first-child::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.wp-block-rank-math-toc-block ul:first-child::-webkit-scrollbar,.wp-block-rank-math-toc-block ol:first-child::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.wp-block-rank-math-toc-block ul:first-child::-webkit-scrollbar-thumb,.wp-block-rank-math-toc-block ol:first-child::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
