.sgh-fund-message {
  padding: 12px;
  background: #fff8e5;
  border: 1px solid #f0d98c;
  color: #5f4700;
}

.sgh-fund-data-shortcode {
  margin: 24px 0;
  font-family: inherit;
}

.sgh-fund-data-shortcode h3 {
  margin: 0 0 12px;
}

.sgh-fund-data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.sgh-fund-data-table th,
.sgh-fund-data-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.sgh-fund-data-table th {
  width: 32%;
  background: #f7f7f7;
  font-weight: 600;
}

.sgh-fund-data-table pre {
  white-space: pre-wrap;
  margin: 0;
}

.sgh-fund-summary-clean {
  margin: 32px 0;
  font-family: inherit;
  color: inherit;
}

.sgh-fund-summary-clean * {
  box-sizing: border-box;
}

.sgh-fund-summary-clean__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

.sgh-fund-summary-clean__left,
.sgh-fund-summary-clean__right {
  display: grid;
  grid-template-columns: minmax(150px, 240px) minmax(0, 1fr);
  column-gap: 28px;
  row-gap: 8px;
}

.sgh-fund-summary-clean__label,
.sgh-fund-summary-clean__value {
  font-size: 14px;
  line-height: 1.35;
  color: #222;
  font-weight: 400;
}

.sgh-fund-summary-clean__objective {
  max-width: 360px;
}

.sgh-fund-summary-clean__download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6f9bab;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
}

.sgh-fund-summary-clean__download:hover {
  text-decoration: underline;
}

.sgh-fund-summary-clean__download-icon {
  color: #d58a54;
  font-size: 15px;
  line-height: 1;
}

.sgh-fund-performance {
  margin: 32px 0;
  font-family: inherit;
  color: inherit;
  overflow-x: auto;
}

.sgh-fund-performance * {
  box-sizing: border-box;
}

.sgh-fund-performance__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 920px;
}

.sgh-fund-performance__table th,
.sgh-fund-performance__table td {
  padding: 14px 10px;
  border: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.35;
  white-space: nowrap;
}

.sgh-fund-performance__table th {
  color: #9b9b9b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.sgh-fund-performance__table td {
  color: #222;
  font-weight: 400;
}

.sgh-fund-performance__history-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #d58a54;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
}

.sgh-fund-performance__history-button:hover {
  color: #b96c35;
}

@media (max-width: 900px) {
  .sgh-fund-summary-clean__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sgh-fund-summary-clean__left,
  .sgh-fund-summary-clean__right {
    grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
  }

  .sgh-fund-performance__table th,
  .sgh-fund-performance__table td {
    padding: 12px 8px;
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  .sgh-fund-summary-clean__left,
  .sgh-fund-summary-clean__right {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }

  .sgh-fund-summary-clean__value {
    margin-bottom: 10px;
  }
}

.sgh-history-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.55);
  padding: 24px;
}

.sgh-history-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sgh-history-modal__box {
  width: 100%;
  max-width: 520px;
  background: #fff;
  color: #222;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.sgh-history-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.sgh-history-modal__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.sgh-history-modal__close {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  color: #222;
}

.sgh-history-modal__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.sgh-history-modal__field label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
}

.sgh-history-modal__field input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font: inherit;
}

.sgh-history-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.sgh-history-modal__download,
.sgh-history-modal__cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 6px;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
}

.sgh-history-modal__download {
  border: 1px solid #222;
  background: #222;
  color: #fff;
}

.sgh-history-modal__download:hover {
  color: #fff;
}

.sgh-history-modal__cancel {
  border: 1px solid #ccc;
  background: #fff;
  color: #222;
}

.sgh-history-modal__note {
  margin: 0 0 18px;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

@media (max-width: 560px) {
  .sgh-history-modal__fields {
    grid-template-columns: 1fr;
  }

  .sgh-history-modal__actions {
    flex-direction: column-reverse;
  }

  .sgh-history-modal__download,
  .sgh-history-modal__cancel {
    width: 100%;
  }
}

.sgh-performance-accordion {
  margin: 36px 0;
  font-family: inherit;
  color: inherit;
  border-top: 1px solid #d8d8d8;
}

.sgh-performance-accordion * {
  box-sizing: border-box;
}

.sgh-performance-accordion__header,
.sgh-performance-accordion__summary {
  display: grid;
  grid-template-columns: minmax(260px, 2.4fr) repeat(4, minmax(92px, 1fr)) 42px;
  gap: 14px;
  align-items: center;
}

.sgh-performance-accordion__header {
  padding: 16px 18px;
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #d8d8d8;
}

.sgh-performance-accordion__item {
  border-bottom: 1px solid #d8d8d8;
}

.sgh-performance-accordion__summary {
  width: 100%;
  padding: 19px 18px;
  border: 0;
  background: transparent;
  color: #222;
  font: inherit;
  text-align: left;
  cursor: default;
  transition: background-color 0.18s ease;
}

.sgh-performance-accordion__summary:hover {
  background: rgba(0, 0, 0, 0.025);
}

.sgh-performance-accordion__summary[aria-expanded="true"],
.sgh-performance-accordion__summary[data-expanded="true"] {
  background: rgba(0, 0, 0, 0.018);
}

.sgh-performance-accordion__summary--static {
  cursor: default;
}

.sgh-performance-accordion__summary--static:hover {
  background: transparent;
}

.sgh-performance-accordion__fund-name {
  font-weight: 600;
  color: #222;
}

.sgh-performance-accordion__fund-link {
  color: inherit;
  text-decoration: none;
}

.sgh-performance-accordion__fund-link:hover,
.sgh-performance-accordion__fund-link:focus {
  color: #d58a54;
  text-decoration: underline;
}

.sgh-performance-accordion__summary
  span:not(.sgh-performance-accordion__fund-name):not(
    .sgh-performance-accordion__icon
  ) {
  color: #333;
}

.sgh-performance-accordion__toggle {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #d58a54;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.sgh-performance-accordion__toggle:hover,
.sgh-performance-accordion__toggle:focus {
  color: #b56737;
}

.sgh-performance-accordion__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: currentColor;
  font-size: 24px;
  line-height: 1;
}

.sgh-performance-accordion__download-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  vertical-align: middle;
}

.sgh-performance-accordion__panel {
  padding: 4px 18px 32px;
  background: #fff;
}

.sgh-performance-accordion__panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.12fr;
  gap: 44px;
  padding: 22px 0 4px;
}

.sgh-performance-accordion__section h3 {
  margin: 0 0 16px;
  color: #222;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.sgh-performance-accordion__definition-list {
  margin: 0;
}

.sgh-performance-accordion__definition-list div {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) auto;
  gap: 18px;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.45;
}

.sgh-performance-accordion__definition-list dt {
  color: #555;
  font-weight: 400;
}

.sgh-performance-accordion__definition-list dd {
  margin: 0;
  color: #222;
  text-align: right;
  font-weight: 400;
}

.sgh-performance-accordion__documents {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sgh-performance-accordion__documents li {
  margin-bottom: 12px;
}

.sgh-performance-accordion__documents a,
.sgh-performance-accordion__history-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #222;
  font: inherit;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.sgh-performance-accordion__documents a:hover,
.sgh-performance-accordion__history-link:hover {
  color: #6f9bab;
  text-decoration: none;
}

.sgh-performance-accordion__document-icon {
  flex: 0 0 auto;
  color: #d58a54;
  font-weight: 700;
}

.sgh-performance-accordion__empty {
  margin: 0;
  color: #666;
  font-size: 14px;
}

@media (max-width: 980px) {
  .sgh-performance-accordion {
    overflow-x: auto;
  }

  .sgh-performance-accordion__header,
  .sgh-performance-accordion__summary {
    min-width: 820px;
  }

  .sgh-performance-accordion__panel {
    min-width: 820px;
  }

  .sgh-performance-accordion__panel-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sgh-performance-accordion__definition-list div {
    max-width: 420px;
  }
}

.sgh-performance-accordion__document-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.sgh-performance-accordion__document-leading-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  color: #d58a54;
}

.sgh-performance-accordion__document-label {
  flex: 1 1 auto;
}

.sgh-performance-accordion__document-item--monthly_fact_sheet
  .sgh-performance-accordion__document-leading-icon {
  color: #d58a54;
}

.sgh-performance-accordion__document-item--pds
  .sgh-performance-accordion__document-leading-icon {
  color: #6f9bab;
}

.sgh-performance-accordion__document-item--reference_guide
  .sgh-performance-accordion__document-leading-icon {
  color: #777;
}

.sgh-performance-accordion__document-item--tmd
  .sgh-performance-accordion__document-leading-icon {
  color: #b96c35;
}

.sgh-performance-accordion__document-item--online_application_portal
  .sgh-performance-accordion__document-leading-icon {
  color: #6f9bab;
}

.sgh-performance-accordion__document-item--application_form
  .sgh-performance-accordion__document-leading-icon {
  color: #777;
}

.sgh-performance-accordion__document-item--additional_investment_form
  .sgh-performance-accordion__document-leading-icon {
  color: #d58a54;
}

.sgh-performance-accordion__document-item--annual_report
  .sgh-performance-accordion__document-leading-icon {
  color: #b96c35;
}

.sgh-doc-link--historical-prices
  .sgh-performance-accordion__document-leading-icon {
  color: #d58a54;
}
