.ls-league-dropdown { position:relative;width:100%; }
.ls-selected, .ls-option {
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
}
.ls-selected {
    padding:10px;
    border:1px solid #ddd;
    border-radius:6px;
    background:#fff;
}
.ls-options {
    display:none;
    position:absolute;
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-radius:6px;
    margin-top:6px;
    z-index:99;
}
.ls-option { padding:10px; }
.ls-option:hover { background:#f5f5f5; }
.ls-league-dropdown img { width:26px;height:26px;object-fit:contain; }

/* Container และ Table */
.ls-table-container {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-family: sans-serif;
}

.ls-league-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

/* Header */
.ls-league-table适当 thead tr {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.ls-league-table th {
    padding: 12px 8px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
}

/* Body Rows */
.ls-league-table td {
    padding: 10px 8px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

/* จัดการชื่อทีมและโลโก้ */
.team-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-logo-main {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.team-name {
    font-weight: 500;
    color: #333;
}

/* คอลัมน์พิเศษ */
.gd-col {
    color: #2ad572; /* สีเขียวตามรูปตัวอย่าง */
    font-weight: 500;
}

.pts-col {
    font-weight: bold;
    color: #000;
}

.team-logo-next {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
}

.txt-center {
    text-align: center;
}

/* แถบสีสำหรับ Rank (ถ้าต้องการเลียนแบบเป๊ะๆ) */
.rank-col {
    width: 30px;
    font-weight: bold;
    color: #888;
}