.elementor-414 .elementor-element.elementor-element-5ebc2cca{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-685c338a */table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: center;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
}

th {
    background-color: #007bff;
    color: white;
    text-transform: uppercase;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #ddd;
}

td:first-child {
    font-weight: bold;
}

th:first-child {
    width: 5%;
}

th:nth-child(2) {
    width: 25%;
    text-align: left;
}

td:nth-child(2) {
    text-align: left;
}

/* Wyróżnienie dwóch pierwszych miejsc */
tr:nth-child(2), tr:nth-child(3) {
    background-color: #d4edda; /* Zielony dla awansu */
    font-weight: bold;
}

/* Wyróżnienie dwóch ostatnich miejsc */
tr:nth-last-child(2), tr:nth-last-child(1) {
    background-color: #f8d7da; /* Czerwony dla zagrożenia spadkiem */
    font-weight: bold;
}

@media (max-width: 768px) {
    table {
        font-size: 14px;
    }

    th, td {
        padding: 8px;
    }
}/* End custom CSS */