
.metalworking-table-module {
    width: 100%;
    background-color: #f9fafb;
    border-radius: 24px;
    margin: 30px 0;
}
.metalworking-table-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 24px;
    box-sizing: border-box;
}
.section-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #222222;
    text-align: center;
    margin-bottom: 24px;
}
.table-responsive {
    overflow-x: auto;
    border-radius: 16px;
    border: 2px solid #cbd5e1;
    background: #ffffff;
}
.metalworking-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #555555;
    min-width: 700px;
}
.metalworking-table th,
.metalworking-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: middle;
    line-height: 1.4;
}
.metalworking-table th {
    background-color: #f8fafc;
    font-weight: 600;
    color: #0047AB;
    border-bottom: 2px solid #cbd5e1;
}
.metalworking-table tr:last-child td {
    border-bottom: none;
}
.product-link {
    color: #0047AB;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}
.product-link:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .metalworking-table-inner {
        padding: 28px 20px;
    }
    .section-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .product-link {
        white-space: normal;
    }
}
@media (max-width: 640px) {
    .metalworking-table-inner {
        padding: 24px 16px;
    }
    .metalworking-table th,
    .metalworking-table td {
        padding: 8px 12px;
        font-size: 13px;
    }
}
