﻿.top5-h3 {
    margin: 0;
    margin-bottom: 5px;
}

.top5-table {
    width: 100%;
    border-collapse: collapse;
    background: #242424;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .top5-table thead th {
        background: #3B3B3B;
        padding: 10px 12px;
        text-align: left;
        font-weight: 600;
        font-size: 1rem;
        border-bottom: 1px solid #333;
    }

    .top5-table tbody td {
        padding: 10px 12px;
        border-bottom: 1px solid #333;
        font-size: 0.95rem;
    }

    .top5-table tbody tr:last-child td {
        border-bottom: none;
    }

    .top5-table th:nth-child(1),
    .top5-table td:nth-child(1) {
        width: 70px;
        text-align: center;
    }

    .top5-table th:nth-child(2),
    .top5-table td:nth-child(2) {
        width: auto;
        text-align: center;
    }

    .top5-table th:nth-child(3),
    .top5-table td:nth-child(3) {
        width: 120px;
        text-align: center;
    }

    .top5-table td:nth-child(3) {
        color: #28a2a2;
        font-weight: 600;
    }

@media (max-width: 1233px) and (min-width: 1061px) {
    .top5-scale {
        position: relative;
        left: 50%;
        transform: translateX(-50%) scale(0.85);
        transform-origin: top center;
    }
}

