/* استایل‌های عمومی */
.fst-standings-wrapper {
    max-width: 100%;
    margin: 20px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    direction: rtl;
}

.fst-table-header {
    background: #ffb65c;
    color: #5a4d4d;
    padding: 12px 20px;
    text-align: center;
}

.fst-table-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

/* جدول اصلی */
.fst-standings-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.fst-standings-table thead th {
    background: #dee1e3;
    color: #454546;
    padding: 10px 8px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    border: none;
}

.fst-standings-table tbody tr {
    border-bottom: none;
}

.fst-standings-table tbody tr:hover {
    background: #f9f9f9;
}

.fst-standings-table tbody td {
    padding: 8px;
    text-align: center;
    font-size: 13px;
    color: #333;
    border: none;
}

/* نام تیم */
.fst-team-name {
    text-align: right !important;
    font-weight: 600;
    padding-right: 12px !important;
}

/* امتیاز */
.fst-points strong {
    color: #ff6600;
}

/* تفاضل گل - علامت در سمت چپ */
.fst-standings-table .fst-gd {
    direction: ltr !important;
    unicode-bidi: embed;
    font-weight: bold;
}

.fst-gd.positive {
    color: #28a745;
}

.fst-gd.negative {
    color: #dc3545;
}

.fst-gd.zero {
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .fst-standings-table {
        font-size: 11px;
    }
    
    .fst-standings-table th,
    .fst-standings-table td {
        padding: 6px 4px;
    }
    
    .fst-table-header h3 {
        font-size: 14px;
    }
}
