/* v1.8.85: style base and fee row labels like the meta labels above */
.afp-widget .afp-result-table tr[data-afp-row="base"] td:first-child,
.afp-widget .afp-result-table tr[data-afp-fee-row] td:first-child{
  width:42% !important;
  font-size:11px !important;
  line-height:1.38 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  font-weight:900 !important;
  color:var(--afp-muted) !important;
  white-space:normal !important;
}

.afp-widget .afp-result-table tr[data-afp-row="base"] td:last-child,
.afp-widget .afp-result-table tr[data-afp-fee-row] td:last-child{
  font-size:15px !important;
  line-height:1.45 !important;
  font-weight:850 !important;
  color:var(--afp-text) !important;
  white-space:nowrap !important;
}

@media (max-width: 767px){
  .afp-widget .afp-result-table tr[data-afp-row="base"] td:first-child,
  .afp-widget .afp-result-table tr[data-afp-fee-row] td:first-child{
    width:auto !important;
    font-size:11px !important;
  }
}
