@media (min-width: 1300px) {
  .template-front-treasure-show .treasure-show-page .container {
    --width-container: 1215px;
  }
}
.template-front-treasure-show .treasure-subheader {
  background: #252A31;
}
.template-front-treasure-show .treasure-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 0 24px;
}
.template-front-treasure-show .treasure-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 12px;
  background: #fff;
}
.template-front-treasure-show .treasure-header-icon img {
  width: 70%;
}
.template-front-treasure-show .treasure-header-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.template-front-treasure-show .treasure-header-title {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
.template-front-treasure-show .treasure-header-badges {
  display: flex;
  gap: 8px;
}
.template-front-treasure-show .treasure-badge-type {
  display: inline-flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #5976A6;
  color: #FFFFFF;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
.template-front-treasure-show .treasure-badge-type:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.template-front-treasure-show .treasure-badge-issuer {
  display: inline-flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #E8EEF7;
  color: #52607A;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.template-front-treasure-show .treasure-content-section {
  background: #F3F4F7;
}
.template-front-treasure-show .treasure-content {
  padding: 32px 0;
}
.template-front-treasure-show .treasure-profitability-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
.template-front-treasure-show .profitability-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 12px;
  background: #252A31;
}
.template-front-treasure-show .profitability-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: #F3F4F7;
}
.template-front-treasure-show .profitability-card-icon svg {
  width: 28px;
  height: 28px;
}
.template-front-treasure-show .profitability-card-content {
  display: flex;
  flex-direction: column;
}
.template-front-treasure-show .profitability-card-title {
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
.template-front-treasure-show .profitability-card-value-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.template-front-treasure-show .profitability-card-value {
  font-family: Figtree, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
}
.template-front-treasure-show .profitability-card-subtitle {
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
.template-front-treasure-show .treasure-indicators-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 12px;
  border: 1px solid #C8CFDA;
  background: #FFFFFF;
  overflow: hidden;
}
.template-front-treasure-show .treasure-indicator {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  border-right: 1px solid #C8CFDA;
  border-bottom: 1px solid #C8CFDA;
  background-color: #fff;
}
.template-front-treasure-show .treasure-indicator:nth-child(3n) {
  border-right: none;
}
.template-front-treasure-show .treasure-indicator:nth-child(n+4) {
  border-bottom: none;
}
.template-front-treasure-show .treasure-indicator-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: #F3F4F7;
}
.template-front-treasure-show .treasure-indicator-icon svg {
  width: 24px;
  height: 24px;
}
.template-front-treasure-show .treasure-indicator-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.template-front-treasure-show .treasure-indicator-label {
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #778698;
}
.template-front-treasure-show .treasure-indicator-value {
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #2F3137;
}
.template-front-treasure-show .treasure-box {
  border-radius: 12px;
  border: 1px solid #C8CFDA;
  background: #FFFFFF;
  padding: 32px;
  margin-top: 32px;
}
.template-front-treasure-show .treasure-box.treasure-box-last {
  margin-bottom: 32px;
}
.template-front-treasure-show .section-title-treasure {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #2F3137;
}
.template-front-treasure-show .treasure-historical-hint {
  display: none;
}
.template-front-treasure-show #treasure-historical-container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  padding-right: 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.template-front-treasure-show #treasure-historical-container::-webkit-scrollbar, .template-front-treasure-show #treasure-historical-container::-webkit-scrollbar-corner {
  display: none;
  height: 0 !important;
  width: 0 !important;
  background: transparent;
}
.template-front-treasure-show #treasure-historical-container::-webkit-scrollbar-thumb, .template-front-treasure-show #treasure-historical-container::-webkit-scrollbar-track {
  background: transparent;
}
.template-front-treasure-show #treasure-historical-container .dataTables_wrapper {
  margin: 0 !important;
  max-width: none;
  min-width: 0;
  overflow: visible;
}
.template-front-treasure-show #treasure-historical-container table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: max(100%, 1120px) !important;
  max-width: none !important;
  table-layout: fixed !important;
}
.template-front-treasure-show #treasure-profitability-container {
  position: relative;
  width: 100%;
  min-height: 350px;
  height: 350px;
}
.template-front-treasure-show #profitability-chart {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: none;
}
.template-front-treasure-show .treasure-placeholder-cell {
  padding: 24px;
  text-align: center;
}
.template-front-treasure-show .consistency-percentage {
  font-size: 14px;
  color: #778698;
}
.template-front-treasure-show .consistency-loading {
  padding: 24px;
  text-align: center;
  color: #778698;
}
.template-front-treasure-show .treasure-async-msg {
  text-align: center;
  padding: 60px 20px;
  color: #778698;
}
.template-front-treasure-show .treasure-async-msg p {
  margin: 8px 0;
  font-size: 16px;
}
.template-front-treasure-show .treasure-async-msg p + p {
  font-size: 14px;
}
.template-front-treasure-show .treasure-async-msg--error p:first-child {
  color: #CB0B38;
}
.template-front-treasure-show .treasure-async-msg--compact {
  padding: 40px 20px;
}
.template-front-treasure-show #historical-table {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Figtree, sans-serif;
  border: 1px solid #C2C0BC;
  border-radius: 8px;
  overflow: hidden;
}
.template-front-treasure-show #historical-table thead tr {
  background-color: #EEEDEC;
}
.template-front-treasure-show #historical-table thead tr th {
  border-bottom: 1px solid #C2C0BC;
}
.template-front-treasure-show #historical-table th {
  padding: 12px 6px 12px 8px;
  text-align: center;
  font-weight: 600;
  font-size: clamp(9px, 1.1vw, 11px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  color: #2F3137;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template-front-treasure-show #historical-table th:first-child {
  text-align: left;
}
.template-front-treasure-show #historical-table th:last-child {
  min-width: 5.75rem;
  width: 8%;
}
.template-front-treasure-show #historical-table tbody td {
  padding: 18px 14px;
  text-align: center;
  font-size: clamp(11px, 1.35vw, 14px);
  font-weight: 400;
  line-height: 1.3;
  color: #2F3137;
  font-family: Figtree, sans-serif;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  border-bottom: 1px solid #DBD9D7;
}
.template-front-treasure-show #historical-table tbody td:first-child {
  text-align: left;
}
.template-front-treasure-show #historical-table tbody td.treasure-hist-col-year {
  font-weight: 600;
}
.template-front-treasure-show #historical-table tbody td.accumulated {
  font-weight: 700;
}
.template-front-treasure-show #historical-table tbody tr:last-child td {
  border-bottom: none;
}
.template-front-treasure-show #historical-table tbody tr.treasure-hist-row-odd td {
  background-color: #FFFFFF;
}
.template-front-treasure-show #historical-table tbody tr.treasure-hist-row-even td {
  background-color: #F8F9FA;
}
.template-front-treasure-show #historical-table tbody tr:hover td {
  background-color: #F0F2F6 !important;
}
.template-front-treasure-show #historical-table.dataTable thead th.sorting, .template-front-treasure-show #historical-table.dataTable thead th.sorting_asc, .template-front-treasure-show #historical-table.dataTable thead th.sorting_desc, .template-front-treasure-show #historical-table.dataTable thead th.sorting_asc_disabled, .template-front-treasure-show #historical-table.dataTable thead th.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  background-image: none;
  padding-right: clamp(18px, 2.2vw, 26px);
}
.template-front-treasure-show #historical-table.dataTable thead th.sorting:before, .template-front-treasure-show #historical-table.dataTable thead th.sorting:after, .template-front-treasure-show #historical-table.dataTable thead th.sorting_asc:before, .template-front-treasure-show #historical-table.dataTable thead th.sorting_asc:after, .template-front-treasure-show #historical-table.dataTable thead th.sorting_desc:before, .template-front-treasure-show #historical-table.dataTable thead th.sorting_desc:after, .template-front-treasure-show #historical-table.dataTable thead th.sorting_asc_disabled:before, .template-front-treasure-show #historical-table.dataTable thead th.sorting_asc_disabled:after, .template-front-treasure-show #historical-table.dataTable thead th.sorting_desc_disabled:before, .template-front-treasure-show #historical-table.dataTable thead th.sorting_desc_disabled:after {
  display: none !important;
  content: none !important;
}
.template-front-treasure-show #historical-table thead th .treasure-hist-th-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.template-front-treasure-show #historical-table thead th:first-child .treasure-hist-th-inner {
  justify-content: flex-start;
}
.template-front-treasure-show #historical-table.dataTable thead th .treasure-hist-th-inner::after {
  flex-shrink: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  margin-left: 8px;
  -webkit-font-smoothing: antialiased;
}
.template-front-treasure-show #historical-table.dataTable thead th.sorting .treasure-hist-th-inner::after {
  color: #908d89;
  content: "\e099";
}
.template-front-treasure-show #historical-table.dataTable thead th.sorting_asc .treasure-hist-th-inner::after {
  color: #5976A6;
  content: "\f885";
}
.template-front-treasure-show #historical-table.dataTable thead th.sorting_desc .treasure-hist-th-inner::after {
  color: #5976A6;
  content: "\f160";
}
.template-front-treasure-show .consistency-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #C8CFDA;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .template-front-treasure-show .consistency-cards-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.template-front-treasure-show .consistency-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-sizing: border-box;
  min-width: 0;
  padding: 20px 24px;
  border: none;
  border-radius: 0;
  background: #fff;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .template-front-treasure-show .consistency-card:nth-child(odd) {
    border-right: 1px solid #C8CFDA;
  }
  .template-front-treasure-show .consistency-card:nth-child(-n+2) {
    border-bottom: 1px solid #C8CFDA;
  }
}
@media screen and (min-width: 992px) {
  .template-front-treasure-show .consistency-card:nth-child(-n+3) {
    border-right: 1px solid #C8CFDA;
  }
}
.template-front-treasure-show .consistency-card-title {
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #778698;
}
.template-front-treasure-show .consistency-card-value {
  font-family: Figtree, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: #2F3137;
}
.template-front-treasure-show .consistency-card-subtitle {
  margin-bottom: 8px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #778698;
}
.template-front-treasure-show .consistency-bar {
  height: 4px;
  margin-top: auto;
  border-radius: 100px;
  background: #F3F4F7;
}
.template-front-treasure-show .consistency-bar-fill {
  height: 100%;
  border-radius: 100px;
  transition: width 0.6s ease;
}
.template-front-treasure-show .consistency-bar-fill.positive {
  background: #00CC9B;
}
.template-front-treasure-show .consistency-bar-fill.negative {
  background: #CB0B38;
}
.template-front-treasure-show #container-about-treasure .treasure-about-content {
  font-family: Figtree, sans-serif;
  color: #2F3137;
}
.template-front-treasure-show #container-about-treasure .treasure-about-content .treasure-about-readmore-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.template-front-treasure-show #container-about-treasure .treasure-about-content .treasure-about-readmore-wrapper .read-more {
  width: 100%;
}
.template-front-treasure-show #container-about-treasure .treasure-about-content .text-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.3em;
  color: #2F3137;
}
.template-front-treasure-show #container-about-treasure .treasure-about-content .text-content p strong {
  font-weight: 600;
}
.template-front-treasure-show #container-about-treasure .treasure-about-content .text-content .treasure-about-heading {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  color: #2F3137;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  font-family: Figtree, sans-serif;
}
.template-front-treasure-show #container-about-treasure .treasure-about-content .text-content .treasure-about-heading:first-child {
  margin-top: 0;
}
.template-front-treasure-show #container-about-treasure .treasure-about-content .text-content ul {
  margin-bottom: 1.3em;
}
.template-front-treasure-show #container-about-treasure .treasure-about-content .text-content ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #2F3137;
  margin-bottom: 0.5em;
}
.template-front-treasure-show #container-about-treasure .treasure-about-content .read-more {
  position: relative;
}
.template-front-treasure-show #container-about-treasure .treasure-about-content .read-more .fadeout {
  display: none;
}
.template-front-treasure-show #container-about-treasure .treasure-about-content .read-more.collapsed .text-content {
  height: 278px;
  overflow: hidden;
}
.template-front-treasure-show #container-about-treasure .treasure-about-content .read-more.collapsed .fadeout {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFFFFF);
  pointer-events: none;
}
.template-front-treasure-show #container-about-treasure .treasure-disclaimer {
  margin-top: 16px;
  font-size: 14px;
  color: #778698;
  font-style: italic;
  text-align: center;
  font-family: Figtree, sans-serif;
}
.template-front-treasure-show #container-about-treasure button.btn-readmore.treasure-readmore {
  width: auto;
  height: auto;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px auto 0;
  padding: 0;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #424C57;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
}
.template-front-treasure-show #container-about-treasure button.btn-readmore.treasure-readmore svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  padding: 6px;
  box-sizing: content-box;
  background: #F3F4F7;
  border-radius: 50%;
}
.template-front-treasure-show #container-about-treasure button.btn-readmore.treasure-readmore:hover {
  color: #2F3137;
}
.template-front-treasure-show #container-about-treasure button.btn-readmore.treasure-readmore:hover svg {
  background: #C8CFDA;
}
.template-front-treasure-show #container-faq-treasure .treasure-box-heading {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-item {
  border-bottom: 1px solid #C8CFDA;
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-item:last-child {
  border-bottom: none;
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #2F3137;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  gap: 16px;
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-question:hover {
  color: #2C3A53;
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-question-text {
  flex: 1;
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #778698;
  background: #F6F7F9;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-question.active .treasure-faq-icon {
  transform: rotate(0deg);
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-answer {
  display: none;
  padding-bottom: 24px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #424C57;
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-answer.active {
  display: block;
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-answer p {
  margin: 0 0 8px;
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-answer p:last-child {
  margin-bottom: 0;
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-answer ul {
  margin: 8px 0 0 25px;
  padding: 0;
}
.template-front-treasure-show #container-faq-treasure .treasure-faq-answer ul li {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .template-front-treasure-show .treasure-show-page .treasure-content-section .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .template-front-treasure-show .treasure-content {
    padding: 16px 0 32px;
  }
  .template-front-treasure-show .treasure-box {
    margin-top: 16px;
    padding: 16px;
  }
  .template-front-treasure-show .treasure-historical-hint {
    display: block;
    margin: 0 0 12px;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #778698;
  }
  .template-front-treasure-show .section-title-treasure {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .template-front-treasure-show .section-title-treasure + .treasure-historical-hint {
    margin-top: -8px;
    margin-bottom: 8px;
  }
  .template-front-treasure-show #treasure-profitability-container {
    min-height: 232px;
    height: 232px;
  }
  .template-front-treasure-show .treasure-header {
    gap: 16px;
  }
  .template-front-treasure-show .treasure-header-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 8px;
  }
  .template-front-treasure-show .treasure-header-icon img {
    width: 20px;
    height: 20px;
  }
  .template-front-treasure-show .treasure-header-title {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
  .template-front-treasure-show .treasure-header-info {
    gap: 8px;
  }
  .template-front-treasure-show .treasure-profitability-cards {
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
    border: 1px solid #C8CFDA;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }
  .template-front-treasure-show .profitability-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 24px;
    min-height: 76px;
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid #C8CFDA;
    box-shadow: none;
  }
  .template-front-treasure-show .profitability-card:last-child {
    border-bottom: none;
  }
  .template-front-treasure-show .profitability-card-icon {
    display: none;
  }
  .template-front-treasure-show .profitability-card-title {
    color: #778698;
    font-size: 12px;
    line-height: 16px;
  }
  .template-front-treasure-show .profitability-card-value {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #2F3137;
  }
  .template-front-treasure-show .profitability-card-subtitle {
    color: #778698;
    font-size: 12px;
    line-height: 16px;
  }
  .template-front-treasure-show .treasure-indicators-grid {
    display: grid;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-columns: repeat(2, minmax(0, 50%));
    grid-auto-rows: minmax(80px, auto);
    border: 1px solid #C8CFDA;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }
  .template-front-treasure-show .treasure-indicators-grid .treasure-indicator {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    min-width: 0;
    min-height: 80px;
    margin: 0;
    padding: 16px 24px;
    background-color: #fff;
    border-top: none;
    border-left: none;
  }
  .template-front-treasure-show .treasure-indicators-grid .treasure-indicator:nth-child(odd) {
    border-right: 1px solid #C8CFDA;
  }
  .template-front-treasure-show .treasure-indicators-grid .treasure-indicator:nth-child(even) {
    border-right: none;
  }
  .template-front-treasure-show .treasure-indicators-grid .treasure-indicator:nth-child(-n+4) {
    border-bottom: 1px solid #C8CFDA;
  }
  .template-front-treasure-show .treasure-indicators-grid .treasure-indicator:nth-child(n+5) {
    border-bottom: none;
  }
  .template-front-treasure-show .treasure-indicators-grid .treasure-indicator-icon {
    display: none;
  }
  .template-front-treasure-show .treasure-indicators-grid .treasure-indicator-content {
    gap: 8px;
  }
  .template-front-treasure-show .treasure-indicators-grid .treasure-indicator-value {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  .template-front-treasure-show .treasure-indicators-grid .treasure-indicator-label {
    font-size: 12px;
    line-height: 16px;
  }
  .template-front-treasure-show .consistency-cards-grid {
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid #C8CFDA;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }
  .template-front-treasure-show .consistency-cards-grid .consistency-card {
    padding: 16px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #C8CFDA;
  }
  .template-front-treasure-show .consistency-cards-grid .consistency-card:last-child {
    border-bottom: none;
  }
  .template-front-treasure-show .consistency-cards-grid .consistency-card-value {
    font-size: 22px;
    line-height: 28px;
  }
  .template-front-treasure-show #container-faq-treasure .treasure-faq-question {
    font-size: 16px;
    padding: 20px 0;
  }
  .template-front-treasure-show #container-faq-treasure .treasure-faq-answer {
    font-size: 14px;
  }
  .template-front-treasure-show #container-about-treasure .treasure-about-content .text-content p {
    font-size: 16px;
  }
  .template-front-treasure-show #container-about-treasure .treasure-about-content .text-content .treasure-about-heading {
    font-size: 1.1rem;
    margin-top: 1.3em;
  }
  .template-front-treasure-show #historical-table th {
    padding: 8px;
    font-size: 9px;
  }
  .template-front-treasure-show #historical-table tbody td {
    padding: 16px 12px;
    font-size: 11px;
  }
  .template-front-treasure-show .treasure-show-page .breadcrumb li:last-of-type {
    display: none;
  }
}
@media (min-width: 1300px) {
  .treasure-show-page .container {
    --width-container: 1215px;
  }
}

.treasure-subheader {
  background: #252A31;
}

.treasure-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 0 24px;
}
.treasure-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 12px;
  background: #fff;
}
.treasure-header-icon img {
  width: 70%;
}
.treasure-header-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.treasure-header-title {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.treasure-header-badges {
  display: flex;
  gap: 8px;
}

.treasure-badge-type {
  display: inline-flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #5976A6;
  color: #FFFFFF;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
.treasure-badge-type:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.treasure-badge-issuer {
  display: inline-flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #E8EEF7;
  color: #52607A;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.treasure-content-section {
  background: #F3F4F7;
}

.treasure-content {
  padding: 32px 0;
}

.treasure-profitability-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.profitability-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 12px;
  background: #252A31;
}
.profitability-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: #F3F4F7;
}
.profitability-card-icon svg {
  width: 28px;
  height: 28px;
}
.profitability-card-content {
  display: flex;
  flex-direction: column;
}
.profitability-card-title {
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
.profitability-card-value-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.profitability-card-value {
  font-family: Figtree, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
}
.profitability-card-subtitle {
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}

.treasure-indicators-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 12px;
  border: 1px solid #C8CFDA;
  background: #FFFFFF;
  overflow: hidden;
}

.treasure-indicator {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  border-right: 1px solid #C8CFDA;
  border-bottom: 1px solid #C8CFDA;
  background-color: #fff;
}
.treasure-indicator:nth-child(3n) {
  border-right: none;
}
.treasure-indicator:nth-child(n+4) {
  border-bottom: none;
}
.treasure-indicator-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: #F3F4F7;
}
.treasure-indicator-icon svg {
  width: 24px;
  height: 24px;
}
.treasure-indicator-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.treasure-indicator-label {
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #778698;
}
.treasure-indicator-value {
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #2F3137;
}

.treasure-box {
  border-radius: 12px;
  border: 1px solid #C8CFDA;
  background: #FFFFFF;
  padding: 32px;
  margin-top: 32px;
}
.treasure-box.treasure-box-last {
  margin-bottom: 32px;
}

.section-title-treasure {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #2F3137;
}

.treasure-historical-hint {
  display: none;
}

#treasure-historical-container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  padding-right: 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#treasure-historical-container::-webkit-scrollbar, #treasure-historical-container::-webkit-scrollbar-corner {
  display: none;
  height: 0 !important;
  width: 0 !important;
  background: transparent;
}
#treasure-historical-container::-webkit-scrollbar-thumb, #treasure-historical-container::-webkit-scrollbar-track {
  background: transparent;
}
#treasure-historical-container .dataTables_wrapper {
  margin: 0 !important;
  max-width: none;
  min-width: 0;
  overflow: visible;
}
#treasure-historical-container table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: max(100%, 1120px) !important;
  max-width: none !important;
  table-layout: fixed !important;
}

#treasure-profitability-container {
  position: relative;
  width: 100%;
  min-height: 350px;
  height: 350px;
}

#profitability-chart {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: none;
}

.treasure-placeholder-cell {
  padding: 24px;
  text-align: center;
}

.consistency-percentage {
  font-size: 14px;
  color: #778698;
}

.consistency-loading {
  padding: 24px;
  text-align: center;
  color: #778698;
}

.treasure-async-msg {
  text-align: center;
  padding: 60px 20px;
  color: #778698;
}
.treasure-async-msg p {
  margin: 8px 0;
  font-size: 16px;
}
.treasure-async-msg p + p {
  font-size: 14px;
}
.treasure-async-msg--error p:first-child {
  color: #CB0B38;
}
.treasure-async-msg--compact {
  padding: 40px 20px;
}

#historical-table {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Figtree, sans-serif;
  border: 1px solid #C2C0BC;
  border-radius: 8px;
  overflow: hidden;
}
#historical-table thead tr {
  background-color: #EEEDEC;
}
#historical-table thead tr th {
  border-bottom: 1px solid #C2C0BC;
}
#historical-table th {
  padding: 12px 6px 12px 8px;
  text-align: center;
  font-weight: 600;
  font-size: clamp(9px, 1.1vw, 11px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  color: #2F3137;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
#historical-table th:first-child {
  text-align: left;
}
#historical-table th:last-child {
  min-width: 5.75rem;
  width: 8%;
}
#historical-table tbody td {
  padding: 18px 14px;
  text-align: center;
  font-size: clamp(11px, 1.35vw, 14px);
  font-weight: 400;
  line-height: 1.3;
  color: #2F3137;
  font-family: Figtree, sans-serif;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  border-bottom: 1px solid #DBD9D7;
}
#historical-table tbody td:first-child {
  text-align: left;
}
#historical-table tbody td.treasure-hist-col-year {
  font-weight: 600;
}
#historical-table tbody td.accumulated {
  font-weight: 700;
}
#historical-table tbody tr:last-child td {
  border-bottom: none;
}
#historical-table tbody tr.treasure-hist-row-odd td {
  background-color: #FFFFFF;
}
#historical-table tbody tr.treasure-hist-row-even td {
  background-color: #F8F9FA;
}
#historical-table tbody tr:hover td {
  background-color: #F0F2F6 !important;
}
#historical-table.dataTable thead th.sorting, #historical-table.dataTable thead th.sorting_asc, #historical-table.dataTable thead th.sorting_desc, #historical-table.dataTable thead th.sorting_asc_disabled, #historical-table.dataTable thead th.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  background-image: none;
  padding-right: clamp(18px, 2.2vw, 26px);
}
#historical-table.dataTable thead th.sorting:before, #historical-table.dataTable thead th.sorting:after, #historical-table.dataTable thead th.sorting_asc:before, #historical-table.dataTable thead th.sorting_asc:after, #historical-table.dataTable thead th.sorting_desc:before, #historical-table.dataTable thead th.sorting_desc:after, #historical-table.dataTable thead th.sorting_asc_disabled:before, #historical-table.dataTable thead th.sorting_asc_disabled:after, #historical-table.dataTable thead th.sorting_desc_disabled:before, #historical-table.dataTable thead th.sorting_desc_disabled:after {
  display: none !important;
  content: none !important;
}
#historical-table thead th .treasure-hist-th-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
#historical-table thead th:first-child .treasure-hist-th-inner {
  justify-content: flex-start;
}
#historical-table.dataTable thead th .treasure-hist-th-inner::after {
  flex-shrink: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  margin-left: 8px;
  -webkit-font-smoothing: antialiased;
}
#historical-table.dataTable thead th.sorting .treasure-hist-th-inner::after {
  color: #908d89;
  content: "\e099";
}
#historical-table.dataTable thead th.sorting_asc .treasure-hist-th-inner::after {
  color: #5976A6;
  content: "\f885";
}
#historical-table.dataTable thead th.sorting_desc .treasure-hist-th-inner::after {
  color: #5976A6;
  content: "\f160";
}

.consistency-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #C8CFDA;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .consistency-cards-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.consistency-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-sizing: border-box;
  min-width: 0;
  padding: 20px 24px;
  border: none;
  border-radius: 0;
  background: #fff;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .consistency-card:nth-child(odd) {
    border-right: 1px solid #C8CFDA;
  }
  .consistency-card:nth-child(-n+2) {
    border-bottom: 1px solid #C8CFDA;
  }
}
@media screen and (min-width: 992px) {
  .consistency-card:nth-child(-n+3) {
    border-right: 1px solid #C8CFDA;
  }
}
.consistency-card-title {
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #778698;
}
.consistency-card-value {
  font-family: Figtree, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: #2F3137;
}
.consistency-card-subtitle {
  margin-bottom: 8px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #778698;
}

.consistency-bar {
  height: 4px;
  margin-top: auto;
  border-radius: 100px;
  background: #F3F4F7;
}
.consistency-bar-fill {
  height: 100%;
  border-radius: 100px;
  transition: width 0.6s ease;
}
.consistency-bar-fill.positive {
  background: #00CC9B;
}
.consistency-bar-fill.negative {
  background: #CB0B38;
}

#container-about-treasure .treasure-about-content {
  font-family: Figtree, sans-serif;
  color: #2F3137;
}
#container-about-treasure .treasure-about-content .treasure-about-readmore-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#container-about-treasure .treasure-about-content .treasure-about-readmore-wrapper .read-more {
  width: 100%;
}
#container-about-treasure .treasure-about-content .text-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.3em;
  color: #2F3137;
}
#container-about-treasure .treasure-about-content .text-content p strong {
  font-weight: 600;
}
#container-about-treasure .treasure-about-content .text-content .treasure-about-heading {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  color: #2F3137;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  font-family: Figtree, sans-serif;
}
#container-about-treasure .treasure-about-content .text-content .treasure-about-heading:first-child {
  margin-top: 0;
}
#container-about-treasure .treasure-about-content .text-content ul {
  margin-bottom: 1.3em;
}
#container-about-treasure .treasure-about-content .text-content ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #2F3137;
  margin-bottom: 0.5em;
}
#container-about-treasure .treasure-about-content .read-more {
  position: relative;
}
#container-about-treasure .treasure-about-content .read-more .fadeout {
  display: none;
}
#container-about-treasure .treasure-about-content .read-more.collapsed .text-content {
  height: 278px;
  overflow: hidden;
}
#container-about-treasure .treasure-about-content .read-more.collapsed .fadeout {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFFFFF);
  pointer-events: none;
}
#container-about-treasure .treasure-disclaimer {
  margin-top: 16px;
  font-size: 14px;
  color: #778698;
  font-style: italic;
  text-align: center;
  font-family: Figtree, sans-serif;
}
#container-about-treasure button.btn-readmore.treasure-readmore {
  width: auto;
  height: auto;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px auto 0;
  padding: 0;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #424C57;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
}
#container-about-treasure button.btn-readmore.treasure-readmore svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  padding: 6px;
  box-sizing: content-box;
  background: #F3F4F7;
  border-radius: 50%;
}
#container-about-treasure button.btn-readmore.treasure-readmore:hover {
  color: #2F3137;
}
#container-about-treasure button.btn-readmore.treasure-readmore:hover svg {
  background: #C8CFDA;
}

#container-faq-treasure .treasure-box-heading {
  display: flex;
  justify-content: center;
  gap: 8px;
}
#container-faq-treasure .treasure-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#container-faq-treasure .treasure-faq-item {
  border-bottom: 1px solid #C8CFDA;
}
#container-faq-treasure .treasure-faq-item:last-child {
  border-bottom: none;
}
#container-faq-treasure .treasure-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #2F3137;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  gap: 16px;
}
#container-faq-treasure .treasure-faq-question:hover {
  color: #2C3A53;
}
#container-faq-treasure .treasure-faq-question-text {
  flex: 1;
}
#container-faq-treasure .treasure-faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #778698;
  background: #F6F7F9;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
#container-faq-treasure .treasure-faq-question.active .treasure-faq-icon {
  transform: rotate(0deg);
}
#container-faq-treasure .treasure-faq-answer {
  display: none;
  padding-bottom: 24px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #424C57;
}
#container-faq-treasure .treasure-faq-answer.active {
  display: block;
}
#container-faq-treasure .treasure-faq-answer p {
  margin: 0 0 8px;
}
#container-faq-treasure .treasure-faq-answer p:last-child {
  margin-bottom: 0;
}
#container-faq-treasure .treasure-faq-answer ul {
  margin: 8px 0 0 25px;
  padding: 0;
}
#container-faq-treasure .treasure-faq-answer ul li {
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .treasure-show-page .treasure-content-section .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .treasure-content {
    padding: 16px 0 32px;
  }
  .treasure-box {
    margin-top: 16px;
    padding: 16px;
  }
  .treasure-historical-hint {
    display: block;
    margin: 0 0 12px;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #778698;
  }
  .section-title-treasure {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .section-title-treasure + .treasure-historical-hint {
    margin-top: -8px;
    margin-bottom: 8px;
  }
  #treasure-profitability-container {
    min-height: 232px;
    height: 232px;
  }
  .treasure-header {
    gap: 16px;
  }
  .treasure-header-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 8px;
  }
  .treasure-header-icon img {
    width: 20px;
    height: 20px;
  }
  .treasure-header-title {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
  .treasure-header-info {
    gap: 8px;
  }
  .treasure-profitability-cards {
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
    border: 1px solid #C8CFDA;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }
  .profitability-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 24px;
    min-height: 76px;
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid #C8CFDA;
    box-shadow: none;
  }
  .profitability-card:last-child {
    border-bottom: none;
  }
  .profitability-card-icon {
    display: none;
  }
  .profitability-card-title {
    color: #778698;
    font-size: 12px;
    line-height: 16px;
  }
  .profitability-card-value {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #2F3137;
  }
  .profitability-card-subtitle {
    color: #778698;
    font-size: 12px;
    line-height: 16px;
  }
  .treasure-indicators-grid {
    display: grid;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-columns: repeat(2, minmax(0, 50%));
    grid-auto-rows: minmax(80px, auto);
    border: 1px solid #C8CFDA;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }
  .treasure-indicators-grid .treasure-indicator {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    min-width: 0;
    min-height: 80px;
    margin: 0;
    padding: 16px 24px;
    background-color: #fff;
    border-top: none;
    border-left: none;
  }
  .treasure-indicators-grid .treasure-indicator:nth-child(odd) {
    border-right: 1px solid #C8CFDA;
  }
  .treasure-indicators-grid .treasure-indicator:nth-child(even) {
    border-right: none;
  }
  .treasure-indicators-grid .treasure-indicator:nth-child(-n+4) {
    border-bottom: 1px solid #C8CFDA;
  }
  .treasure-indicators-grid .treasure-indicator:nth-child(n+5) {
    border-bottom: none;
  }
  .treasure-indicators-grid .treasure-indicator-icon {
    display: none;
  }
  .treasure-indicators-grid .treasure-indicator-content {
    gap: 8px;
  }
  .treasure-indicators-grid .treasure-indicator-value {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  .treasure-indicators-grid .treasure-indicator-label {
    font-size: 12px;
    line-height: 16px;
  }
  .consistency-cards-grid {
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid #C8CFDA;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }
  .consistency-cards-grid .consistency-card {
    padding: 16px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #C8CFDA;
  }
  .consistency-cards-grid .consistency-card:last-child {
    border-bottom: none;
  }
  .consistency-cards-grid .consistency-card-value {
    font-size: 22px;
    line-height: 28px;
  }
  #container-faq-treasure .treasure-faq-question {
    font-size: 16px;
    padding: 20px 0;
  }
  #container-faq-treasure .treasure-faq-answer {
    font-size: 14px;
  }
  #container-about-treasure .treasure-about-content .text-content p {
    font-size: 16px;
  }
  #container-about-treasure .treasure-about-content .text-content .treasure-about-heading {
    font-size: 1.1rem;
    margin-top: 1.3em;
  }
  #historical-table th {
    padding: 8px;
    font-size: 9px;
  }
  #historical-table tbody td {
    padding: 16px 12px;
    font-size: 11px;
  }
  .treasure-show-page .breadcrumb li:last-of-type {
    display: none;
  }
}
