/* 1.9.94 — clean portrait summary styling without stacked conflicting overrides */
@media (max-width: 767px) and (orientation: portrait) {
  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table {
    table-layout: fixed !important;
  }

  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table col.afp-result-col-label {
    width: 56% !important;
  }

  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table col.afp-result-col-value {
    width: 44% !important;
  }

  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table > tbody > tr > td,
  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table > tbody > tr > th {
    vertical-align: middle !important;
  }

  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table > tbody > tr[data-afp-row="base"] > td:first-child,
  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table > tbody > tr[data-afp-fee-row] > td:first-child {
    color: var(--afp-text, #2a201b) !important;
    font-size: 13px !important;
    line-height: 1.28 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    text-wrap: pretty !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table > tbody > tr[data-afp-row="base"] > td:last-child,
  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table > tbody > tr[data-afp-fee-row] > td:last-child {
    font-size: 16px !important;
    line-height: 1.18 !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table > tbody > tr[data-afp-row="base"] > td:last-child {
    font-size: 18px !important;
    font-weight: 900 !important;
  }
}
