/* CPQ metadata on native Perfex item rows */
.cpq-recurring-control {
    margin-top: 4px;
    margin-bottom: 0;
}

.cpq-recurring-control label {
    font-weight: 600;
    color: #4b5563;
}

/* Customer pricing summary */
.cpq-public-summary {
    clear: both;
    box-sizing: border-box;
    margin: 14px 10px 18px 0;
    padding: 14px 18px 4px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.cpq-public-summary-title {
    margin-bottom: 10px;
    font-weight: 700;
    color: #111827;
}

.cpq-public-term-label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
}

.cpq-public-term-select {
    max-width: 220px;
    margin-bottom: 12px;
}

.cpq-public-summary-lines {
    margin-top: 8px;
}

.cpq-public-summary-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 0;
    color: #4b5563;
}

.cpq-public-summary-line span {
    min-width: 0;
}

.cpq-public-summary-line strong {
    color: #111827;
    flex: 0 0 auto;
    max-width: 52%;
    text-align: right;
    white-space: nowrap;
}

.cpq-public-summary-total {
    margin-top: 4px;
    padding-top: 9px;
    border-top: 1px solid #e5e7eb;
    font-weight: 700;
}

.cpq-public-savings {
    display: none;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e5e7eb;
    font-weight: 700;
    color: #111827;
    text-align: left;
}

.cpq-public-tax-line {
    color: #374151;
}

.cpq-public-tax-note {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #6b7280;
}
