@media (max-width: 1024px) {
  .blog-section-header .elementor-widget-container::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #0080ff;
    bottom: -13px;
  }
  .blog-section-header h2 {
    color: #3d3f4d !important;
    font-weight: bold !important;
    font-size: 22px;
  }
  #blogIndexSelected .blog-card {
    width: 256px;
  }
  #blogIndexSelected .elementor-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    margin-right: 16px;
    padding-left: 16px;
  }
  #blogIndexSelected .blog-card-meta {
    display: none;
  }
  #blogIndexSelected .blog-card-title {
    padding: 1.5rem 0;
    position: absolute;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    padding-right: 5px;
  }
  #blogIndexSelected .elementor-heading-title {
    color: white;
  }
  .blog-card-s1 {
    background-color: #f8f8f8;
    border-radius: 10px;
    height: 130px;
  }
  .blog-card-s1-body {
    height: 130px;
    justify-content: space-around;
  }
  .blog-card__s1-title .elementor-heading-title {
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    font-weight: 700;
    text-align: right;
    -moz-text-align-last: right;
    text-align-last: right;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #5e5656;
  }
  .blog-card__s1-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .blog-card__s1__category .elementor-post-info__item > span:first-child {
    color: #0080ff;
    background-color: #eef7ff;
    border-radius: 1.125rem;
    padding: 0 0.5rem;
    height: 18px;
    cursor: unset !important;
    font-size: 14px;
    font-weight: 500;
  }
  .blog-card__s1__category a {
    color: #0080ff !important;
  }
  .blog-card__s1__date .elementor-post-info__item {
    color: #878787;
    font-size: 0.75rem;
    line-height: 1.1875rem;
    font-weight: 500;
    padding-right: 0;
    padding-left: 0;
    cursor: unset !important;
  }
  #blogIndexVideo .container-movie-opacity .container-movie__text {
    z-index: 2;
  }
  #blogIndexVideo .container-movie-blog-s1 .container-movie__text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.57);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    padding-right: 5px;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #blogIndexVideo .container-movie-blog-s1 img {
    border-radius: 10px;
  }
  #blogIndexVideo .container-movie-blog-s1 .container-movie-blog-s1__icon-play {
    position: absolute;
    top: -8px;
    z-index: 2;
    right: 15px;
  }
  #blogIndexVideo .container-movie-blog-s1 .container-movie-blog-s1__icon-play i {
    font-size: 20px;
  }
  #blogCategoryIndex nav {
    overflow: overlay;
    height: 110px;
  }
  #blogCategoryIndex ul.elementor-nav-menu {
    gap: 15px;
    flex-wrap: nowrap !important;
  }
  #blogCategoryIndex a.elementor-item {
    background: #f3f3f3;
    border-radius: 10px;
    color: #0080ff;
    font-size: 16px;
    min-width: 1;
    width: 200px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    height: 90px;
    font-size: 20px !important;
  }
  .post-content .post-title {
    padding-bottom: 0px;
  }
  .post-content .post-title h1 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 900;
    word-wrap: break-word;
    padding-bottom: 0;
  }
  .post-content .post-header {
    padding-right: 0;
  }
  .post-content .post-header .author-detail .elementor-image-box-wrapper {
    display: flex;
  }
  .post-content .post-header .author-detail .elementor-image-box-wrapper .elementor-image-box-content {
    padding-top: 5px;
    position: relative;
    right: 7px;
  }
  #page-single-main .post-title__container {
    justify-content: start;
    position: relative;
    top: 15px;
    display: flex;
    flex-direction: row;
  }
  #post-article-text {
    font-size: 16px;
    text-align: justify;
    line-height: 2;
    color: #515151;
  }
  #post-article-text h2,
  #post-article-text h3,
  #post-article-text h4,
  #post-article-text h5,
  #post-article-text h6 {
    line-height: 1.5;
    text-align: right !important;
    margin-bottom: 5px;
  }
  #post-article-text h2 + .blockquote-container,
  #post-article-text h3 + .blockquote-container,
  #post-article-text h4 + .blockquote-container,
  #post-article-text h5 + .blockquote-container,
  #post-article-text h6 + .blockquote-container,
  #post-article-text h2 + .alert-figure-wrapper,
  #post-article-text h3 + .alert-figure-wrapper,
  #post-article-text h4 + .alert-figure-wrapper,
  #post-article-text h5 + .alert-figure-wrapper,
  #post-article-text h6 + .alert-figure-wrapper {
    margin: 15px 0;
  }
 
  #post-article-text .blockquote-container {
    border-right: 3px solid #0091ff;
    background-color: #fafafa;
    padding: 25px;
    display: block;
  }
  #post-article-text .blockquote-container span,
  #post-article-text .blockquote-container p {
    padding: 25px;
    display: block;
    font-weight: 500;
  }
  #post-article-author .elementor-image-box-description {
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
    font-weight: normal;
  }
}
#post-article-text .content_toc {
  position: relative;
  background-color: #eef7ff;
  border-radius: 16px;
  padding: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 1;
}
#post-article-text .content_toc .content_toc_header {
  font-size: 1.125rem;
  line-height: 1.8rem;
  font-weight: 900;
}
#post-article-text .content_toc .content_toc_body ul {
  padding-right: 20px;
}
#post-article-text .content_toc .content_toc_body ul li {
  padding: 8px 5px 5px 5px;
  font-weight: 700;
  color: #515151;
  font-size: 0.9rem;
}
#post-article-text .alert-figure-wrapper .alert-figure-wrapper_body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #e4ffef;
  border-radius: 10px;
  padding: 2rem;
}
#post-article-text .alert-figure-wrapper .alert-figure-wrapper_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#post-article-text .alert-figure-wrapper .alert-figure-wrapper_img img {
  width: 120px;
  max-width: 150px;
  border-radius: 10px;
  max-height: 150px;
}
#post-article-text .alert-figure-wrapper .alert-figure-wrapper_text {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
#post-article-text .alert-figure-wrapper .alert-figure-wrapper_footer {
  display: flex;
}
#post-article-text .alert-figure-wrapper .alert-figure-wrapper-footer__space-around {
  justify-content: space-around;
}
#post-article-text .alert-figure-wrapper .alert-figure-wrapper_aparat {
  width: 250px;
}
.alert {
  margin: 2rem 0;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-primary-header {
  background-color: #92c6fc;
  border-bottom: 1px solid #7bb8fa;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 45px;
  padding-right: 10px;
  max-height: 45px;
}
.alert-primary-body {
  padding: 0.75rem 1.25rem;
}
