/* 1.9.97 — final portrait cleanup for lower summary rows: desktop-like, no beige fill */
@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: 60% !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: 40% !important;
  }

  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table > tbody > tr.afp-result-detail-row > td,
  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table > tbody > tr.afp-result-detail-row > th {
    background: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    vertical-align: middle !important;
  }

  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table > tbody > tr.afp-result-detail-row > td:first-child,
  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table > tbody > tr.afp-result-detail-row > th:first-child {
    background: #fff !important;
    color: var(--afp-text, #2a201b) !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-weight: 600 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !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.afp-result-detail-row > td:last-child,
  .afp-widget.afp-product-builder.afp-builder-shell.afp-shell--mobile .afp-master-row--summary .afp-result-table > tbody > tr.afp-result-detail-row > th:last-child {
    background: #fff !important;
    color: var(--afp-text, #2a201b) !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
