/* Scoped price labels: no changes to the theme, checkout, or existing price. */
.apd-quotes {
    margin: -.25rem 0 1rem;
    max-width: 100%;
}
.apd-quotes[hidden] { display: none !important; }
.apd-rows {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .75rem;
}
.apd-row {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .25rem .4rem;
    max-width: 100%;
    padding: .35rem .65rem;
    border: 1px solid #dde1f1;
    border-radius: 4px;
    background: #f4f5fc;
    color: #4a5268;
    font-size: 1rem;
    line-height: 1.6;
    overflow-wrap: anywhere;
}
.apd-value {
    color: #b32356;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.apd-quantity { font-size: .95rem; }
