.newsroom-single-post-section + .news-releases-section {
  padding-top: 0 !important;
}
.newsroom-single-post-section {
  padding: 240px 0;
}
.newsroom-post .post-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.newsroom-post .post-title-wrap img {
  width: 100%;
  max-width: 184px;
  height: auto;
  object-fit: contain;
}
.newsroom-post .post-title {
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
.newsroom-post .post-meta {
  display: block;
  padding: 35px 0 20px;
  color: var(--default-blue);
  border-bottom: 1px solid var(--default-blue);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.newsroom-post .post-thumbnail {
  margin: 66px 0;
}
.newsroom-post .post-thumbnail img {
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.98/1;
  object-fit: cover;
  border-radius: 16px !important;
}
.newsroom-post:not(.post-thumbnail) .post-body {
  margin-top: 66px;
}
.newsroom-post .post-body {
  display: flex;
  flex-wrap: wrap;
  gap: 132px;
}
.newsroom-post .post-body.no-sidebar .post-content {
  max-width: 100%;
  flex: 0 0 100%;
}
.newsroom-post .post-body .post-content .newsletter-description > table {
  width: 100% !important;
}
.newsroom-post
  .post-body
  .post-content
  .newsletter-description
  table[align="left"]:has(+ table[align="right"]),
.newsroom-post
  .post-body
  .post-content
  .newsletter-description
  table[align="left"]:has(img)
  + table[align="right"] {
  width: 80%;
}
.newsroom-post
  .post-body
  .post-content
  .newsletter-description
  table[align="left"]
  + table[align="right"],
.newsroom-post
  .post-body
  .post-content
  .newsletter-description
  table[align="left"]:has(+ table[align="right"]):has(img) {
  width: 20%;
}
.newsroom-post
  .post-body
  .post-content
  .newsletter-description
  table[align="left"]
  + table[align="right"] {
  margin-bottom: 16px;
}
.newsroom-post .post-body .post-content .newsletter-description table span,
.newsroom-post .post-body .post-content .newsletter-description table a {
  display: inline-block;
}
.newsroom-post
  .post-body
  .post-content
  .newsletter-description
  > table
  > tbody
  > tr:first-child {
  display: none;
}
.newsroom-post .post-body.no-sidebar .post-sidebar {
  display: none;
}
.newsroom-post .post-body .post-content,
.newsroom-post .post-body .post-sidebar {
  width: 100%;
}
.newsroom-post .post-body .post-content {
  max-width: 56.15%;
  flex: 0 0 56.15%;
}
.newsroom-post .post-body .post-sidebar {
  max-width: 32.5%;
  flex: 0 0 32.5%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.newsroom-post .post-body .post-content h2,
.newsroom-post .post-body .post-content h2 strong {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 50px 0 25px;
}
.newsroom-post .post-body .post-content h3,
.newsroom-post .post-body .post-content h3 strong {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 50px 0 25px;
}
/* .newsroom-post .post-body .post-content p, .newsroom-post .post-body .post-content ul li, .newsroom-post .post-body .post-content a{font-size: 0.875rem;line-height: 1.2;letter-spacing: 0;} */
.newsroom-post .post-body .post-content p,
.newsroom-post .post-body .post-content ul li,
.newsroom-post .post-body .post-content a {
  color: var(--black-color);
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.newsroom-post .post-body .post-content ul:not(.newsroom-list) {
  list-style: none;
  padding: 0;
}
.newsroom-post .post-body .post-content ul li:not(.newsroom-list-item) {
  position: relative;
  padding-left: 44px;
}
.newsroom-post .post-body .post-content ul li:not(.newsroom-list-item):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: url("/wp-content/uploads/2025/09/plus-blue-2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.newsroom-post .post-body .post-content h3,
.newsroom-post .post-body .post-content h4 {
  margin: 65px 0 24px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}
.newsroom-post .post-body .post-content img {
  margin: 36px 0;
}
.newsroom-post .post-body .post-content .newsroom-card img {
  margin: 0;
}
.newsroom-post .post-body .post-content .newsroom-card h3,
.newsroom-post .post-body .post-content .newsroom-card h4 {
  margin: 0;
}
.newsroom-post .post-body .post-content p:has(img) {
  margin: 0;
}
.newsroom-post .post-body .post-content a {
  color: var(--default-blue);
  transition: all 0.3s ease;
  text-decoration: underline;
}
.newsroom-post .post-body .post-content p,
.newsroom-post .post-body .post-content ul li {
  margin: 0 0 16px 0;
}
.newsroom-post .post-body .post-overview,
.newsroom-post .post-body .post-newsletter {
  background-color: #0081fb1a;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.newsroom-post .post-body .post-overview {
  padding: 40px 30px 0 40px;
}
.newsroom-post .post-body .post-newsletter {
  padding: 35px;
}
.newsroom-post .post-body .post-overview .overview-title {
  text-align: center;
}
.newsroom-post .post-body .post-overview .overview-title,
.newsroom-post .post-body .post-newsletter .post-newsletter-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--default-blue);
  margin: 0;
}
.newsroom-post .post-body .post-overview .overview-text {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  margin: 10px 0 25px;
}
.newsroom-post .post-body .post-overview .btn {
  margin: 0 auto 24px;
  width: max-content;
}
.newsroom-post .post-body .post-overview .overview-img {
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: bottom center;
}
.newsroom-post .post-body .post-newsletter .post-newsletter-desc,
.newsroom-post
  .post-body
  .post-newsletter
  .post-newsletter-box
  .post-newsletter-label {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 15px 0 0;
}
.newsroom-post
  .post-body
  .post-newsletter
  .post-newsletter-box
  .post-newsletter-label {
  margin: 0 0 10px !important;
  display: inline-block;
}
.newsroom-post
  .post-body
  .post-newsletter
  .post-newsletter-box
  .post-newsletter-subscribe {
  margin: 10px 0 0;
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.newsroom-post .post-body .post-newsletter .post-newsletter-box {
  margin-top: 64px;
}
.newsroom-post
  .post-body
  .post-newsletter
  .post-newsletter-box
  .post-newsletter-subscribe
  .post-newsletter-subscribe-link {
  display: inline-block;
  color: var(--black-color);
}
.newsroom-post .post-body .post-about .post-about-title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
.newsroom-post .post-body .post-about .post-about-desc {
  margin: 25px 0 0;
}
.newsroom-post .post-body .post-about .post-about-desc p {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 16px;
}
.newsroom-post .post-body .post-about .post-about-desc p:last-child {
  margin: 0;
}
.newsroom-post .post-body .post-meta-info {
  border-radius: 8px;
  padding: 20px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.newsroom-post .post-body .post-meta-info .meta-info {
  display: inline-block;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.newsroom-post .post-body .post-meta-info .meta-info span:last-child {
  color: var(--default-blue);
}
.newsroom-post
  .post-sidebar
  .table-content
  .ez-toc-widget-sticky-container.is_stuck {
  position: static !important;
  box-shadow: none;
}
.newsroom-post
  .post-sidebar
  .table-content
  .ez-toc-widget-sticky-container.is_stuck
  > div,
.newsroom-post
  .post-sidebar
  .table-content
  .ez-toc-widget-sticky-container.is_stuck
  + div,
.newsroom-post .post-sidebar .table-content .ez-toc-widget-sticky-btn,
.newsroom-post
  .post-sidebar
  .table-content
  .ez-toc-widget-sticky-container
  nav
  ul
  li
  a::before,
.newsroom-post
  .post-sidebar
  .table-content
  .ez-toc-widget-sticky-container
  ul.ez-toc-widget-sticky-list
  li::before {
  display: none !important;
}
.newsroom-post .post-sidebar .table-content {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--default-blue);
}
.newsroom-post .post-sidebar .table-content div.ez-toc-widget-sticky-container,
.newsroom-post
  .post-sidebar
  .table-content
  div.ez-toc-widget-sticky-container.is_stuck {
  top: 0;
}
.newsroom-post
  .post-sidebar
  .table-content
  .ez-toc-widget-sticky-container.is_stuck
  nav {
  padding: 0;
}
.newsroom-post .post-sidebar .table-content .widgettitle,
.newsroom-post .table-content .custom-toc .toc-title {
  font-family: var(--bs-font-family);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 25px;
}
.newsroom-post
  .post-sidebar
  .table-content
  .ez-toc-widget-sticky-list
  .ez-toc-link,
.newsroom-post .table-content .custom-toc .newsletter-list-toc a {
  display: inline-block;
  font-family: var(--bs-font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #00000080;
  text-decoration: none;
  background-color: unset;
  padding-left: 0;
  transition: all 0.3s ease;
}
.newsroom-post
  .post-sidebar
  .table-content
  .ez-toc-widget-sticky-list
  .active
  .ez-toc-link {
  font-weight: 500;
  color: var(--default-blue);
}
.newsroom-post .post-sidebar .table-content .ez-toc-widget-sticky-list li {
  line-height: 0;
}
.newsroom-post .table-content .custom-toc .newsletter-list-toc a:focus,
.newsroom-post .table-content .custom-toc .newsletter-list-toc a:hover,
.newsroom-post .table-content .custom-toc .newsletter-list-toc.active a {
  color: var(--default-blue);
}
.newsroom-post
  .post-sidebar
  .table-content
  .ez-toc-widget-sticky-list
  li:not(:last-child),
.newsroom-post
  .custom-toc
  .newsletter-toc
  .newsletter-list-toc:not(:last-child) {
  margin-bottom: 15px;
}
.newsroom-post .custom-toc .newsletter-toc {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-releases-section {
  padding: 120px 0;
}
.news-releases-section .news-releases-title-label {
  font-family: var(--inter-font-family);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--default-blue);
  margin-bottom: 20px;
}
.news-releases-section .news-releases-title {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
.news-releases-section .news-releases-title ~ .news-releases-wrapper {
  margin-top: 62px;
}
.news-releases-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 120px;
}
.news-releases-wrapper .news-card,
.news-releases-wrapper .update-box {
  width: 100%;
  max-width: calc(33.33% - 24px);
  flex: 0 0 calc(33.33% - 24px);
}
.news-releases-wrapper .news-card {
  background-color: var(--grey-color);
  border-radius: 12px;
  padding: 25px;
}
.news-card .news-date {
  display: inline-block;
  background-color: #0076f91a;
  color: var(--default-blue);
  padding: 10px 15px;
  border-radius: 24.5px;
  text-align: center;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
}
.news-card .news-title,
.news-card .news-title a {
  color: var(--black-color);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
}
.news-card .news-title a,
.update-box .update-title a {
  text-decoration: none;
}
.news-card .news-title {
  margin: 20px 0 10px;
}
.news-card .news-tag {
  display: inline-block;
  color: #00000080;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}
.update-box .update-img-wrap {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
}
.update-box .update-img {
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.68 / 1;
  border-radius: 12px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.update-box .update-img-wrap:hover .update-img {
  transform: scale(1.1);
  transform-origin: center;
}
.update-box .update-title,
.update-box .update-title a {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--navcard-blue);
}
.update-box .update-title {
  margin: 20px 0;
}
.update-box .update-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.update-box .update-meta .update-clock-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.update-box .update-meta .update-meta-desc {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
.ez-toc-mobile-toggle-btn,
.ez-toc-mobile-close-btn {
  display: none !important;
}
.newsroom-post .post-body .post-content .newsroom-card {
  border-radius: 12px;
  padding: 28px 28px 40px;
  background-color: var(--grey-color);
}
.newsroom-post .post-body .post-content .newsroom-card:not(:last-child) {
  margin-bottom: 15px;
}
.newsroom-post .post-body .post-content .newsroom-card:first-of-type {
  margin-top: 74px;
}
.newsroom-post .post-body .post-content .newsroom-card.active {
  background-color: var(--default-blue) !important;
}
.newsroom-post .post-body .post-content .newsroom-card * {
  color: var(--black-color);
}
.newsroom-post .post-body .post-content .newsroom-card.active *,
.newsroom-post
  .post-body
  .post-content
  .newsroom-card.active
  .newsroom-list
  .newsroom-list-item
  > a {
  color: var(--white-color);
}
.newsroom-post .post-body .post-content .newsroom-card .newsroom-card-top {
  display: flex;
  align-items: center;
  gap: 17px;
}
.newsroom-post .post-body .post-content .newsroom-card .newsroom-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 59px;
  height: 59px;
  background-color: #bbdeff;
  border-radius: 8px;
}
.newsroom-post
  .post-body
  .post-content
  .newsroom-card.active
  .newsroom-icon-wrap {
  background-color: #ffffff33;
}
.newsroom-post .post-body .post-content .newsroom-card .newsroom-icon-wrap img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.newsroom-post
  .post-body
  .post-content
  .newsroom-card.active
  .newsroom-icon-wrap
  img {
  filter: brightness(0) invert(1);
}
.newsroom-post .post-body .post-content .newsroom-card .newsroom-card-title,
.newsroom-post .post-body .post-content .newsroom-card .newsroom-card-title a {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
}
.newsroom-post .post-body .post-content .newsroom-card .newsroom-card-title a {
  text-decoration: none;
}
.newsroom-post
  .post-body
  .post-content
  .newsroom-card
  .newsroom-card-title-desc {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 5px 0 0;
}
.newsroom-post .post-body .post-content .newsroom-card .newsroom-list {
  padding: 0;
  margin: 30px 0 0 28px;
}
.newsroom-post .post-body .post-content .newsroom-card .newsroom-list * {
  color: var(--navcard-blue);
}
.newsroom-post .post-body .post-content .newsroom-card.active .newsroom-list * {
  color: var(--white-color);
}
.newsroom-post
  .post-body
  .post-content
  .newsroom-card
  .newsroom-list
  .newsroom-list-item:last-child {
  margin-bottom: 0;
}

.newsroom-post
  .post-body
  .post-content
  .newsroom-card
  .newsroom-list
  .newsroom-list-item
  > a {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2;
  text-decoration: none;
}
.newsroom-post
  .post-body
  .post-content
  .newsroom-card
  .newsroom-list
  .newsroom-list-item
  .newsroom-item-source {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 4px;
}

.newsroom-post
  .post-body
  .post-content
  .newsroom-card.card-3bl
  .newsroom-card-title-desc {
  font-weight: 400;
  margin-top: 0;
}
.newsroom-post
  .post-body
  .post-content
  .newsroom-card.card-3bl
  .newsroom-card-title-desc
  a {
  font-weight: 700;
  text-decoration: underline;
  color: var(--default-blue);
}

.newsroom-post
  .post-body
  .post-content
  .newsroom-card.card-3bl
  .newsroom-icon-wrap {
  width: 100%;
  height: auto;
  background-color: transparent;
  border-radius: unset;
}
.newsroom-post
  .post-body
  .post-content
  .newsroom-card.card-3bl
  .newsroom-icon-wrap
  img {
  width: 100%;
  max-width: 136px;
  height: auto;
}

@media only screen and (max-width: 1280px) {
  .newsroom-single-post-section {
    padding: 200px 0;
  }
  .newsroom-post .post-title {
    font-size: 2.5rem;
  }
  .newsroom-post .post-meta {
    padding: 32px 0 20px;
  }
  .newsroom-post .post-thumbnail {
    margin: 56px 0;
  }
  .newsroom-post:not(.post-thumbnail) .post-body {
    margin-top: 56px;
  }
  .newsroom-post .post-body {
    gap: 100px;
  }
  .newsroom-post .post-body .post-content {
    max-width: calc(60% - 50px);
    flex: 0 0 calc(60% - 50px);
  }
  .newsroom-post .post-body .post-content h2,
  .newsroom-post .post-body .post-content h2 strong {
    font-size: 1.75rem;
    margin: 40px 0 20px;
  }
  .newsroom-post .post-body .post-content h3,
  .newsroom-post .post-body .post-content h3 strong {
    font-size: 1.125rem;
    margin: 40px 0 20px;
  }
  .newsroom-post .post-body .post-sidebar {
    max-width: calc(40% - 50px);
    flex: 0 0 calc(40% - 50px);
    gap: 36px;
  }
  .newsroom-post .post-body .post-overview {
    padding: 36px 28px 0 36px;
  }
  .newsroom-post .post-body .post-overview .overview-title,
  .newsroom-post .post-body .post-newsletter .post-newsletter-title {
    font-size: 1.4rem;
  }
  .newsroom-post .post-body .post-newsletter {
    padding: 32px;
  }
  .newsroom-post .post-body .post-overview .overview-text {
    margin: 10px 0 20px;
  }
  .newsroom-post .post-body .post-overview .btn {
    margin: 0 auto 20px;
  }
  .newsroom-post .post-body .post-newsletter .post-newsletter-desc,
  .newsroom-post
    .post-body
    .post-newsletter
    .post-newsletter-box
    .post-newsletter-label {
    margin: 12px 0 0;
  }
  .newsroom-post .post-body .post-newsletter .post-newsletter-box {
    margin-top: 54px;
  }
  .newsroom-post .post-body .post-about .post-about-desc {
    margin: 24px 0 0;
  }
  .newsroom-post .post-sidebar .table-content {
    padding-bottom: 36px;
  }
  .news-releases-wrapper {
    gap: 28px;
    margin-top: 100px;
  }
  .newsroom-post
    .post-body
    .post-content
    .newsletter-description
    table[align="left"]:has(+ table[align="right"]),
  .newsroom-post
    .post-body
    .post-content
    .newsletter-description
    table[align="left"]:has(img)
    + table[align="right"] {
    width: 70%;
  }
  .newsroom-post
    .post-body
    .post-content
    .newsletter-description
    table[align="left"]
    + table[align="right"],
  .newsroom-post
    .post-body
    .post-content
    .newsletter-description
    table[align="left"]:has(+ table[align="right"]):has(img) {
    width: 30%;
  }
  .newsroom-post .post-body .post-content h3,
  .newsroom-post .post-body .post-content h4 {
    margin: 54px 0 24px;
  }
  .newsroom-post .post-body .post-content h3 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .newsroom-single-post-section {
    padding: 160px 0;
  }
  .newsroom-post .post-title {
    font-size: 2rem;
  }
  .newsroom-post .post-meta {
    padding: 24px 0 18px;
  }
  .newsroom-post .post-thumbnail {
    margin: 48px 0;
  }
  .newsroom-post:not(.post-thumbnail) .post-body {
    margin-top: 48px;
  }
  .newsroom-post .post-thumbnail img {
    border-radius: 12px !important;
  }
  .newsroom-post .post-body {
    gap: 80px;
  }
  .newsroom-post .post-body .post-content {
    max-width: calc(60% - 40px);
    flex: 0 0 calc(60% - 40px);
  }
  .newsroom-post .post-body .post-sidebar {
    max-width: calc(40% - 40px);
    flex: 0 0 calc(40% - 40px);
    gap: 32px;
  }
  .newsroom-post .post-body .post-overview {
    padding: 32px 28px 0 32px;
  }
  .newsroom-post .post-body .post-newsletter {
    padding: 28px;
  }
  .newsroom-post .post-body .post-overview .overview-text {
    margin: 8px 0 18px;
  }
  .newsroom-post .post-body .post-overview .btn {
    margin: 0 auto 18px;
  }
  .newsroom-post .post-body .post-newsletter .post-newsletter-box {
    margin-top: 48px;
  }
  .newsroom-post .post-body .post-about .post-about-desc {
    margin: 20px 0 0;
  }
  .newsroom-post .post-body .post-meta-info {
    padding: 16px;
    gap: 12px;
  }
  .newsroom-post .post-sidebar .table-content {
    padding-bottom: 32px;
  }
  .news-releases-wrapper {
    gap: 30px;
    margin-top: 80px;
  }
  .news-releases-wrapper .news-card,
  .news-releases-wrapper .update-box {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
  .news-releases-section .news-releases-title ~ .news-releases-wrapper {
    margin-top: 48px;
  }
  .newsroom-post .post-body .post-content p,
  .newsroom-post .post-body .post-content ul li,
  .newsroom-post .post-body .post-content a {
    font-size: 1rem;
  }
  .newsroom-post .post-body .post-content h3,
  .newsroom-post .post-body .post-content h4 {
    margin: 42px 0 24px;
  }
  .newsroom-post .post-body .post-content h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .newsroom-post .post-body {
    gap: 60px;
  }
  .newsroom-post .post-body .post-content,
  .newsroom-post .post-body .post-sidebar {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .newsroom-post .post-body .post-overview {
    padding: 28px 28px 0 28px;
  }
  .newsroom-post .post-body .post-overview .overview-text {
    margin: 8px 0 16px;
    font-size: 0.875rem;
  }
  .newsroom-post .post-body .post-overview .btn {
    margin: 0 auto 16px;
  }
  .newsroom-post .post-body .post-overview .overview-title,
  .newsroom-post .post-body .post-newsletter .post-newsletter-title {
    font-size: 1.25rem;
  }
  .newsroom-post .post-body .post-about .post-about-title,
  .newsroom-post .post-body .post-meta-info .meta-info {
    font-size: 1rem;
  }
  .newsroom-post .post-body .post-newsletter .post-newsletter-desc,
  .newsroom-post
    .post-body
    .post-newsletter
    .post-newsletter-box
    .post-newsletter-label,
  .newsroom-post .post-body .post-about .post-about-desc p {
    font-size: 0.75rem;
  }

  .newsroom-post .post-sidebar .table-content .widgettitle,
  .newsroom-post .table-content .custom-toc .toc-title {
    font-size: 1rem;
  }
  .newsroom-post
    .post-sidebar
    .table-content
    .ez-toc-widget-sticky-list
    .ez-toc-link,
  .newsroom-post .table-content .custom-toc .newsletter-list-toc a {
    font-size: 0.875rem;
  }
  .news-releases-section .news-releases-title-label {
    font-size: 0.75rem;
  }
  .news-releases-section .news-releases-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .newsroom-single-post-section {
    padding: 120px 0;
  }
  .newsroom-post .post-title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }
  .newsroom-post .post-title {
    font-size: 1.8rem;
  }
  .newsroom-post .post-body .post-content h2,
  .newsroom-post .post-body .post-content h2 strong {
    font-size: 1.5rem;
    margin: 32px 0 16px;
  }
  .newsroom-post .post-body .post-content h3,
  .newsroom-post .post-body .post-content h3 strong {
    font-size: 1rem;
    margin: 32px 0 16px;
  }
  .newsroom-post .post-meta {
    padding: 20px 0 16px;
  }
  .newsroom-post .post-thumbnail {
    margin: 40px 0;
  }
  .newsroom-post:not(.post-thumbnail) .post-body {
    margin-top: 40px;
  }
  .newsroom-post .post-thumbnail img {
    border-radius: 8px !important;
  }
  .newsroom-post .post-body .post-overview {
    padding: 24px 24px 0 24px;
  }
  .newsroom-post .post-body .post-newsletter {
    padding: 24px;
  }
  .newsroom-post .post-body .post-newsletter .post-newsletter-box {
    margin-top: 40px;
  }
  .newsroom-post .post-body .post-about .post-about-desc {
    margin: 16px 0 0;
  }
  .newsroom-post .post-body .post-meta-info {
    padding: 12px;
    gap: 8px;
  }
  .news-releases-wrapper {
    gap: 24px;
    margin-top: 60px;
  }
  .news-releases-wrapper .news-card,
  .news-releases-wrapper .update-box {
    max-width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }
  .update-box .update-title,
  .update-box .update-title a {
    font-size: 1rem;
  }
  .update-box .update-meta .update-meta-desc {
    font-size: 0.875rem;
  }
  .newsroom-post .post-sidebar .table-content {
    display: none;
  }
  .newsroom-post .post-body .post-content .newsroom-card .newsroom-icon-wrap {
    min-width: 48px;
    height: 48px;
  }
  .newsroom-post
    .post-body
    .post-content
    .newsroom-card
    .newsroom-icon-wrap
    img {
    min-width: 32px;
    height: 32px;
  }
  .newsroom-post .post-body .post-content .newsroom-card .newsroom-card-title,
  .newsroom-post
    .post-body
    .post-content
    .newsroom-card
    .newsroom-card-title
    a {
    font-size: 1rem;
  }
  .newsroom-post .post-body .post-content .newsroom-card .newsroom-list {
    margin-top: 24px;
    margin-left: 20px;
  }
  .newsroom-post .post-body .post-content .newsroom-card {
    padding: 20px;
  }
  .newsroom-post
    .post-body
    .post-content
    .newsroom-card.card-3bl
    .newsroom-card-top {
    flex-direction: column;
  }
  .newsroom-post
    .post-body
    .post-content
    .newsroom-card.card-3bl
    .newsroom-icon-wrap {
    justify-content: flex-start;
  }

  .newsroom-post
    .post-body
    .post-content
    .newsroom-card
    .newsroom-list
    .newsroom-list-item
    > a,
  .newsroom-post
    .post-body
    .post-content
    .newsroom-card
    .newsroom-list
    .newsroom-list-item
    .newsroom-item-source {
    font-size: 0.75rem;
  }
  .newsroom-post .post-body .post-content p,
  .newsroom-post .post-body .post-content ul li,
  .newsroom-post .post-body .post-content a {
    font-size: 0.875rem;
  }
  .newsroom-post .post-body .post-content h3,
  .newsroom-post .post-body .post-content h4 {
    margin: 30px 0 16px;
    font-size: 1rem;
  }
  .news-releases-section .news-releases-title ~ .news-releases-wrapper {
    margin-top: 40px;
  }
  .newsroom-post
    .post-body
    .post-content
    .newsletter-description
    table[align="left"]:has(+ table[align="right"]),
  .newsroom-post
    .post-body
    .post-content
    .newsletter-description
    table[align="left"]
    + table[align="right"],
  .newsroom-post
    .post-body
    .post-content
    .newsletter-description
    table[align="left"]:has(img)
    + table[align="right"],
  .newsroom-post
    .post-body
    .post-content
    .newsletter-description
    table[align="left"]:has(+ table[align="right"]):has(img) {
    width: 100%;
  }
  .newsroom-post.newsletter {
    display: flex;
    flex-direction: column;
  }
  .newsroom-post.newsletter .post-title {
    order: 2;
  }
  .newsroom-post.newsletter .post-meta {
    order: 3;
  }
  .newsroom-post.newsletter .post-thumbnail {
    order: 1;
    margin-top: 0;
  }
  .newsroom-post.newsletter .post-body {
    order: 4;
  }
}

@media only screen and (max-width: 575px) {
  .newsroom-single-post-section {
    padding: 100px 0;
  }
  .newsroom-post .post-title {
    font-size: 1.5rem;
  }
  .newsroom-post .post-meta {
    padding: 18px 0 16px;
  }
  .newsroom-post .post-thumbnail {
    margin: 36px 0;
  }
  .newsroom-post:not(.post-thumbnail) .post-body {
    margin-top: 36px;
  }
  .newsroom-post .post-body .post-newsletter .post-newsletter-box {
    margin-top: 36px;
  }
  .news-releases-wrapper .news-card,
  .news-releases-wrapper .update-box {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
