.skills-table-wrapper {
    overflow-x: auto;
    margin: 20px 0;
}

.skills-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.skills-table th {
    background: #004080;
    color: #fff;
    padding: 12px 8px;
    border: 1px solid #ddd;
}

.skills-table td {
    padding: 12px 8px;
    border: 1px solid #ddd;
    text-align: center;
    background: #f9f9f9;
}

.skills-table td:first-child,
.skills-table th:first-child {
    text-align: left;
}

.skills-table .u-font-weight-bold { font-weight: bold; color: #222; }
.skills-table .u-color-success { color: #28a745; font-weight: 600; }
.skills-table .u-color-warning { color: #ffc107; font-weight: 600; }
.skills-table .u-color-primary { color: #007bff; font-weight: 600; }

@media (max-width: 768px) {
    .skills-table { font-size: 12px; }
}