.matd-specs-wrap {
    margin: 30px 0;
    direction: rtl;
    font-family: inherit;
}

.matd-specs-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    border-right: 4px solid #2563EB;
    padding-right: 10px;
}

.matd-specs-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.matd-specs-table tr:nth-child(even) {
    background: #f9fafb;
}

.matd-specs-table th,
.matd-specs-table td {
    padding: 10px 14px;
    text-align: right;
    font-size: 14px;
    border-bottom: 1px solid #e5e7eb;
}

.matd-specs-table th {
    width: 35%;
    color: #374151;
    font-weight: 600;
    background: #f3f4f6;
}

.matd-specs-table td {
    color: #111827;
}

.matd-specs-table tr:last-child th,
.matd-specs-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 600px) {
    .matd-specs-table th,
    .matd-specs-table td {
        font-size: 13px;
        padding: 8px 10px;
    }
}
