/* استایل نهایی جدول ویژگی‌های محصول - مینیمال */
.wc-pat-container {
    margin: 1rem 0;
    width: 100%;
}

.wc-pat-table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    font-size: inherit;
    direction: rtl;
    background: transparent;
    border: none;
}

.wc-pat-table th,
.wc-pat-table td {
    padding: 10px 5px;
    vertical-align: middle;
    background: transparent !important;
}

.wc-pat-table th {
    color: #444;
    font-weight: normal;
    width: 25%; /* عرض ثابت 25% برای ستون نام ویژگی‌ها */
    text-align: left;
    padding-right: 15px;
    border: none;
}

.wc-pat-table td {
    color: #222;
    font-weight: normal;
    text-align: right;
    padding-left: 15px;
    border-bottom: 1px solid #eaeaea; /* فقط خط پایین برای مقادیر */
}

.wc-pat-table tr:last-child td {
    border-bottom: none; /* حذف خط برای آخرین ردیف */
}

.wc-pat-table tr:hover th,
.wc-pat-table tr:hover td {
    background: transparent !important; /* حذف کامل اثر هاور */
}

.wc-pat-no-attributes {
    color: #666;
    font-style: italic;
    text-align: center;
    padding: 15px 0;
    background: transparent;
}