.tiered-discount-simple-table-container {
    overflow-x: auto;
}

.tiered-discount-simple-table {
    width: 100%;
    min-width: 300px; /* حداقل عرض جدول */
	border: 0px solid;
	border-radius: 10px !important;
}

.tiered-discount-simple-table th,
.tiered-discount-simple-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center; /* وسط‌چین کردن محتوا */
}

.tiered-discount-simple-table th {
    background-color: #0073e6;
    color: #fff;
    font-weight: bold;
}

.tiered-discount-simple-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tiered-discount-simple-table tr:hover {
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    .tiered-discount-simple-table {
        font-size: 14px;
    }

    .tiered-discount-simple-table th,
    .tiered-discount-simple-table td {
        padding: 8px;
    }
}

.tiered-discount-simple-table th,
.tiered-discount-simple-table td {
    text-align: center !important; /* استفاده از !important برای جلوگیری از بازنویسی */
}