/*
* Theme Name: Pawan Kaushik
* Author: Azhar Khan (Reinvent Digital)
* AuthorURL: https://reinventdigital.com
* Version: 1.0
*/

.post-content img{
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.post-content img.size-full{
	display: block;
}
.left-content-area{
  position: sticky;
  top: 145px;
}

.search-pg .entry-header {
    box-shadow: none;
}
.search-pg .entry-title {
    margin-bottom: 2px;
}
.search-pg .entry-title a {
    font-family: 'Metropolis-Bold';
    font-size: 20px;
    color: #eb4f56;
}
.search-head .page-title {
    font-family: 'Metropolis-Bold';
}
.search-pg .screen-reader-text {
    font-family: 'Metropolis-Medium';
    font-size: 24px;
    display: none;
}
.search-pg .navigation {
    margin-top: 20px;
}
.search-pg .nav-previous a {
    background: #eb4f56;
    color: #FFF;
    font-family: 'Metropolis-Bold';
    text-transform: uppercase;
    padding: 14px 18px 12px;
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
}
.term-ul {
    padding-left: 17px;
    margin-bottom: 20px;
}
.term-ul li {
    list-style: disc;
}
 .faq {
            margin-top: 40px;
        }
        .faq-question {
            font-weight: bold;
            color: #2c3e50;
            margin: 25px 0 10px 0;
            font-size: 1.1em;
            border-left: 4px solid #e74c3c;
            padding-left: 15px;
        }
        .summary {
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
            padding: 25px;
            border-radius: 10px;
            margin: 40px 0;
            text-align: center;
        }
.faq-question {
    font-weight: bold;
    color: #2c3e50;
    margin: 25px 0 10px 0;
    font-size: 1.1em;
    border-left: 4px solid #e74c3c;
    padding-left: 15px;
}