/* باکس انتخاب بیعانه روی صفحه محصول */
.deposits-toggle-wrapper {
    margin: 16px 0;
    padding: 12px;
    border-radius: 8px;
    background: #050b16;
    border: 1px solid #ffffff;
}

.deposits-toggle-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #ffffff;
}

.deposits-toggle-buttons {
    display: flex;
    gap: 8px;
}

.deposits-toggle-btn {
    flex: 1;
    text-align: center;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-size: 13px;
    user-select: none;
    transition: all .15s ease;
    background: #ffffff;
    color: #111111;
}

.deposits-toggle-btn.active {
    background: #ffa800;
    border-color: #ffa800;
    color: #ffffff;
    box-shadow: 0 0 0 1px rgba(127,84,179,0.4);
}

.deposits-toggle-helper {
    margin-top: 6px;
    font-size: 12px;
    color: #cccccc;
}

.deposits-toggle-helper strong {
    color: #ffa800;
}

/* لیبل‌های سبد خرید */
.deposits-cart-label {
    color: #7f54b3;
}

.deposits-cart-remaining {
    color: #7f54b3;
}

/* ردیف خلاصه در سبد / تسویه */
.tg-deposits-summary-cell {
    padding-top: 10px !important;
    border-top: 1px dashed #444 !important;
}

.tg-deposits-summary-inner {
    font-size: 12px;
    line-height: 1.7;
    text-align: right;
}

/* متای سفارش در فرانت */
.deposits-order-item-meta {
    margin-top: 4px;
    font-size: 11px;
    color: #555;
}
