.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-77884 .elementor-element.elementor-element-b268fc6{text-align:start;}.elementor-77884 .elementor-element.elementor-element-b268fc6 .elementor-heading-title{font-family:"Ropa Sans", Sans-serif;font-size:36px;font-weight:500;color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-6327fb8 */.jogos-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; 
    margin: 20px 0;
}

.jogo-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    max-width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jogo-item:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.jogo-header {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
}

.jogo-data, .jogo-categoria, .jogo-estadio {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    font-family: 'Arial', sans-serif;
}

.jogo-teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    width: 100%;
}

.team-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%; 
}

.team-logo-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 5px;
    transition: transform 0.3s ease-in-out;
}

.team-logo-img:hover {
    transform: scale(1.1);
}

.team-name {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.gols {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    width: 30%;
    background: none;
    color: #007BFF;
}
.gols:hover {
    transform: scale(1.1);
}

.saiba-mais {
    display: inline-block;
    background-color: #003a61;
    color: white;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s ease;
    align-self: center;  
}

.saiba-mais:hover {
     background-color: #003a61;
    color: white;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.pagination a,
.pagination .current {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #003a61;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.pagination a:hover,
.pagination .current:hover {
    background-color: #00234d;
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.pagination .prev,
.pagination .next {
    background-color: #003a61;
    padding: 6px 14px;
    font-size: 12px;
}

.pagination .prev:hover,
.pagination .next:hover {
    background-color: #00234d; 
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.pagination .prev,
.pagination .next {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    padding: 6px 12px;
    transition: all 0.3s ease-in-out;
}

.pagination .current {
    background-color: #00234d;
    color: #fff;
}

.pagination .current:hover {
    background-color: #003a61;
    transform: translateY(-3px);
}

.pagination .prev,
.pagination .next {
    cursor: pointer;
}

.pagination a,
.pagination .current {
    border: none;
    outline: none;
}
.no-teams-message {
    text-align: center; 
    font-size: 24px;  
    font-weight: bold; 
    color: #0F2F6E;  
    padding: 20px; 
    background-color: #f9f9f9; 
    border: 2px solid #0F2F6E; 
    border-radius: 10px;  
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    max-width: 80%;  
    margin: 0 auto; 
    font-family: 'Arial', sans-serif;  
}
@media screen and (max-width: 768px) {
    .jogo-item {
        width: 100%;
    }

    .team-logo-img {
        width: 60px;
        height: 60px;
    }

    .gols {
        font-size: 26px;
    }

    .saiba-mais {
        font-size: 12px;
        padding: 8px 14px;
    }
    .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.pagination a,
.pagination .current {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #003a61;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.pagination a:hover,
.pagination .current:hover {
    background-color: #00234d; 
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.pagination .prev,
.pagination .next {
    background-color: #003a61;
    padding: 6px 14px;
    font-size: 12px;
}

.pagination .prev:hover,
.pagination .next:hover {
    background-color: #00234d;  
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.pagination .prev,
.pagination .next {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    padding: 6px 12px;
    transition: all 0.3s ease-in-out;
}

.pagination .current {
    background-color: #00234d;
    color: #fff;
}

.pagination .current:hover {
    background-color: #003a61;
    transform: translateY(-3px);
}

.pagination .prev,
.pagination .next {
    cursor: pointer;
}

.pagination a,
.pagination .current {
    border: none;
    outline: none;
}
}

@media screen and (max-width: 480px) {
    .jogo-header {
        font-size: 16px;
    }

    .jogo-data, .jogo-categoria, .jogo-estadio {
        font-size: 12px;
    }

    .team-logo-img {
        width: 50px;
        height: 50px;
    }

    .gols {
        font-size: 20px;
    }

    .saiba-mais {
        padding: 6px 12px;
        font-size: 12px;
    }
       .pagination a,
    .pagination .current {
        padding: 5px 10px;
        font-size: 10px;
    }
    
    .pagination .prev,
    .pagination .next {
        padding: 5px 10px;
        font-size: 10px;
    }

}/* End custom CSS */