.elementor-29533 .elementor-element.elementor-element-de7dc71{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6d5b58e *//* ── Fee Table Styles ── */
.fee-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Georgia', serif;
  font-size: 17px;
  color: #1a2a3a;
}

/* ── Header ── */
.fee-table thead tr {
  background-color: #fc0404;
  color: #ffffff;
}

.fee-table thead th {
  padding: 18px 20px;
  text-align: center;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
}

.fee-table thead th.col-fund {
  text-align: left;
  min-width: 200px;
}

.fee-table thead th .unit {
  display: block;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.75;
  text-transform: lowercase;
  letter-spacing: 0.02em;
  margin-top: 3px;
}

/* ── Body Rows ── */
.fee-table tbody tr {
  border-bottom: 1px solid #dde4ed;
  transition: background-color 0.15s ease;
}

.fee-table tbody tr:nth-child(even) {
  background-color: #f4f7fb;
}

.fee-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

/* Income-based rows get a subtle accent */
.fee-table tbody tr.row-income {
  background-color: #fff8ec;
}

.fee-table tbody tr.row-income:hover {
  background-color: #ffefd0;
}

.fee-table tbody tr:hover {
  background-color: #e8f0fb;
}

/* ── Body Cells ── */
.fee-table tbody td {
  padding: 14px 20px;
  text-align: center;
  font-size: 17px;
  color: #2c3e50;
}

/* ── Fund Name Column ── */
.fee-table .col-fund {
  text-align: left;
}

.fee-table .fund-name {
  display: block;
  font-weight: 600;
  color: #003366;
}

.fee-table .fund-basis {
  display: block;
  font-size: 13px;
  color: #7a8fa6;
  margin-top: 2px;
  font-style: italic;
}

/* ── Total Column ── */
.fee-table .col-total {
  font-weight: 700;
  color: #003366;
  background-color: rgba(0, 51, 102, 0.05);
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .fee-table thead th,
  .fee-table tbody td {
    padding: 10px 10px;
    font-size: 14px;
  }

  .fee-table thead th.col-fund {
    min-width: 140px;
  }
}/* End custom CSS */