/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* blog banner section */
.inner-page-banner-section {
  background-image: url("//47365323.fs1.hubspotusercontent-na1.net/hubfs/47365323/raw_assets/public/Zelos%20Media%202025/images/blog-bg.png");
    background-size: cover;
    background-position: center;
    padding: 230px 0 180px;
    }

.inner-page-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.inner-page-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 46px;
  line-height: 56.07px;
  color: #1D2B64;
  text-align: center;
}

.inner-page-link,.inner-page-link * {
  font-family: Roboto !important;
  font-weight: 500 !important;
  font-size: 22px;
  line-height: 26px;
  color: #4B4B4B;
  text-align: center;
  text-decoration: none !important;
}

.inner-page-link a:hover {
  color: #017CFF;
}

@media(max-width:991px){
  .inner-page-banner-section {
    padding: 150px 0 100px;
  }
  .inner-page-title{
    font-size: 40px;
    line-height: 50px;
  }
  .inner-page-banner-content{
    gap: 5px;
  }
  .inner-page-link, .inner-page-link *{
    font-size: 20px;
  }
}
@media(max-width:767px){
  .inner-page-title{
    font-size: 30px;
    line-height: 40px;
  }
  .inner-page-link, .inner-page-link *{
    font-size: 16px;
    line-height: 23px;
  }
}

.blog-contents {
  padding: 100px 0;
}

.blog-author {
  font-family: Roboto;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #003366;
}

.blog-date {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
}

.blog-author-date {
  margin-bottom: 20px;
}

.blog-body-content, .blog-body-content p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
}

.blog-body-content * {
  font-family: Montserrat;
}

.blog-body-content h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 73.14px;
}

.blog-body-content h2 {
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 56.07px;
}

.blog-body-content h3 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.blog-body-content h4 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
}

.blog-body-content h5 {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
  line-height: 21.44px;
}

.blog-body-content h6 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.44px;
}

@media (max-width: 1199px) {
  .blog-body-content h1 {
    font-size: 50px;
    line-height: 65px;
  }
}

@media (max-width: 991px) {
  .blog-body-content h1 {
    font-size: 40px;
    line-height: 55px;
    text-align: center;
  }

  .blog-body-content h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .blog-body-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .blog-body-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.blog-body-content p {
  margin-bottom: 15px;
}

.blog-body-content p:last-child {
  margin: 0;
}

.blog-body-content p img {
  width: 100% !important;
  padding: 30px;
  border-radius: 10px;
  background: #0033661A;
  !i;!;
}

.blog-body-content p span {
  width: 100%;
  display: flex;
}


/* related blog custom */
article.blog-related-posts__post {
  flex: none !important;!i;!;!I;!;
  width: 100% !important;!i;!;!I;!;
  max-width: calc(33.33% - 14.5px);
  background: #0033661A;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.blog-related-posts__list {
  gap: 20px;
}

.blog-related-posts__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  gap: 10px;
}

.blog-related-content {
  display: none;
}

h3.blog-related-posts__title, h3.blog-related-posts__title a {
  margin: 0;
  font-family: Roboto !important;!I;!;
  font-weight: 500 !important;!I;!;
  font-size: 22px;
  line-height: 30px;
  color: #003366;];];
}

.blog-related-button {
  display: flex;
}

.blog-related-button a {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.94px;
  color: #003366;
  display: flex;
  text-decoration: none;
}

a.blog-related-posts__post-image-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

article.blog-related-posts__post:hover {
  background: #003366;
}

article.blog-related-posts__post:hover h3.blog-related-posts__title, article.blog-related-posts__post:hover h3.blog-related-posts__title a {
  color: #fff;
}

article.blog-related-posts__post:hover .blog-related-button a {
  color: #fff;
}

.blog-related-button a:hover {
  text-decoration: underline;
}

.blog-related-button a svg {
  display: none;
}
.blog-related-posts h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 46px;
  line-height: 56.07px;
  color: #003366;
  text-align: center;
  text-transform: uppercase;
}

@media(max-width:991px){
  article.blog-related-posts__post{
    max-width: calc(50% - 10px);
  }
  .blog-related-posts h2 {
    font-size: 40px;
  }
}
@media(max-width:767px){
  .blog-related-posts h2 {
    font-size: 30px;
  }
  article.blog-related-posts__post{
    max-width: 100%;
  }
}