.crn7-quadro-wrap {
    width: 100%;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    padding: 18px 0;
}

.crn7-quadro-card {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e6ebf2;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.crn7-quadro-topo {
    padding: 28px 22px 24px;
    text-align: center;
    background: linear-gradient(180deg, #fbfcfe 0%, #f5f8fc 100%);
    border-bottom: 1px solid #edf1f5;
}

.crn7-quadro-selo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, #0f4c81, #2c7be5);
    box-shadow: 0 10px 24px rgba(44, 123, 229, 0.22);
}

.crn7-quadro-topo h2 {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #18212b;
}

.crn7-quadro-topo p {
    margin: 0 0 4px;
    font-size: 18px;
    color: #c62828;
    font-weight: 800;
    text-transform: uppercase;
}

.crn7-quadro-topo small {
    color: #5f6b7a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.crn7-tabela-scroll {
    overflow-x: auto;
    padding: 24px;
}

.crn7-tabela-publica {
    width: 100%;
    min-width: 1250px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    color: #1e293b;
}

.crn7-tabela-publica th,
.crn7-tabela-publica td {
    border-right: 1px solid #e6ebf2;
    border-bottom: 1px solid #e6ebf2;
    padding: 12px 10px;
    text-align: center;
    white-space: nowrap;
}

.crn7-tabela-publica th:first-child,
.crn7-tabela-publica td:first-child {
    border-left: 1px solid #e6ebf2;
}

.crn7-tabela-publica thead th {
    background: #f8fafc;
    font-weight: 800;
    text-transform: uppercase;
    color: #16202a;
}

.crn7-tabela-publica thead tr:first-child th {
    background: #eef4fb;
}

.crn7-tabela-publica thead tr:first-child th:first-child {
    border-top-left-radius: 16px;
}

.crn7-tabela-publica thead tr:first-child th:last-child {
    border-top-right-radius: 16px;
}

.crn7-tabela-publica tbody tr:nth-child(even) {
    background: #fcfdff;
}

.crn7-tabela-publica tbody tr:hover {
    background: #f7fbff;
}

.crn7-tabela-publica .categoria,
.crn7-tabela-publica .uf {
    font-weight: 800;
}

.crn7-tabela-publica .categoria {
    color: #c62828;
}

.crn7-tabela-publica .col-total {
    font-weight: 800;
    background: #fafbfd;
}

.crn7-tabela-publica .linha-subtotal td {
    background: #eefbf2 !important;
    color: #179c45;
    font-weight: 800;
}

.crn7-tabela-publica .linha-total td {
    background: #fff3f3 !important;
    color: #d62828;
    font-weight: 900;
}

@media (max-width: 900px) {
    .crn7-quadro-topo h2 {
        font-size: 22px;
    }

    .crn7-quadro-topo p {
        font-size: 15px;
    }

    .crn7-tabela-scroll {
        padding: 16px;
    }
}
