.elementor-kit-324{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-324 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */th {
    cursor: pointer;
    position: relative;
    padding-right: 20px; /* Platz für Pfeile */
}

th:after {
    content: " ▼"; /* Standard: Absteigend */
    position: absolute;
    right: 5px;
    opacity: 0.5;
    font-size: 14px;
}

th.asc:after {
    content: " ▲"; /* Wenn aufsteigend */
}

th.desc:after {
    content: " ▼"; /* Wenn absteigend */
}
/* Hover effect on post images */
.elementor-post__thumbnail:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}

/* Box shadow for a modern card look */
.elementor-post {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

/* Add padding to improve spacing */
.elementor-post__text {
    padding: 15px;
}

/* Slight background change on hover */
.elementor-post:hover {
    background-color: #f9f9f9;
    transition: 0.3s ease-in-out;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    margin-top: 10px;
}

.results-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.results-table th, .results-table td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.results-table th {
    background: #f4f4f4;
    font-weight: bold;
}

.results-table tr:nth-child(even) {
    background: #f9f9f9;
}

.results-table tr:hover {
    background: #e9ecef;
}

.results-table a {
    color: #0073e6;
    text-decoration: none;
    font-weight: bold;
}

.results-table a:hover {
    text-decoration: underline;
}

/*sportsradar*/
<div class="sr-widget"></div>/* End custom CSS */