
.industry-table-wrapper {
    width: 100%;
    background-color: #f9fafb;
    border-radius: 24px;
    padding: 40px 0;
    margin: 40px 0;
}
.industry-table-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.industry-table-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #333333;
    text-align: center;
    margin-bottom: 32px;
}
.table-responsive {
    overflow-x: auto;
    border-radius: 16px;
    border: 2px solid #cbd5e1;
    background: #ffffff;
}
.industry-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #555555;
    min-width: 700px;
}
.industry-table th,
.industry-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}
.industry-table th {
    background-color: #f8fafc;
    font-weight: 600;
    color: #0047AB;
    border-bottom: 2px solid #cbd5e1;
}
.industry-table tr:last-child td {
    border-bottom: none;
}
.industry-table .industry-name {
    font-weight: 600;
    color: #0047AB;
}
.industry-table tbody tr:hover {
    background-color: #f9fafb;
}
.industry-table a {
    color: #0047AB;
    text-decoration: none;
}
.industry-table a:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .industry-table-wrapper {
        padding: 30px 0;
    }
    .industry-table-title {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .industry-table th,
    .industry-table td {
        padding: 10px 12px;
        font-size: 14px;
    }
}
