.bgh-preorder-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: #7c3aed;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

.bgh-preorder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0;
    padding: 12px 16px;
    border: 1px dashed #7c3aed;
    border-radius: 12px;
    background: #f6f1ff;
    direction: rtl;
}

.bgh-preorder__label {
    font-size: 13px;
    font-weight: 600;
    color: #6d28d9;
}

.bgh-preorder__count {
    display: inline-flex;
    gap: 6px;
    font-size: 13px;
    font-weight: 800;
    color: #5b21b6;
    direction: ltr;
}

.bgh-preorder__count .bgh-preorder__unit {
    display: inline-block;
    min-width: 34px;
    padding: 4px 6px;
    border-radius: 6px;
    background: #7c3aed;
    color: #fff;
    text-align: center;
}
