/* TBGamer Tiered Discount v1.0.3 */

.tbg-tiered-cart-progress {
    margin-bottom: 16px;
}

.tbg-tiered-progress-row > td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.tbg-tiered-progress-box {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.025);
    font-size: 14px;
    line-height: 1.5;
    color: #d63638;
}

.tbg-tiered-progress-box.has-discount {
    font-weight: 500;
}

.tbg-tiered-mini-message {
    margin: 10px 0 14px;
}

.tbg-tiered-mini-message .tbg-tiered-progress-box {
    font-size: 13px;
    padding: 10px 12px;
    color: #d63638;
}

.tbg-tiered-submit-note {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.45;
    opacity: 0.78;
    color: red;
    color: #d63638;
}

/* Astra off-canvas / dropdown mini cart spacing */
.ast-site-header-cart .tbg-tiered-mini-message,
.astra-cart-drawer .tbg-tiered-mini-message,
.widget_shopping_cart .tbg-tiered-mini-message {
    width: 100%;
}

/* Keep the custom progress row readable in narrow layouts. */
@media (max-width: 768px) {
    .tbg-tiered-progress-box {
        font-size: 13px;
        padding: 10px 12px;
    }

    .tbg-tiered-submit-note {
        font-size: 12px;
    }
}
