.elementor-5350 .elementor-element.elementor-element-8cdb984{--display:flex;--min-height:363px;--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;--justify-content:center;--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-5350 .elementor-element.elementor-element-8cdb984:not(.elementor-motion-effects-element-type-background), .elementor-5350 .elementor-element.elementor-element-8cdb984 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f3691e9 );background-image:url("https://wedbushfunds.com/wp-content/uploads/2025/06/HEADER-2.svg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-5350 .elementor-element.elementor-element-9a75c2c{text-align:center;}.elementor-5350 .elementor-element.elementor-element-9a75c2c .elementor-heading-title{font-size:32px;font-weight:700;color:#FFFFFF;}.elementor-5350 .elementor-element.elementor-element-c3b04b0{width:var( --container-widget-width, 491px );max-width:491px;--container-widget-width:491px;--container-widget-flex-grow:0;text-align:center;}.elementor-5350 .elementor-element.elementor-element-c3b04b0.elementor-element{--align-self:center;}.elementor-5350 .elementor-element.elementor-element-c3b04b0 .elementor-heading-title{font-size:20px;line-height:1.3em;color:var( --e-global-color-9fcf814 );}.elementor-5350 .elementor-element.elementor-element-7a134ad{--display:flex;}@media(max-width:767px){.elementor-5350 .elementor-element.elementor-element-9a75c2c{text-align:left;}.elementor-5350 .elementor-element.elementor-element-c3b04b0{text-align:left;}.elementor-5350 .elementor-element.elementor-element-c3b04b0 .elementor-heading-title{font-size:18px;line-height:1.2em;}}/* Start custom CSS for html, class: .elementor-element-2d2c990 */.funds-table {
  margin: 55px 0;
}

/* Table base */
.funds-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  border-left: 1px solid #EBEAEA;
  border-right: 1px solid #EBEAEA;
  border-bottom: 1px solid #EBEAEA;
  border-top: 1px solid #EBEAEA; /* top border only on table */
}

/* Only first header row grey */
.funds-table thead tr:first-child {
  background-color: #F8F7F7;
}

.funds-table thead tr:first-child th {
  padding: 12px 24px 12px 24px;
  font-weight: 600;
  color: #000;
  text-align: left;
  border-top: none !important;    /* ensure no extra top border */
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #EBEAEA;
  background-clip: padding-box;   /* prevent background from overflowing rounded corners */
}

/* Second header row (and any others) stays white */
.funds-table thead tr:not(:first-child) th {
  background-color: #fff;
  color: #000;
  padding: 12px 0 12px 24px;
  text-align: left;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #EBEAEA;
  background-clip: padding-box;
}

/* Body cells */
.funds-table tbody td {
  padding: 12px 0 12px 24px;
  background-color: #fff !important;
  border-bottom: 1px solid #EBEAEA; /* only bottom border per cell */
  border-left: none;
  border-right: none;
}

.funds-table thead tr th:last-child, 
.funds-table tbody tr td:last-child {
  padding: 12px 24px 12px 24px !important;
}

/* Remove last row bottom border */
.funds-table tbody tr:last-child td {
  border-bottom: none;
}

/* Remove zebra striping and extra borders */
.funds-table tbody tr,
.funds-table tbody td {
  background-color: #fff !important;
  border-top: none !important;
}

/* Remove vertical borders from header cells */
.funds-table th {
  border-left: none;
  border-right: none;
}

.funds-table-ticker {
  color: #00B3DC;
  font-weight: bold;
}

.funds-table .funds-table-link {
  color: inherit !important;
  text-decoration: none !important;
}

.funds-table thead th .funds-table-logo {
  vertical-align: middle;
}

.funds-table-logo {
  height: 25px !important;
  width: auto;
  filter: invert(20%) sepia(0%) saturate(0%) brightness(35%) contrast(100%);
}

.funds-table tbody tr {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.funds-table tbody tr:hover td {
  background-color: #f3f3f3 !important;
}/* End custom CSS */