/* Remove */
.prestablog_pagination {
  font-size: 1.3rem;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.prestablog_pagination a,
.prestablog_pagination span {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
  background: #f5f5f5;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  vertical-align: middle;
  margin: 0 5px;
}

.prestablog_pagination span.current {
  color: #fff;
  background-image: linear-gradient(to top, #1988c6 0%, #006fb4 100%);
}
.prestablog_pagination i {
  font-size: 1.8rem;
  line-height: inherit;
}
#module-prestablog-blog #prestablogfont img {
  display: block;
  margin: 0 auto;
}

#module-prestablog-blog #prestablogfont h2,
#module-prestablog-blog .card .content-single h2.title {
  font-size: 2rem;
  color: #006fb4;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
#module-prestablog-blog #prestablogfont h3 {
  font-size: 1.5rem;
  color: #006fb4;
}
#module-prestablog-blog #prestablogfont h4 {
  font-size: 1.25rem;
  display: flex;
}
#module-prestablog-blog #prestablogfont h4:before {
  content: "";
  width: 5px;
  background: #006fb4;
  display: inline-block;
  margin-right: 10px;
}

#module-prestablog-blog #table-of-contents {
  background: #f8f9fa;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}

#module-prestablog-blog #table-of-contents h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

#module-prestablog-blog #table-of-contents ul {
  list-style: none;
  padding-left: 0;
}

#module-prestablog-blog #table-of-contents li {
  margin-bottom: 5px;
}

#module-prestablog-blog #table-of-contents a {
  text-decoration: none;
  color: #006fb4;
}

#module-prestablog-blog #blog_header {
  height: 40vh;
}
#module-prestablog-blog #blog_header img {
  /* aspect-ratio: 16 / 9; */
  object-fit: cover;
}
#module-prestablog-blog #table-of-contents a:hover {
  text-decoration: underline;
}
#module-prestablog-blog .blog-overlay {
  opacity: 0.35;
}
#module-prestablog-blog #blog_title_container {
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  #module-prestablog-blog #table-of-contents {
    position: sticky;
    top: 20px;
    right: 0;
    float: left;
    display: block;
  }
}
@media (min-width: 1024px) {
  #module-prestablog-blog #prestablogfont p:has(img) img {
    float: left;
    margin: 0 20px 20px 0;
  }
  #module-prestablog-blog h2,
  #module-prestablog-blog h3,
  #module-prestablog-blog h4,
  #module-prestablog-blog ul,
  #module-prestablog-blog p {
    clear: left;
  }
}
