.abgc-table-responsive {
    width: 100%;
    margin-bottom: 25px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table.abgc-custom-players-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.5;
}

table.abgc-custom-players-table th {
    background-color: #1b365d; /* 尊贵高尔夫深蓝色，可根据主题色自行修改 */
    color: #ffffff;
    text-align: left;
    padding: 14px 16px;
    font-weight: 600;
}

table.abgc-custom-players-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
    color: #333333;
}

table.abgc-custom-players-table tbody tr:nth-of-type(even) {
    background-color: #f8fafc;
}

table.abgc-custom-players-table tbody tr:last-of-type td {
    border-bottom: none;
}

table.abgc-custom-players-table td.text-center, 
table.abgc-custom-players-table th.text-center {
    text-align: center;
}

table.abgc-custom-players-table td.no-data {
    color: #999;
    padding: 40px 0;
}

/* 差点高亮小标 */
.abgc-badge {
    display: inline-block;
    background: #e2e8f0;
    color: #4a5568;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 6px;
    font-weight: bold;
}

.abgc-error-msg {
    color: #d9534f;
    background: #fdf7f7;
    padding: 15px;
    border-left: 4px solid #d9534f;
    border-radius: 4px;
}