/* RCA CUSTOM CSS */

/* =========================================================
   RCA - SPORTS PRESS EVENT BLOCKS
   PERSONALIZAÇÃO LEVE
   ========================================================= */

/* Área dos jogos */
.sp-template-event-blocks {
    width: 100%;
    background: #f5f5f5;
    padding: 20px 0 40px;
}

/* Tabela */
.sp-template-event-blocks .sp-event-blocks {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 18px !important;
}

/* Cada jogo */
.sp-template-event-blocks .sp-event-blocks tbody tr {
    min-height: 180px;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

/* Área interior */
.sp-template-event-blocks .sp-event-blocks tbody td {
    padding: 28px 20px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

/* Logos */
.sp-template-event-blocks .team-logo {
    margin: 10px 25px !important;
    width: 100px !important;
    height: 100px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Imagens */
.sp-template-event-blocks .team-logo img {
    max-width: 90px !important;
    max-height: 90px !important;
    width: auto !important;
    height: auto !important;
}

/* Data */
.sp-template-event-blocks time.sp-event-date {
    display: block !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

/* Hora */
.sp-template-event-blocks .sp-event-results .sp-result {
    color: #111111 !important;
    font-size: 30px !important;
    font-weight: 800 !important;
}

/* Nome do jogo */
.sp-template-event-blocks .sp-event-title,
.sp-template-event-blocks .sp-event-title a {
    color: #007a43 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

/* Remover sombras/bordas excessivas */
.sp-template-event-blocks .sp-event-blocks tbody tr,
.sp-template-event-blocks .sp-event-blocks tbody td {
    box-shadow: none !important;
    border-radius: 0 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .sp-template-event-blocks .sp-event-blocks tbody td {
        padding: 20px 10px !important;
    }

    .sp-template-event-blocks .team-logo {
        width: 70px !important;
        height: 70px !important;
        margin: 5px 10px !important;
    }

    .sp-template-event-blocks .team-logo img {
        max-width: 65px !important;
        max-height: 65px !important;
    }

    .sp-template-event-blocks time.sp-event-date {
        font-size: 14px !important;
    }

    .sp-template-event-blocks .sp-event-results .sp-result {
        font-size: 24px !important;
    }

    .sp-template-event-blocks .sp-event-title,
    .sp-template-event-blocks .sp-event-title a {
        font-size: 15px !important;
    }
}

/* =========================================================
   REMOVER CAIXA EXTERIOR DOS JOGOS
   ========================================================= */

.sp-template-event-blocks .sp-table-wrapper {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.sp-template-event-blocks .sp-event-blocks {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* =========================================================
   RCA - AJUSTE DE TAMANHO DOS EVENTOS
   ========================================================= */

/* Aumentar a altura de cada jogo */
.sp-template-event-blocks .sp-event-blocks tbody tr {
    min-height: 210px !important;
}

/* Mais espaço dentro de cada evento */
.sp-template-event-blocks .sp-event-blocks tbody td {
    padding: 35px 20px !important;
}

/* Logos maiores */
.sp-template-event-blocks .team-logo {
    width: 145px !important;
    height: 145px !important;
    margin: 10px 35px !important;
}

/* Imagens dos logos */
.sp-template-event-blocks .team-logo img {
    max-width: 135px !important;
    max-height: 135px !important;
    width: auto !important;
    height: auto !important;
}

/* Data maior */
.sp-template-event-blocks time.sp-event-date {
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* Hora maior */
.sp-template-event-blocks .sp-event-results .sp-result {
    font-size: 36px !important;
    font-weight: 900 !important;
}

/* Nome do jogo maior */
.sp-template-event-blocks .sp-event-title,
.sp-template-event-blocks .sp-event-title a {
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
}