.principais-exames-wrap {
    font-family: 'Segoe UI', Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.10);
}

.principais-exames-wrap .pe-header {
    background-color: #2A7598;
    color: #ffffff;
    text-align: center;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.principais-exames-wrap table.pe-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.principais-exames-wrap table.pe-table tr:nth-child(even) td {
    background-color: #f0f5f5;
}

.principais-exames-wrap table.pe-table tr:nth-child(odd) td {
    background-color: #ffffff;
}

.principais-exames-wrap table.pe-table td {
    padding: 11px 16px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    border: none;
    width: 25%;
}

.principais-exames-wrap table.pe-table .subheader {
    background-color:#2A7598 !important;
    color:#fff;
    font-weight:700;
    text-align:center;
    border-top: none;
}

/* Somente a palavra "CHECK-UP" para deixar mais fina */
.primeira-parte-titulo-checkup {
    font-weight: 300 !important;
}

/* Controla a cor de todo o título */
.titulo-checkup {
    color: black !important;
}

/* Controla a cor de todo o sub-título */
.sub-titulo-checkup {
    color: #2A7598 !important;
    font-weight: 700 !important;
}

.table-of-contents .elementor-toc__body {
    max-height: 400px;
    overflow-y: auto;
}

/* Responsividade. */
/* Verificar no Elementor onde é usado, na parte de class ou de ID */
/* Usado nos containers */
@media screen and (max-width: 1024px) {
    .principais-exames-wrap {
        margin: 0;
        overflow: visible;
    }

    .principais-exames-wrap table.pe-table {
        overflow-x: auto;
    }

    #container-checkup {
        width: 90%;
        padding: 10px;
    }

    /* Container do menu lateral fixo que apresenta a lista de todos os checkups */
    #menu-lateral-checkup {
        width: 90%;
    }

    /* body onde fica a lista de checkups do menu lateral */
    .table-of-contents .elementor-toc__body {
        overflow-y: auto;
    }
}

@media screen and (max-width: 767px) {
    .principais-exames-wrap table.pe-table {
        display: block;
    }
}