.view-article section#sp-main-body .container-inner .row {
  display: flex !important;
}
.article-details {
  margin-top: 57px;
}
.custom-article-meta .reading-time:before {
  display: none;
}
.custom-article-meta {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  gap: 16px;
  margin-bottom: 15px;
}
.custom-article-meta .pub_date {
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.custom-article-meta .author {
  color: #092972;
}
.custom-article-meta .author span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.custom-article-meta .reading-time-wrap,
.custom-article-meta .reading-time {
  color: #666666;
}
.custom-article-meta .reading-time-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.custom-article-meta .reading-time {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.custom-article-meta .time-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.article-details .article-title {
  color: #092972 !important;
  margin-top: 20px;
  margin-bottom: 23px;
  /* font-size: 34px; */
  font-weight: 700;
}
.view-article
  .article-details
  .newsberg-details-img-wrapper
  .img-top-wrap
  .article-header
  h1 {
  font-size: 34px;
  line-height: 1.2;
}

.view-article
  .article-details
  .newsberg-details-img-wrapper
  .img-top-wrap
  .article-header
  h2 {
  font-size: 30px;
  line-height: 1.2;
}

.view-article
  .article-details
  .newsberg-details-img-wrapper
  .img-top-wrap
  .article-header
  h3 {
  font-size: 26px;
  line-height: 1.2;
}

.view-article
  .article-details
  .newsberg-details-img-wrapper
  .img-top-wrap
  .article-header
  h4 {
  font-size: 22px;
  line-height: 1.2;
}

.view-article
  .article-details
  .newsberg-details-img-wrapper
  .img-top-wrap
  .article-header
  h5 {
  font-size: 18px;
  line-height: 1.2;
}

.view-article
  .article-details
  .newsberg-details-img-wrapper
  .img-top-wrap
  .article-header
  h6 {
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .view-article
    .article-details
    .newsberg-details-img-wrapper
    .img-top-wrap
    .article-header
    h1 {
    font-size: 28px;
  }

  .view-article
    .article-details
    .newsberg-details-img-wrapper
    .img-top-wrap
    .article-header
    h2 {
    font-size: 26px;
  }

  .view-article
    .article-details
    .newsberg-details-img-wrapper
    .img-top-wrap
    .article-header
    h3 {
    font-size: 22px;
  }

  .view-article
    .article-details
    .newsberg-details-img-wrapper
    .img-top-wrap
    .article-header
    h4 {
    font-size: 20px;
  }

  .view-article
    .article-details
    .newsberg-details-img-wrapper
    .img-top-wrap
    .article-header
    h5 {
    font-size: 17px;
  }

  .view-article
    .article-details
    .newsberg-details-img-wrapper
    .img-top-wrap
    .article-header
    h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 575.98px) {
  .view-article
    .article-details
    .newsberg-details-img-wrapper
    .img-top-wrap
    .article-header
    h1 {
    font-size: 26px;
  }

  .view-article
    .article-details
    .newsberg-details-img-wrapper
    .img-top-wrap
    .article-header
    h2 {
    font-size: 24px;
  }

  .view-article
    .article-details
    .newsberg-details-img-wrapper
    .img-top-wrap
    .article-header
    h3 {
    font-size: 21px;
  }

  .view-article
    .article-details
    .newsberg-details-img-wrapper
    .img-top-wrap
    .article-header
    h4 {
    font-size: 19px;
  }

  .view-article
    .article-details
    .newsberg-details-img-wrapper
    .img-top-wrap
    .article-header
    h5 {
    font-size: 16px;
  }

  .view-article
    .article-details
    .newsberg-details-img-wrapper
    .img-top-wrap
    .article-header
    h6 {
    font-size: 14px;
  }
  .custom-article-meta {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  #article_topics_coverd {
    display: none;
  }
  .topics-covered-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 991.98px) {
  #article_topics_coverd {
    padding: 23px 8px;
    margin-top: 32px;
    margin-bottom: 32px;
    border-radius: 9px;
    border: 1px solid #d9d9d9;
  }
}
