.elementor-1242 .elementor-element.elementor-element-e68baa9{--display:flex;}.elementor-1242 .elementor-element.elementor-element-1ab0aae{--spacer-size:1vh;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1242 .elementor-element.elementor-element-bd90cb9{text-align:center;}.elementor-1242 .elementor-element.elementor-element-bd90cb9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:7vw;font-weight:600;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.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 );}.elementor-1242 .elementor-element.elementor-element-58468f2{color:var( --e-global-color-secondary );}.elementor-1242 .elementor-element.elementor-element-46a66f5{--spacer-size:1vh;}@media(max-width:1024px){.elementor-1242 .elementor-element.elementor-element-bd90cb9 .elementor-heading-title{font-size:10vw;}}@media(max-width:767px){.elementor-1242 .elementor-element.elementor-element-bd90cb9 .elementor-heading-title{font-size:10vw;}}/* Start custom CSS for shortcode, class: .elementor-element-eb5205b *//* Center text in all table cells */
.mini-game-scores td, .mini-game-scores th,
.challenge-scores td, .challenge-scores th {
    text-align: center;
    vertical-align: middle; /* Vertical centering */
}

/* Bold the total score column */
.mini-game-scores td:nth-child(4), .mini-game-scores th:nth-child(4),
.challenge-scores td:nth-child(4), .challenge-scores th:nth-child(4) {
    font-weight: bold;
}

/* Bold the team name column */
.mini-game-scores td:nth-child(2), .mini-game-scores th:nth-child(2),
.challenge-scores td:nth-child(2), .challenge-scores th:nth-child(2) {
    font-weight: bold;
}

/* Remove vertical lines and add horizontal lines */
.mini-game-scores, .challenge-scores {
    border-collapse: collapse;
    width: 100%;
}

.mini-game-scores td, .mini-game-scores th,
.challenge-scores td, .challenge-scores th {
    border: none; /* Remove vertical lines */
    border-bottom: 1px solid #ddd; /* Add horizontal lines */
}

/* Header separated with a thicker line */
.mini-game-scores th, .challenge-scores th {
    border-bottom: 2px solid #000; /* Thicker line for header */
    background-color: #f9f9f9; /* Optional: Light background for header */
}

/* Remove horizontal line below the last row */
.mini-game-scores tr:last-child td,
.challenge-scores tr:last-child td {
    border-bottom: none;
}

/* Responsive design: hide "Location" column on smaller screens */
@media screen and (max-width: 768px) {
    .mini-game-scores td:nth-child(3), .mini-game-scores th:nth-child(3),
    .challenge-scores td:nth-child(3), .challenge-scores th:nth-child(3) {
        display: none;
    }
}

/* Responsive design: hide "Rank" column on smaller screens */
@media screen and (max-width: 480px) {
    .mini-game-scores td:nth-child(1), .mini-game-scores th:nth-child(1),
    .challenge-scores td:nth-child(1), .challenge-scores th:nth-child(1) {
        display: none;
    }
}/* End custom CSS */