.pe-post-content p:empty,
.pe-post-content div:empty {
  display: none;
}
ul.ftr-social li a {
  color: #000;
}
.pe-post-content .blog-image {
  max-width: 800px;
  width: 100%;
  max-height: 600px;
  object-fit: fill;
  margin: 2rem auto !important;
}
.pe-post-content blockquote p{
  margin:0;
}
.pe-post-content blockquote strong, .pe-post-content blockquote b{
  color: #f97316;
}
.pe-post-content p:has(+ul) {
    margin: 0 0 0rem 0;
}
/* Table Css Blog */
.pe-post-body .pe-post-content .table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.pe-post-body .pe-post-content .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  font-family: Georgia, serif;
  table-layout: auto;
}
.pe-post-body .pe-post-content .table-wrapper table th,
.pe-post-body .pe-post-content .table-wrapper table td {
  padding: 12px;
  border: 1px solid #c5ccd3;
  vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.pe-post-body .pe-post-content .table-wrapper table th {
  background-color: #2d557a;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
}
.pe-post-body .pe-post-content .table-wrapper table tr:nth-child(even) td {
  background-color: #e6edf3;
}
.pe-post-body .pe-post-content .table-wrapper table tr:nth-child(odd) td {
  background-color: #ffffff;
}
div#ez-toc-container ul li:before{content:unset;}
/* old blog styles  */
h1.bannTitle {
  font-size: clamp(20px, 2vw + 1rem, 40px) !important;
}
.blog-details h2 {
  font-size: 32px;
}
.blog-details h3,
.blog-details h3 a {
  font-size: 24px;
}
.blog-details li > h3 {
  margin: 0;
}
.blog-details a {
  color: #4169e1;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
}
.blog-details a:hover {
  color: #ff0000;
  text-decoration: none;
}
/* old blog styles End */