.opti-blog-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 40px 0;
}
.opti-blog-block {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #f0f2f5;
  border-radius: 8px;
  box-shadow: none;
  padding: 32px 32px 32px 32px;
  align-items: center;
  /* gap: 32px; */
}
.opti-blog-img {
  flex: 0 0 260px;
  max-width: 440px;
  margin-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opti-blog-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.opti-blog-content {
  flex: 1 1 0%;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.opti-blog-title {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 8px 0;
  line-height: 1.2;
  color: #000;
  text-decoration: underline;
}
.opti-blog-title:hover{
  color: black;
  text-decoration: none;
  font-style: italic;
  font-weight: 500;
}
.opti-blog-date {
  color: #555;
  font-size: 1rem;
  margin-bottom: 8px;
}
.opti-blog-meta {
  color: #222;
  font-size: 1.1rem;
  margin-bottom: 12px;
}
.opti-blog-readmore {
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 24px;
  padding: 12px 42px;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
  margin-top: 12px;
  transition: background 0.2s;
}
.opti-blog-readmore:hover {
  background: #e60000;
  color: #fff;
}
@media (max-width: 900px) {
  .opti-blog-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    /* gap: 20px; */
  }
  .opti-blog-img {
    margin-right: 0;
    margin-bottom: 16px;
    max-width: 100%;
  }
}
.opti-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 30px 0;
}
.opti-pagination-arrow {
  color: #00194A;
  font-size: 22px;
  text-decoration: none;
  cursor: pointer;
}
.opti-pagination-arrow.disabled {
  color: #ccc;
  cursor: default;
  opacity: 1;
}
.opti-pagination-arrow.disabled-dark {
  color: #00194A;
  opacity: 0.3;
  cursor: default;
}
.opti-pagination-page {
  color: #222;
  text-decoration: none;
  padding: 4px 10px;
  min-width: 28px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.opti-pagination-page.active {
  background: #e60000;
  color: #fff;
  padding: 4px 12px;
}
.blog-index__post--list{
  
    display: flex;
    padding: 1.5rem 0;
    width: 100%;
}
.blog-index__post {
    border: 2px solid #eff7fe;
    margin-bottom: 2.8rem;
}
.opti-blog-readmore{
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 24px;
  padding: 12px 32px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  margin-top: 12px;
  transition: background 0.2s;
}

.blog_italik{
  color: black;
  text-decoration: underline;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgb(239, 247, 254);
}
.blog-index__post-author-image-wrapper--list {
    display: inline-block;
}

.blog-index__post-author-image--list{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.opti-blog-content p, .blog_auther, .blog_italik a {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px;
    color: black;
}

.blog-index__post-tag-link a {
    text-decoration: underline;
}

.blog-index__post-author-name{
    color: black;
}
.blog-index__post-tag-link--list {
    color: black;
    text-decoration: underline;
    font-size: 16px;
  }

 .hero_image {
    height: 300px;
    width: 100%;
}

.hero_image img {
    width: 100%;
    object-fit: cover;
    height: -webkit-fill-available;
    height: 300px;
}

/* OPTIMIZELY DETAILS */

.blog_details {
    max-width: 760px;
    margin: 0 auto;
}
p{
  font-size: 16px;
  margin: 2rem 0;
  line-height: 1.5;
  color: black;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.hs_cos_wrapper_type_text{
  color: #eb0000;
  font-size: 44px;
  font-weight: 800;
}
.blog-index__post-author-name, .blog-post__author-name {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
}
.story_div{
  margin-bottom: 5rem;
}
.story_div p{
  font-size: 16px;
}
a.blog-post__author-name {
    margin: 3rem 0;
    display: inline-block;
}
.story_div:first-of-type > img:first-of-type {
  border-radius: 18px;
}

.story_div img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-post {
    margin-top: 60px;
    position: relative
}

h2>strong{
    color: #eb0000;
    font-size: 42px;
    font-weight: 800;
}
.blog-post__tags {
  margin-top: 5rem;
    margin-bottom: .7rem
}

.blog-post__tag-link {
    display: inline-block;
    margin-right: 30px;
    color: black;
    text-decoration: underline;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
}

.blog-post__tag-link:hover, .blog-post__author-name:hover{
  color: #eb0000;
  font-style: italic;
}

.blog-post__tag-link:active,.blog-post__tag-link:focus,.blog-post__tag-link:hover {
    text-decoration: none
}

.blog-post__meta {
    margin-bottom: 1.5rem
}

.blog-post__date {
    border-right: 2px solid;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px
}

.blog-post__social-sharing .social-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.blog-post__social-sharing .social-links__icon {
    display: inline-block;
    margin: 0 .7rem .35rem 0;
    padding: .7rem
}

.blog-post__social-sharing .social-links svg {
    height: 15px;
    width: auto
}

@media screen and (min-width: 1300px) {
    .blog-post__social-sharing .social-links {
        display:inline-flex;
        flex-direction: column
    }

    .blog-post__social-sharing {
        left: -7rem;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        top: 9rem
    }
}


@media screen and (max-width: 768px) {
  .hs_cos_wrapper_type_text {
    font-weight: 800;
    font-size: 30px;
  }
    h1.blog-post__title {
      line-height: 1;
  }

  h2>strong {
    font-size: 24px;
  }
}