.repntp-wrap {
    --repntp-primary: #5636d8;
    --repntp-primary-dark: #3f27aa;
    --repntp-border: #d9dde5;
    --repntp-text: #30343b;
    --repntp-muted: #677180;
    max-width: 1240px;
    margin: 24px auto;
    color: var(--repntp-text);
    font-family: inherit;
}

.repntp-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.repntp-kicker {
    margin: 0 0 6px;
    color: var(--repntp-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.repntp-header h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
}

.repntp-municipio {
    margin: 8px 0 0;
    color: var(--repntp-muted);
    font-size: 18px;
}

.repntp-pdf-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 8px;
    background: var(--repntp-primary);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(86, 54, 216, .18);
}

.repntp-pdf-button:hover,
.repntp-pdf-button:focus {
    background: var(--repntp-primary-dark);
}

.repntp-pdf-button span {
    display: inline-grid;
    place-items: center;
    min-width: 34px;
    min-height: 25px;
    padding: 2px 5px;
    border-radius: 4px;
    background: #fff;
    color: var(--repntp-primary);
    font-size: 11px;
    font-weight: 900;
}

.repntp-consulta,
.repntp-privacy {
    margin: 0 0 14px;
    padding: 12px 15px;
    font-size: 14px;
}

.repntp-consulta {
    border-left: 4px solid var(--repntp-primary);
    background: #f5f3ff;
}

.repntp-privacy {
    border-left: 4px solid #26734d;
    background: #eef8f2;
}

.repntp-empty,
.repntp-intro {
    margin: 20px 0 24px;
    font-size: 18px;
    line-height: 1.6;
}

.repntp-table-scroll {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--repntp-border);
    border-radius: 8px;
}

.repntp-table {
    width: 100%;
    min-width: 980px;
    margin: 0;
    border-collapse: collapse;
    background: #fff;
}

.repntp-table th {
    padding: 18px 14px;
    border-right: 1px solid rgba(255,255,255,.22);
    background: var(--repntp-primary);
    color: #fff;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
}

.repntp-table td {
    padding: 15px 14px;
    border-top: 1px solid var(--repntp-border);
    border-right: 1px solid var(--repntp-border);
    vertical-align: top;
}

.repntp-table tr:nth-child(even) td {
    background: #fafbfc;
}

.repntp-note {
    margin: 14px 0 0;
    color: var(--repntp-muted);
    font-size: 13px;
}

@media (max-width: 720px) {
    .repntp-header {
        display: block;
    }

    .repntp-pdf-button {
        margin-top: 16px;
    }

    .repntp-table-scroll {
        overflow: visible;
        border: 0;
    }

    .repntp-table {
        min-width: 0;
    }

    .repntp-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .repntp-table,
    .repntp-table tbody,
    .repntp-table tr,
    .repntp-table td {
        display: block;
        width: 100%;
    }

    .repntp-table tr {
        margin-bottom: 14px;
        border: 1px solid var(--repntp-border);
        border-radius: 8px;
        overflow: hidden;
    }

    .repntp-table td {
        display: grid;
        grid-template-columns: 120px 1fr;
        gap: 12px;
        border-right: 0;
    }

    .repntp-table td::before {
        content: attr(data-label);
        color: var(--repntp-primary-dark);
        font-weight: 800;
    }
}
