body {
  margin: 0;
  padding: 0;
  font-family: Inter, Roboto, system-ui, sans-serif;
}


.fund-table-wrapper {
  position: relative; 
  max-width: 1165px;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(to bottom, #070b1a 0%, #0b1535 40%, #1a2a78 100%);
  border-radius: 8px;
  border: 1px solid #1f2384;
  overflow: hidden; 
}

.fund-table-wrapper--bottom {
  border-radius: 0 0 8px 8px;
  margin-top: 0;
  border: 0;
  border-top: 1px solid #277dc8;
}



.fund-header-overlay {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
  pointer-events: none; 
}

.fund-date {
  font-size: 14px;
  white-space: nowrap;
  color: #ffffff;
}



.fund-table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.fund-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 34px;
}


.fund-table--splitWrap {
  display: flex;
  overflow: hidden;
}

.fund-table--split {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.fund-table--split tbody {
  text-align: left;
}

.fund-row th,
.fund-row td {
  padding: 18px 0;
  border-bottom: 1px solid #1f2384;
}

.fund-row th:first-of-type,
.fund-row td:first-of-type {
  padding-left: 24px;
}

.fund-row th:last-of-type,
.fund-row td:last-of-type {
  padding-right: 24px;
}



.label-bold {
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  line-height: 18px;
}

.label-reg {
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  line-height: 18px;
}

.label,
.value {
  font-size: 16px;
  white-space: nowrap;
}

.value {
  text-align: left;
}


.performance-header {
  font-weight: 600;
  font-size: 14px;
  opacity: 0.85;
}

.performance-row .value,
.performance-header .label {
  text-align: center;
  min-width: 80px;
}

.holdings-row .value,
.holdings-header .label {
  text-align: left;
  font-weight: 400;
  padding-right: 30px;
}

.performance-metrics-row {
  align-items: center;
  padding: 18px 0;
  column-gap: 0;
}

.performance-metrics-row .value,
.performance-metrics-row .label {
  text-align: left;
  min-width: 80px;
}

.performance-metrics-row .label-bold {
  text-align: left;
}

#historicalPremiumDays .fund-row td:first-of-type {
  padding-left: 0;
}

  #historicalPremiumDays {
    table-layout: auto;
  }
  #historicalPremiumDays th {
    min-width: 90px;
    text-align: left;
  }

#pdChartWrapper {
  position: relative;
  background: #0a1c35;
  padding: 44px 16px 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  max-width: 1165px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

#pdChartContainer--historical_price {
  width: 100%;
  position: relative;
}

#pd-historical-price-chart {
  display: block;
  width: 100% !important;
  height: 420px;
}

.fund-table--split td.value {
  text-align: left;
}

.fund-table.holdings-table {
  min-width: 900px;
}


@media (min-width: 801px) {
  .fund-table--splitWrap {
    display: flex;
  }

  .fund-table--split {
    width: 50%;
  }

  .fund-table--split td {
    width: 40%;
    text-align: right;
  }

}



@media (max-width: 800px) {
 .fund-table:not(.fund-table--split):not(.holdings-table):not(#historicalPremiumDays)
.fund-row:not(.performance-row, .performance-metrics-row) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 18px 20px;
  }

  .performance-row .value,
  .performance-header .label,
  .performance-metrics-row .value,
  .performance-metrics-row .label {
    min-width: 100px;
    text-align: center;
  }

  .fund-table--splitWrap {
    flex-direction: column;
  }

  .fund-table--split {
    width: 100%;
  }

    .unset-top-margin{
    margin-top: 0px;
  }


 .holdings-header .label,
.holdings-header .value {
  min-width: 140px;
}

.holdings-header .label:first-of-type {
  min-width: 200px;
}
}





@media (max-width: 400px) {
  .fund-row--split {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .fund-row--split th {
    border: none;
    padding-bottom: 0;
    margin-bottom: -10px;
  }

  .fund-row--split td.value {
    text-align: left !important;
  }

  .fund-table--split .value {
    width: 60px;
  }
    .unset-top-margin{
    margin-top: 0px;
  }

  .psedo-border::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #1f2384;
    width: 400px;
  }
}
