/* ns-cpq-style.css */

.ns-cpq-flex-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    align-items: flex-start;
}

#ns-cpq-price-summary {
    width: 35%;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    margin-top: -50%;
}

.flex-row {
    display: flex;
    justify-content: space-between;
}

#ns-selected-options {
    display: flex;
    flex-direction: column;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
    max-width: 60%;
}

