.restaurant-ranking-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:#0b1320;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    overflow:hidden;
    color:#fff;
    direction:rtl;
    text-align:center;
    font-family:inherit;
}

.restaurant-ranking-table thead{
    background:#101826;
}

.restaurant-ranking-table th{
    color:#fff;
    font-size:15px;
    font-weight:700;
    padding:18px 14px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.restaurant-ranking-table td{
    padding:18px 14px;
    border-bottom:1px solid rgba(255,255,255,.08);
    font-size:16px;
    color:#fff;
    vertical-align:middle;
}

.restaurant-ranking-table tbody tr{
    transition:.25s;
}

.restaurant-ranking-table tbody tr:hover{
    background:#121c2d;
}

.restaurant-ranking-table img{
    width:70px;
    height:70px;
    object-fit:cover;
    border-radius:12px;
}/* نام رستوران */
.restaurant-ranking-table td:last-child{
    font-weight:700;
    color:#ffffff;
}

/* امتیاز کل (طلایی) */
.restaurant-ranking-table td:nth-child(4){
    color:#FBBF24;
    font-weight:800;
    font-size:22px;
}

/* امتیاز مردم */
.restaurant-ranking-table td:nth-child(5){
    color:#ffffff;
    font-weight:600;
}

/* امتیاز فیدورا */
.restaurant-ranking-table td:nth-child(6){
    color:#ffffff;
    font-weight:600;
}

/* رشد ماهانه */
.restaurant-ranking-table td:nth-child(7){
    font-weight:700;
}

/* لیگ */
.restaurant-ranking-table td:nth-child(3){
    font-weight:700;
}

/* لینک لیگ */
.restaurant-ranking-table td:nth-child(3) span{
    display:inline-block;
    background:#1b2230;
    border:1px solid rgba(251,191,36,.35);
    color:#FBBF24;
    padding:6px 14px;
    border-radius:10px;
    font-size:13px;
    font-weight:700;
}

/* گوشه‌های جدول */
.restaurant-ranking-table tr:last-child td{
    border-bottom:none;
}
