main#content {
  background-color: #ffffff;
}
body.enhanced-detail-page article.card,
.blog-title-banner-block .banner-section {
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 0;
}
/* .blog-detail-page-banner {
  border-bottom: 1px solid #d2d2d2;
} */
.full-width-banner .form-group {
  margin: 0;
}
.full-width-banner .views-field.views-field-nothing.card.teaser {
  /* max-width: 720px;
  margin: auto;
  display: flex;
  justify-content: center;
  height: 720px;
  margin-bottom: 0px; */
  padding: 0;
  border-radius: 0;
  min-height: calc(100vh - 150px);
  display: flex;
  justify-content: center;
}
.view.view-blogs.view-id-blogs.view-display-id-block_5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.view.view-blogs.view-id-blogs.view-display-id-block_5 .view-header {
  grid-column: 1/-1;
  margin-top: 192px;
}

.blog-detail-page-banner .blog-author-detail {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-detail-page-banner .blog-author-detail a {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--blog-authorFontColor);
}
.blog-detail-page-banner .blog-author-detail a:hover {
  color: var(--primary-color);
}

.blog-detail-page-banner .author-name {
  display: flex;
  flex-direction: column;
}
.blog-detail-page-banner .author-desg {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--blog-fontColor);
}
.blog-detail-page-banner .meta_into_value img {
  border-radius: 50%;
  min-width: 56px;
  height: auto;
}
.blog-detail-page-banner .meta_into_value {
  display: grid;
  /* gap: 16px; */
  gap: 30px;
  flex-direction: column;
  grid-template-columns: 1fr 1fr;
}
.blog-detail-page-banner .card .teaser__title {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 48px;
  color: var(--blog-authorFontColor);
  line-height: 60px;
}
.hero-action-button a {
  background: url(../blog-article/img/edit_pencil.svg) no-repeat center;
  width: 38px;
  height: 38px;
  display: block;
  background-color: #fff;
  box-shadow: none;
  border-radius: 50% !important;
}
.hero-action-button {
  display: inline;
  position: absolute;
  right: 0;
  top: 11px;
  top: 3rem;
  right: 1rem;
  z-index: 3;
}

.blog-detail-page-banner .date-section,
.blog-detail-page-banner .blog-read-time {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
.blog-detail-page-banner .blog-read-time {
  position: relative;
  padding-left: 12px;
}
.blog-detail-page-banner .blog-read-time::before {
  content: '.';
  font-size: 30px;
  position: absolute;
  left: 0;
  bottom: 38%;
}
.blog-detail-page-banner .author__info {
  color: var(--blog-authorFontColor);
  font-weight: 600;
  font-size: 16px;
}
.content-middle-section {
  border-top: 0px;
}

.content-middle-section img:not(table img) {
  border-radius: 12px;
  height: 480px;
  margin-bottom: 16px;
  margin-left: 0px;
  margin-right: 0px;
}
.content-middle-section p {
  font-family: var(--primary-font);
  color: var(--blog-fontColor);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.content-middle-section img + p span {
  font-family: var(--primary-font);
  color: var(--blog-fontColor);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 48px;
}
.content-middle-section .quotes blockquote p span {
  font-family: var(--primary-font) !important;
  color: var(--blog-authorFontColor) !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.content-middle-section .quotes blockquote + p span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
/* .content-middle-section h4 + p {
  margin-bottom: 48px;
} */

.content-middle-section img {
  margin-top: 48px;
}
.content-middle-section .quotes blockquote + p span {
  margin-bottom: 48px;
}
.content-middle-section h4 + p + img + p {
  margin-bottom: 0px;
}
.content-middle-section .blockquote {
  margin-bottom: 48px !important;
}

.content-middle-section .quotes + p {
  margin-bottom: 32px !important;
}
.content-middle-section .quotes + p + h4 + p {
  margin-bottom: 32px !important;
}
.content-middle-section h3 {
  margin-bottom: 20px !important;
  margin-top: 32px !important;
}

.content-middle-section h4,
.content-middle-section h3,
.content-middle-section h2 {
  font-family: var(--secondary-font);
  color: var(--blog-authorFontColor);
  font-size: 22px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
  margin-bottom: 16px !important;
}
.content-middle-section h4,
.content-middle-section h3,
.content-middle-section h2 {
  margin-bottom: 20px;
}
.content-middle-section h4:not(:first-child),
.content-middle-section h3:not(:first-child),
.content-middle-section h2:not(:first-child) {
  margin-bottom: 16px;
}

.content-middle-section p,
.content-middle-section .detail-page-body {
  font-family: var(--primary-font);
  color: var(--blog-fontColor);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.content-middle-section ol {
  /* margin-bottom: 48px !important; */
  font-family: var(--primary-font);
  color: var(--blog-fontColor);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.content-middle-section p:has(+ .conclusion) {
  margin-bottom: 48px;
}
.content-middle-section .conclusion {
  background-color: #fafafa;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  margin-bottom: 48px;
  padding-top: 32px;
  border-radius: 16px;
}

.content-middle-section .conclusion h4 {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 38px;
}
.content-middle-section {
  /* font-family: var(--secondary-font); */
  color: var(--primary-color);
  font-weight: 600;
  font-size: 22px;
  line-height: 38px;
  /* padding-top: 72px; */
  padding-top: 26px;
}

.content-middle-section blockquote {
  padding: 0px !important;
}
.content-middle-section figcaption {
  text-align: left !important;
  margin-top: 0px !important;
}
.detail-field.author-field {
  display: none;
}
.blog-title-banner-block .form-group {
  margin: 0;
}
.blog-title-banner-block .card {
  padding: 0;
  max-width: 100%;
}
.blog-title-banner-block .banner-details {
  padding: 0 24px 0 24px;
  margin-top: 50px;
}
.full-width-banner .views-field.views-field-nothing.card.teaser .field-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
.banner-right-section img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 50px;
}
.bannner_author_image {
  height: 100%;
}
.banner-left-section {
  padding: 50px 95px;
  margin: auto 0;
}
.full-width-banner .views-field.views-field-nothing.card.teaser .field-content:not(:has(.banner-right-section)) {
  grid-template-columns: 1fr;
}
.unpublished-status {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 30px;
}
.latest-blogs-block .form-group {
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .blog-detail-page-banner .banner-left-section {
    width: auto;
    margin: auto;
  }
  /* .full-width-banner .views-field.views-field-nothing.card.teaser {
    display: flex;
    justify-content: center;
  } */
  .content-middle-section img:not(table img) {
    height: auto;
  }
  /* .content-middle-section,
  .blog-title-banner-block .banner-details {
    padding-left: 0px;
    padding-right: 0px;
  } */
  .main-container .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .blog-detail-page-banner .banner-left-section {
    width: auto;
    margin: auto;
    padding: 17px;
  }
  .img {
    height: auto;
  }
  /* .content-middle-section {
    padding-left: 0;
    padding-right: 0;
    width: auto; */
  /* padding-top: 32px; */
  /* } */
  /* .content-middle-section ol {
    padding-left: 10px;
  } */
  .full-width-banner .views-field.views-field-nothing.card.teaser {
    height: 650px;
  }
  .blog-detail-page-banner .card .teaser__title {
    font-size: 30px;
    line-height: 38px;
  }
  .content-middle-section .conclusion {
    margin-bottom: 0px;
  }
  .content-middle-section img + p span {
    margin-bottom: 24px;
  }
  .content-middle-section {
    padding-top: 12px;
  }
  .blog-detail-page-banner .card .teaser__title,
  .banner-right-section img {
    margin-bottom: 24px !important;
  }
  .blog-title-banner-block .banner-details {
    margin-top: 24px !important;
    padding: 0 12px 0 12px;
  }
  .banner-right-section img {
    height: auto;
  }
  .blog-detail-page-banner .meta_into_value {
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .content-middle-section .quotes blockquote + p span {
    margin-bottom: 24px;
  }

  .content-middle-section img {
    margin-top: 24px !important;
  }
  .view.view-blogs.view-id-blogs.view-display-id-block_5 .view-header {
    margin-top: 62px;
  }
  .blog-detail-page-banner .date-section,
  .blog-detail-page-banner .blog-read-time,
  .blog-detail-page-banner .author-desg {
    font-size: 12px;
    line-height: 20px;
  }
  .blog-detail-page-banner .blog-read-time::before {
    bottom: 46%;
  }
  .blog-detail-page-banner .blog-author-detail a,
  .content-middle-section p,
  .content-middle-section .detail-page-body {
    font-size: 14px;
    line-height: 24px;
  }
  .content-middle-section h4,
  .content-middle-section h3,
  .content-middle-section h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
  }
  .view.view-blogs.view-id-blogs.view-display-id-block_5 {
    grid-template-columns: 1fr 1fr;
  }
  .view.view-blogs.view-id-blogs.view-display-id-block_5 {
    padding: 0 12px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .view.view-blogs.view-id-blogs.view-display-id-block_5 {
    grid-template-columns: 1fr 1fr;
  }
  .img {
    height: auto;
  }
  .view.view-blogs.view-id-blogs.view-display-id-block_5 {
    padding: 0 24px;
  }
  .view.view-blogs.view-id-blogs.view-display-id-block_5 .view-header {
    margin-top: 100px;
  }
}
@media (min-width: 991px) and (max-width: 1370px) {
  .blog-detail-page-banner .banner-left-section {
    width: auto;
    margin: auto;
  }
  .full-width-banner .views-field.views-field-nothing.card.teaser {
    width: auto;
    margin: auto;
  }
  .full-width-banner .views-field.views-field-nothing.card.teaser {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .view.view-blogs.view-id-blogs.view-display-id-block_5 {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
