    .top5-liga3-container {
                width: 100%;
                margin: 20px 0;
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            }
            .top5-liga3-title {
                font-size: 24px;
                font-weight: bold;
                color: #8E7A52;
                margin-bottom: 15px;
                text-align: left;
            }
            .top5-liga3-table {
                width: 100%;
                border-collapse: collapse;
                background-color: transparent;
                color: white;
                font-size: 14px;
                border: none;
            }
            .top5-liga3-table th,
            .top5-liga3-table td {
                padding: 12px 8px;
                text-align: center;
                border: none;
            }
            .top5-liga3-table tr {
                border-bottom: 1px solid #8E7A52;           color: white;
            }
            .top5-liga3-table thead tr {
                border-bottom: 1px solid #8E7A52;           color: white;
            }
            .top5-liga3-table tbody tr:last-child {
                border-bottom: none;           color: white;
            }
            .top5-liga3-table th {
                font-weight: bold;
                background-color: transparent;
                color: white;
            }
            .top5-liga3-table .team-name {
                text-align: left;           color: white;
                padding-left: 15px;
            }
            .top5-liga3-table .position {
                text-align: left;           color: white;
                padding-left: 15px;
            }
            .top5-liga3-table .points {           color: white;
                text-align: left;
                padding-left: 15px;
            }
            .top5-liga3-table tr:hover {
                background-color: transparent;
            }
            .top5-liga3-table tr.academica-row {
                background-color: rgba(142, 122, 82, 0.2);
                font-weight: bold;
            }
            @media (max-width: 768px) {
                .top5-liga3-table {
                    font-size: 13px;
                }
                .top5-liga3-table th,
                .top5-liga3-table td {
                    padding: 10px 6px;
                }
                .top5-liga3-title {
                    font-size: 20px;
                }
            }