/**
 * NPL Sports Pro - Standings Style
 * Fixed to match nplsp-standings-table class
 */

.nplsp-standings-wrap {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

.nplsp-shortcode-header {
    background-color: #1a2c4e;
    color: #ffffff;
    padding: 12px;
    text-align: center;
}

.nplsp-title {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

/* THE MAIN TABLE CLASS */
.nplsp-standings-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.nplsp-standings-table thead th {
    background: #f8f9fa;
    color: #888;
    font-weight: 700;
    padding: 8px 5px;
    text-transform: uppercase;
    font-size: 10px;
    border-bottom: 1px solid #eee;
}

.nplsp-standings-table tbody td {
    padding: 10px 5px;
    border-bottom: 1px solid #f9f9f9;
    vertical-align: middle;
}

.col-pos { width: 25px; text-align: center; color: #999; }

.col-team a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    color: #333 !important;
    font-weight: 600;
}

.mini-logo {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
}

.col-stat { width: 35px; text-align: center; color: #666; }
.col-pts { background: #f0f4ff; color: #1a2c4e; font-weight: 800; }

.nplsp-shortcode-footer {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #eee;
}

.nplsp-view-full-link {
    font-size: 11px;
    font-weight: 700;
    color: #0073aa;
    text-decoration: none !important;
}

.nplsp-error { color: red; font-size: 11px; padding: 15px; text-align: center; }