.sold-by-unit {
    margin: 10px 0 15px;
}

.sold-by-unit__chooser {
    border: 1px solid #d6d6d6;
    margin: 0 0 12px;
    padding: 15px;
}

.sold-by-unit__chooser-title {
    color: #333;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 10px;
}

.sold-by-unit__select {
    max-width: 100%;
    width: 260px;
}

/* Qty is driven by the size dropdown, so the native box reads as output. */
.sold-by-unit__qty-locked {
    background: #f5f5f5;
    color: #575757;
    cursor: not-allowed;
    pointer-events: none;
}

.sold-by-unit__hint {
    color: #575757;
    font-size: 1.3rem;
    margin: 0 0 5px;
}

.sold-by-unit__preview {
    background: #fdf0d5;
    border-left: 3px solid #e8a33d;
    color: #333;
    font-size: 1.3rem;
    margin: 0;
    padding: 6px 10px;
}
