#eid_electale__hero {
  height: auto;
  padding-bottom: 30px;
}

.electale__blogpost_list_hero img {
  border-radius: 10px;
  filter: blur(0.5px) grayscale(0.4) drop-shadow(2px 4px 6px black);
}

.spanborder {
  border-bottom: 1px solid #e8f3ec;
  margin-bottom: 2rem;
}
.spanborder span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.44);
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: -1px;
}

.electale__all_posts .electale__post_title, .electale__featured_all_posts .electale__post_title {
  font-size: 1.5rem;
}
.electale__featured_all_posts .electale__post_title{
    font-size: 1rem;
}
.electale__all_posts .electale__post_title a, .electale__featured_all_posts .electale__post_title a {
  transition: all 0.3s ease-in-out;
}
.electale__all_posts .electale__post_title a:hover, .electale__featured_all_posts .electale__post_title a:hover {
  color: #9182dd !important;
}

.electale__all_posts .electale__post_image_block {
  max-height: 150px;
  max-width: 150px;
}

.electale__all_posts .electale__post_image_block img {
  -webkit-height: auto;
  height: 100%;
  -webkit-width: auto;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.electale__all_posts .electale__indv_post {
  background: aliceblue;
  padding: 10px 10px 10px 50px;
  border-radius: 10px;
  height: 100%;
}
.electale__all_posts .electale__indv_post .content-block {
  display: inherit;
  min-width: 75%;
}
.electale__all_posts .electale__indv_post .content-block::before {
  content: "";
  width: 10px;
  background: #9182dd;
  position: relative;
  left: -20px;
}
.electale__all_posts .electale__post_content p {
  font-size: 0.9rem;
}

@media screen and (max-width: 600px) {
  .electale__all_posts .electale__indv_post{
    flex-direction: column-reverse;
    padding-left: 10px;
  }
  .electale__all_posts .electale__indv_post .content-block::before{
    content: none;
  }
  .electale__all_posts .electale__post_image_block {
    max-height: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

}

ol.list-featured {
  counter-reset: electale__counter_reset;
  list-style: none;
  padding-left: 0;
}
ol.list-featured li {
  counter-increment: electale__counter_reset;
  display: flex;
  font-size: 0.8rem;
}
ol.list-featured li:before {
  content: "0" counter(electale__counter_reset);
  font-weight: bold;
  font-size: 3rem;
  margin-right: 0.5rem;
  font-family: "Abril Fatface", serif;
  line-height: 1;
}

.electale__featured_all_posts{
    position: sticky;
    top: 100px;
}
.electale__featured_all_posts .list-featured p{
  margin: 0;
}
.electale__indv_post_block .electale__post_likes{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.electale__post_likes .stats{
  display: flex;
  align-items: baseline;
}
.electale__post_likes .stats-total{
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px;
}
.electale__post_likes .svg-inline--fa.fa-stack-2x{
  height: 1em;
  width: 1em;
}

.fa-stack.cp-size{
  height: 1em;
  width: 1em;
  line-height: 1em;
}

.fa-stack.cp-size .cp-transform{
  transform: translate(30%, 30%);
}

.electale__paginator_block .btn-info{
  --bs-btn-bg: #9182dd;
  --bs-btn-border-color: #9182dd;
  --bs-btn-hover-bg: #9182dd;
  --bs-btn-hover-border-color: #9182dd;
}

.electale__paginator_block .btn-outline-info{
  --bs-btn-border-color: #9182dd;
  --bs-btn-color: #9182dd;
  --bs-btn-hover-bg: #9182dd;
  --bs-btn-hover-border-color: #9182dd;
}