/* GCW Buybox - stable minimal styles */
.gcw-buybox-total {
    margin: 12px 0 8px;
    padding: 10px 0;
    border-top: 1px dashed rgba(0, 0, 0, .12)
}

.gcw-buybox-total__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 6px 0
}

.gcw-buybox-total__row--sub {
    opacity: .85;
    font-size: 13px
}

.gcw-buybox-total__amount,
.gcw-buybox-total__unit {
    font-weight: 700
}

.gcw-moq-progress {
    margin: 8px 0 12px
}

.gcw-moq-progress__bar {
    position: relative;
    height: 8px;
    border-radius: 99px;
    background: rgba(0, 150, 136, .18);
    overflow: hidden
}

.gcw-moq-progress__fill {
    display: block;
    height: 100%;
    background: rgba(0, 150, 136, .75);
    border-radius: 99px;
    width: 0%
}

.gcw-moq-progress__mark {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(0, 150, 136, .75)
}

.gcw-moq-progress__text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.35;
    opacity: .95
}

.gcw-buybox-qty-breaks__row.is-active {
    border-color: rgba(0, 150, 136, .55);
    box-shadow: 0 0 0 2px rgba(0, 150, 136, .12) inset
}

