/* 1.9.98 — portrait summary detail rows match "Цена за единицу" typography */
@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 > tbody > tr.afp-result-detail-row > td.afp-result-detail-label,
  .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.afp-result-detail-label {
    color: var(--afp-muted, #9f8f86) !important;
    font-size: 11px !important;
    line-height: 1.32 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    text-wrap: pretty !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-result-detail-value,
  .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.afp-result-detail-value {
    color: var(--afp-text, #2a201b) !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 850 !important;
  }
}
