/* ================= STANDINGS TABLE ================= */

.table-wrapper {
    overflow-x: auto;
}

.standings-page-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    white-space: nowrap;
    font-family: "Inter", sans-serif;
    }

.standings-page-table tr {
    border-bottom: 1px solid #F1F2F4;
}

.standings-page-table tr:last-child {
    border-bottom: none;
}

/* ćelije */

.standings-page-table th,
.standings-page-table td {
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.2;
    color: #1F1F1F;
}

/* numeričke kolone */

.standings-page-table td:nth-child(n+3),
.standings-page-table th:nth-child(n+3) {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.standings-page-table thead th:nth-child(-n+3) {
    /*background: #F3F4F6;*/
    z-index: 4;
}

/* pozicija */

.standings-page-table th:nth-child(1),
.standings-page-table td:nth-child(1) {
    width: 20px;
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 5;
}



.standings-page-table th:nth-child(2),
.standings-page-table td:nth-child(2) {
    width: 30px;
    text-align: center;
    color: #6B7280;
    position: sticky;
    left: 19px;
    background: #fff;
    z-index: 5;
}

/* TEAM kolona */

.standings-page-table th:nth-child(3),
.standings-page-table td:nth-child(3) {
    width: 130px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.01em;

    position: sticky;
    left: 48px;     /* 30 + 40 */

    background: #fff;
    z-index: 4;
    border-right: 1px solid #E5E7EB;
    box-shadow: 4px 0 4px -4px rgba(0,0,0,0.1);
}

.standings-page-table td:nth-child(3) a {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.standings-page-table td:nth-child(3) a:hover {
    text-decoration: underline;
}

/* ostale kolone */

.standings-page-table th:nth-child(4),
.standings-page-table td:nth-child(4),
.standings-page-table th:nth-child(5),
.standings-page-table td:nth-child(5),
.standings-page-table th:nth-child(6),
.standings-page-table td:nth-child(6) {
    width: 40px;
}

.standings-page-table th:nth-child(7),
.standings-page-table td:nth-child(7) {
    width: 70px;
    font-weight: 800;
    color : #111;
}

.standings-page-table th:nth-child(8),
.standings-page-table td:nth-child(8),
.standings-page-table th:nth-child(9),
.standings-page-table td:nth-child(9) {
    width: 70px;
}


.standings-page-table th:nth-child(10),
.standings-page-table td:nth-child(10) {
    width: 50px;
}

.standings-page-table th:nth-child(11),
.standings-page-table td:nth-child(11) {
    width: 70px;
}

.standings-page-table th:nth-child(12),
.standings-page-table td:nth-child(12) {
    width: 60px;
    padding-right: 30px;
}
.standings-page-table th:nth-child(13),
.standings-page-table td:nth-child(13) {
    width: 90px;
}

.standings-page-table th:nth-child(13)
{ text-align: center; }
/* playoff linije */
.standings-page-table td:last-child {
    padding-right: 20px;
}

.standings-page-table tr.cut-playoff td {
  border-bottom: 3px dashed #1F6AE1;
}

.standings-page-table tr.cut-elimination td {

  border-bottom: 3px solid #1F6AE1;
}

/* group title */

.standings-group-row td {
    font-size: 11px;
    font-weight: 800;
    color: #6B7280;
    padding-top: 8px;
    border-top: 1px solid #E5E7EB;
}

.standings-group-title {
    padding-bottom: 12px;
    padding-top: 12px;
    color: #6B7280;
}


/*.standings-page-table tbody tr:nth-child(even) {*/
/*    background: #FAFBFC;*/
/*}*/
/*.standings-page-table tbody tr:hover {*/
/*    background: #F3F6FB;*/
/*}*/
/************last 5**************/
.last5 {
    text-align: right;
    letter-spacing: 1px;
    font-weight: 600;
}


.last5-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
}

.form {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    opacity: 0.9;
}

.form-W {
    background: #1F6AE1;   /* HoopsX plava */
}

.form-L {
    background: #9CA3AF ;   /* siva */
}

/**************  pos change *************/


.pos-change {
    text-align: center;
}

.pos-up {
    color: #1F6AE1;
    font-size: 12px;
    opacity: 0.8;
}

.pos-down {
    color: #374151;
    font-size: 12px;
    opacity: 0.8;
}

.standings-page-table {
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
}

.page-title {
    margin: 0;
}

.standings-header {
    display: flex;
    align-items: center;
    gap: 36px;      /* razmak između naslova i filtera */
    margin-bottom: 14px;
}

.standings-filters {
    display: flex;
    align-items: center;
    gap: 8px;
}


.standings-page .standings-filters select {
  height: 40px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  background: #ffffff;
}

.standings-logo {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
}
