@media screen {
    
    .stat-anacom-table > .stat-anacom-table-header {
        background-color: var(--neutro100);
        border-bottom: 2px solid var(--neutro200);
    }

    /* .stat-anacom-table > .stat-anacom-table-body {
        border-bottom: 2px solid var(--neutro200);
    } */

    .stat-anacom-table > .stat-anacom-table-header .stat-anacom-td-class {
        padding: 4px 16px 4px 16px;
    }

    .stat-anacom-table > .stat-anacom-table-body .stat-anacom-td-class {
        padding: 0px 16px 0px 16px;
        border-bottom: 2px solid var(--neutro200);
    }

    .stat-anacom-table > .stat-anacom-table-header .stat-anacom-td-class > p {
        font-family: var(--notosans);
        font-weight: 600;
        font-size: 16px;
        line-height: 28px;
        color: var(--textInputDark);
        margin: 0;
        padding: 8px 0px 8px 0px;
    }

    .stat-anacom-table > .stat-anacom-table-body .stat-anacom-td-class > p {
        font-family: var(--notosans);
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: var(--textInputDark);
        margin: 0;
        padding: 8px 0px 8px 0px;
    }

    .stat-anacom-table-mobile {
        background-color: var(--neutro);
        border-top: 4px solid var(--amarelo);
    }

    .stat-anacom-table-mobile > .stat-anacom-details > .stat-anacom-summary {
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        outline: 0;
    }

    .stat-anacom-table-mobile > .stat-anacom-details > .stat-anacom-summary::-webkit-details-marker {
        display: none;
    }

    .stat-anacom-table-mobile > .stat-anacom-details > .stat-anacom-summary::after {
        content: url('STAT_icn_menuArrow.svg');
        filter: brightness(0) saturate(100%) invert(44%) sepia(10%) saturate(998%) hue-rotate(182deg) brightness(97%) contrast(87%);
        display: inline-block;
        transform: rotate(0deg);
        transition: all 0.5s ease-in-out;
    }

    .stat-anacom-table-mobile > .stat-anacom-details[open] > .stat-anacom-summary::after {
        transform: rotate(180deg);
    }

    .stat-anacom-table-mobile > .stat-anacom-details > .stat-anacom-summary {
        padding: 32px 16px;
    }

    .stat-anacom-table-mobile > .stat-anacom-details > p {
        border-top: 2px solid var(--neutro200);
        padding: 32px;
        margin: 0;
    }

    .stat-anacom-table-mobile > .stat-anacom-details:not(:first-child) {
        border-top: 2px solid var(--neutro200);
    }

    .stat-anacom-table-mobile > .stat-anacom-details[open] > .stat-anacom-summary {
        margin-bottom: 0.5rem;
    }
}