.elementor-2289 .elementor-element.elementor-element-74284cb > .elementor-container{max-width:762px;}/* Start custom CSS for text-editor, class: .elementor-element-58ef3c9 *//* جدول تعرفه آیفون تصویری */
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Vazirmatn", "IRANSans", sans-serif;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin: 30px 0;
}

.pricing-table thead {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #ffffff;
}

.pricing-table thead th {
    padding: 16px 18px;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
}

.pricing-table tbody td {
    padding: 14px 18px;
    font-size: 14px;
    color: #1f2937;
    border-bottom: 1px solid #e5e7eb;
    text-align: right;
    vertical-align: middle;
}

.pricing-table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

.pricing-table tbody tr:hover {
    background-color: #eef2ff;
    transition: background-color 0.25s ease;
}

.pricing-table tbody td:last-child {
    font-weight: 600;
    color: #0f172a;
}

.pricing-table caption {
    caption-side: bottom;
    padding: 12px;
    font-size: 13px;
    color: #6b7280;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .pricing-table thead {
        display: none;
    }

    .pricing-table,
    .pricing-table tbody,
    .pricing-table tr,
    .pricing-table td {
        display: block;
        width: 100%;
    }

    .pricing-table tr {
        margin-bottom: 15px;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        padding: 10px;
        background-color: #ffffff;
    }

    .pricing-table td {
        border: none;
        padding: 10px 10px;
        display: flex;
        justify-content: space-between;
        font-size: 13px;
    }

    .pricing-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #374151;
        margin-left: 10px;
    }
}/* End custom CSS */