        .breadcrumb {
  position: relative;
  padding: 2.5rem 0;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  max-width: 87.5rem;
  margin-inline: auto;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.breadcrumb-item:last-child {
  pointer-events: none;
}
.breadcrumb-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("/wp-content/uploads/2026/04/arrow-right-1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.625rem;
}
.breadcrumb-item:not(:last-child)::before {
  opacity: 0.49;
}
.breadcrumb-item:not(:last-child) {
  margin-right: 0.625rem;
}
.breadcrumb-link {
  color: #08354a;
  font-family: "Google Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.breadcrumb-item:not(:last-child) .breadcrumb-link {
  color: rgba(8, 53, 74, 0.7);
  opacity: 0.6;
}

.details-news {
  position: relative;
  padding-bottom: 6.25rem;
}
.details-news__container {
  max-width: 87.5rem;
  margin-inline: auto;
}
.details-news__header {
  margin-bottom: 2.5rem;
}
.details-news__title {
  color: #1991c7;
  font-family: "Google Sans";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.05rem;
  margin-bottom: 1.25rem;
}
.details-news__info {
  width: fit-content;
  display: flex;
  padding: 0.75rem 1.5rem;
  align-items: center;
  border-radius: 0.75rem;
  background: #f6f6f6;
}
.details-news__info-item {
  display: flex;
  align-items: center;
  padding-top: 0.1875rem;
}
.details-news__info-item:not(:last-child) {
  margin-right: 2rem;
  padding-right: 2rem;
  border-right: 0.0625rem solid rgba(0, 0, 0, 0.06);
}
.details-news__info-item__label {
  color: rgba(4, 24, 33, 0.6);
  font-family: "Google Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-right: 0.3125rem;
}
.details-news__info-item__value {
  color: #08354a;
  font-family: Google Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.details-news__body {
  display: flex;
  align-items: flex-start;
}
.details-news__toc,
.details-news__content-wrapper,
.details-news__related-news {
  flex-shrink: 0;
}
.details-news__toc,
.details-news__related-news {
  align-self: flex-start;
  position: sticky;
  top: 4rem;
}

.bg-primary.header:not(.header-hidden) ~ .main .details-news__toc,
.bg-primary.header:not(.header-hidden) ~ .main .details-news__related-news {
  top: 12rem;
}

.details-news__toc {
  width: 21.25rem;
  padding: 1.875rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 3px 20px 1px rgba(214, 214, 221, 0.4);
}
.details-news__toc-title {
  color: #08354a;
  font-family: "Google Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.0225rem;
  margin-bottom: 1rem;
}

.details-news__toc-item {
  color: rgba(8, 53, 74, 0.4);
  font-family: Google Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.details-news__toc-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.details-news__toc-item:hover,
.details-news__toc-item.is-active {
  color: var(--Brand-Blue, #1991c7);
}
.details-news__toc-btn-toggle {
  margin-top: 1rem;
  color: #2b98ff;
  font-family: Google Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.details-news__content-wrapper {
  flex: 1 0 0;
  margin-inline: 3.75rem;
}
.details-news__content {
  width: 100%;
  margin-bottom: 1.75rem;
}
.details-news__share {
  display: flex;
  align-items: center;
  padding-top: 1.125rem;
  border-top: 0.0625rem solid rgba(9, 9, 9, 0.08);
}
.details-news__share-title {
  color: rgba(9, 9, 9, 0.8);
  font-family: "Google Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-right: 0.75rem;
}
.details-news__share-list {
  display: flex;
  align-items: center;
}
.details-news__share-item {
  flex-shrink: 0;
}
.details-news__share-item:not(:last-child) {
  margin-right: 0.75rem;
}
.details-news__share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  cursor: pointer;
}
.details-news__share-link-icon {
  width: 100%;
  height: auto;
}
.details-news__related-news {
  width: 21.25rem;
}
.details-news__related-news-title {
  color: #08354a;
  font-family: "Google Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.0125rem;
  margin-bottom: 1.25rem;
}
.details-news__related-news-item__link {
  display: flex;
  align-items: center;
}
.details-news__related-news-item:not(:last-child) {
  margin-bottom: 1rem;
}
.details-news__related-news-item__thumbnail {
  flex-shrink: 0;
  width: 7.8125rem;
  height: 5.4375rem;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-right: 1rem;
}
.details-news__related-news-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-news__related-news-item__content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.details-news__related-news-item__title {
  color: #08354a;
  font-family: "Google Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.details-news__related-news-item__info {
  display: flex;
  width: 100%;
  align-items: center;
}
.details-news__related-news-item__info-category {
  color: #1991c7;
  font-family: "Google Sans";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.0075rem;
  text-transform: uppercase;
}
.details-news__related-news-item__info-divider {
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #d9d9d9;
  margin-inline: 0.5rem;
}
.details-news__related-news-item__info-publish {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.details-news__related-news-item__info-publish-icon {
  flex-shrink: 0;
  width: 1rem;
  height: auto;
  margin-right: 0.375rem;
}
.details-news__related-news-item__info-publish-text {
  color: rgba(8, 53, 74, 0.7);
  font-family: "Google Sans";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.0075rem;
  text-transform: uppercase;
}

/* CSS for News Content */
[class*="wp-image"]:not(:last-child) {
  margin-bottom: auto;
}
.details-news__content {
  font-family: "Google Sans";
  color: rgba(4, 24, 33, 0.8);
  font-size: 1rem;
  font-style: normal;
  line-height: 160%;
}
.details-news__content h2,
.details-news__content h3,
.details-news__content h4,
.details-news__content h5,
.details-news__content h6 {
  color: #08354a;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.015rem;
}
.details-news__content h2 {
  font-size: 1.5rem;
}
.details-news__content h3 {
  font-size: 1.375rem;
}
.details-news__content h4 {
  font-size: 1.25rem;
}
.details-news__content h5 {
  font-size: 1.125rem;
}
.details-news__content h6 {
  font-size: 1rem;
}
.details-news__content *:not(h2, h3, h4, h5, h6) {
  color: var(--Text-Body-DarkBlue-80, rgba(8, 53, 74, 0.8));
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.details-news__content h2 + *,
.details-news__content h3 + *,
.details-news__content h4 + *,
.details-news__content h5 + *,
.details-news__content h6 + * {
  margin-top: 1rem;
}
.details-news__content * + h2 {
  margin-top: 1.75rem;
}
.details-news__content
  *:not(h2, h3, h4, h5, h6, li)
  + *:not(h2, h3, h4, h5, h6, li) {
  margin-top: 0.75rem;
}
.details-news__content li + li {
  margin-top: 0.25rem;
}
.details-news__content ul {
  list-style: disc;
}
.details-news__content ol {
  list-style: decimal;
}
.details-news__content li {
  margin-left: 2rem;
}
.details-news__content p {
  text-align: justify;
  color: var(--Text-Body-DarkBlue-80, rgba(8, 53, 74, 0.8));
}
.details-news__content a {
  color: #0897d8;
  text-decoration: underline;
}
.details-news__content div:has(img),
.details-news__content img {
  width: 100% !important;
  height: auto;
  max-width: 100%;
}
.details-news__content * + div:has(img),
.details-news__content * + img {
  margin-top: 1.75rem;
}
.details-news__content div:has(img) {
  border-radius: 0.75rem;
  background: #f6f6f6;
  overflow: hidden;
}
.details-news__content div:has(img) img {
  border-radius: 0;
}
.details-news__content img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.details-news__content .wp-caption-text {
  max-width: 32.8125rem;
  margin-inline: auto;
  color: rgba(4, 24, 33, 0.8);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.0075rem;
  margin-top: 0.625rem;
  padding-bottom: 0.75rem;
}
.details-news__content .table-responsive {
  width: 100%;
  overflow: auto;
}

.details-news__content table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: auto;
}

.details-news__content table tr {
  border: 1px solid #ccc;
  padding: 0.35em;
}

.details-news__content table td,
.details-news__content table th {
  border: 1px solid #ccc;
  padding: 0.625em;
}

.details-news__content table td {
  vertical-align: top;
}

.details-news__content table th {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

/* TOC Sticky */
.details-news__toc-sticky {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .details-news__toc {
    display: none;
  }
  .breadcrumb {
    padding: 1.5rem 0 2rem;
  }
  .breadcrumb-list {
    padding-inline: 1rem;
  }

  .breadcrumb-item:not(:first-child)::before {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.375rem;
  }
  .breadcrumb-item:not(:last-child) {
    margin-right: 0.375rem;
  }
  .breadcrumb-link {
    font-size: 0.75rem;
    line-height: 160%;
    letter-spacing: -0.0075rem;
  }
  .details-news {
    position: relative;
    padding-bottom: 2.5rem;
  }
  .details-news__container {
    padding-inline: 1rem;
  }
  .details-news__header {
    margin-bottom: 1.5rem;
  }
  .details-news__title {
    font-size: 1.25rem;
    letter-spacing: -0.025rem;
    margin-bottom: 1rem;
  }
  .details-news__info {
    padding: 0.75rem;
    border-radius: 0.5rem;
  }
  .details-news__info-item:not(:last-child) {
    margin-right: 1.125rem;
    padding-right: 1.125rem;
  }
  .details-news__info-item__label {
    font-size: 0.875rem;
    letter-spacing: -0.00875rem;
  }
  .details-news__info-item__value {
    font-size: 0.875rem;
    line-height: 160%;
    font-family: "Google Sans";
  }
  .details-news__body {
    display: block;
  }
  .details-news__toc {
    position: static;
    margin-bottom: 1.75rem;
  }
  .details-news__related-news {
    display: none;
  }
  .details-news__toc {
    width: 100%;
    padding: 0.875rem;
    box-shadow: 0 3px 14px 1px rgba(169, 169, 169, 0.2);
  }
  .details-news__toc-title {
    font-size: 0.875rem;
    letter-spacing: -0.0175rem;
    margin-bottom: 0.625rem;
  }
  .details-news__toc-item {
    color: rgba(8, 53, 74, 0.7);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .details-news__toc-item.is-active {
    color: var(--Brand-Blue, #1991c7);
  }
  .details-news__toc-btn-toggle {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
  .details-news__content-wrapper {
    margin-inline: 0;
  }
  .details-news__content {
    margin-bottom: 1rem;
  }
  .details-news__share-title {
    font-size: 0.875rem;
    line-height: 160%;
    letter-spacing: -0.00875rem;
  }
  .details-news__share-link {
    width: 2.25rem;
    height: 2.25rem;
  }

  /* CSS for News Content */
  .details-news__content {
    font-family: "Google Sans";
    font-size: 0.875rem;
    letter-spacing: -0.00875rem;
  }
  .details-news__content h2,
  .details-news__content h3,
  .details-news__content h4,
  .details-news__content h5,
  .details-news__content h6 {
    letter-spacing: -0.01125rem;
  }
  .details-news__content h2 {
    font-size: 1.125rem;
  }
  .details-news__content h3 {
    font-size: 1rem;
  }
  .details-news__content h4 {
    font-size: 0.875rem;
  }
  .details-news__content h5 {
    font-size: 0.75rem;
  }
  .details-news__content h6 {
    font-size: 0.625rem;
  }
  .details-news__content *:not(h2, h3, h4, h5, h6) {
    font-size: 0.875rem;
    letter-spacing: -0.00875rem;
  }
  .details-news__content h2 + *,
  .details-news__content h3 + *,
  .details-news__content h4 + *,
  .details-news__content h5 + *,
  .details-news__content h6 + * {
    margin-top: 0.75rem;
    color: var(--Text-Body-DarkBlue-80, rgba(8, 53, 74, 0.8));
  }
  .details-news__content * + h2 {
    margin-top: 1rem;
  }
  .details-news__content li {
    margin-left: 2rem;
  }
  .details-news__content * + div:has(img),
  .details-news__content * + img {
    margin-top: 1rem;
  }
  .details-news__content .wp-caption-text {
    max-width: 20.0625rem;
    font-size: 0.625rem;
    letter-spacing: 0.00625rem;
  }

  /* TOC Sticky */
  .details-news__toc-sticky {
    display: block;
  }
  .details-news__toc-sticky::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    z-index: 9998;
  }
  .details-news__content
    *:not(h2, h3, h4, h5, h6, li)
    + *:not(h2, h3, h4, h5, h6, li) {
    color: var(--Text-Body-DarkBlue-80, rgba(8, 53, 74, 0.8));
  }
  .details-news__toc-sticky.details-news__toc-sticky--active::before {
    opacity: 1;
    visibility: visible;
  }
  .details-news__toc-sticky-trigger {
    position: fixed;
    bottom: 3.0625rem;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    width: 22.1875rem;
    height: 3.375rem;
    margin-inline: auto;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(calc(100% + 3.0625rem));
    transition: transform 0.35s ease-out, opacity 0.3s ease-out,
      visibility 0.3s ease-out;
  }
  .details-news__toc-sticky--trigger-visible .details-news__toc-sticky-trigger {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .details-news__toc-sticky__trigger-text {
    color: #08354a;
    font-family: "Google Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.00875rem;
  }
  .details-news__toc-sticky__trigger-icon {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
  }
  .details-news__toc-sticky__trigger-icon svg {
    width: 100%;
    height: 100%;
  }
  .details-news__toc-sticky-content {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0.75rem 0.75rem 0 0;
    background: #fff;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(100%);
    transition: all 0.3s ease-out;
    z-index: 9999;
  }
  .details-news__toc-sticky--active .details-news__toc-sticky-content {
    pointer-events: all;
    transform: translateY(0);
  }
  .details-news__toc-sticky-content__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 1rem;
    border-bottom: 0.0375rem solid rgba(22, 22, 22, 0.2);
  }
  .details-news__toc-sticky-content__title {
    color: #1991c7;
    text-align: center;
    font-family: "Google Sans";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.01125rem;
  }
  .details-news__toc-sticky-content__btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    background: rgba(17, 17, 100, 0.1);
    backdrop-filter: blur(27.182817459106445px);
    border-radius: 50%;
    cursor: pointer;
  }
  .details-news__toc-sticky-content__btn-close svg {
    width: 0.75rem;
    height: 0.75rem;
  }
  .details-news__toc-sticky-content__body {
    padding: 1rem;
  }
  .details-news__toc-sticky-content__toc-item {
    color: var(--Text-Body-DarkBlue-70, rgba(8, 53, 74, 0.7));
    font-family: Google Sans;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .details-news__toc-sticky-content__toc-item.is-active {
    color: var(--Brand-Blue, #1991c7);
  }
  .details-news__toc-sticky-content__toc-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .details-news__toc-sticky-content__btn-toggle {
    margin-top: 1.25rem;
    color: #2b98ff;
    font-family: Google Sans;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }
}
