body.pg-internal .pg-receita,
body.pg-internal .pg-receita h2,
body.pg-internal .pg-receita h3,
body.pg-internal .pg-receita p,
body.pg-internal .pg-receita table,
/* body.pg-internal .pg-receita th, */
body.pg-internal .pg-receita td {
    color: #0b2b4a;
}

.cardblue {
    background: var(--pg-cream) !important;
    color: var(--pg-brown);
    border-radius: 18px;
    border: 1px solid #e3e0da;
    box-shadow: 0 10px 24px rgba(120, 120, 120, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cardblue .t1,
.cardblue .t2 {
    color: inherit;
}

.cardblue:hover {
    transform: translateY(-2px);
    background: var(--pg-brown) !important;
    color: var(--pg-cream);
    box-shadow: 0 14px 28px rgba(120, 120, 120, 0.45);
}

.cardblue:hover .t1,
.cardblue:hover .t2,
.cardblue:focus-within .t1,
.cardblue:focus-within .t2 {
    color: inherit;
}

.pcp-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(7, 23, 40, 0.12);
}

.pcp-table thead th {
    background: #0b2b4a !important;
    color: #f7f3e8 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.85rem;
    padding: 12px 14px;
    border-bottom: 2px solid #e6dcc6;
}

.pcp-table tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid #e9e3d5;
    color: #0b2b4a;
    font-size: 0.95rem;
}

body.pg-internal .pcp-table tbody tr:nth-child(odd) {
    background: rgb(195, 214, 240) !important;
}

body.pg-internal .pcp-table tbody tr:nth-child(even) {
    background: #ffffff !important;
}

.pcp-table tbody tr:hover {
    background: #e8f0f8;
}

.lista-prod-table {
    width: 100%;
    min-width: 100%;
    table-layout: auto;
}

.lista-prod-table th,
.lista-prod-table td {
    padding: 12px 16px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .pcp-cards .cardblue {
        max-width: 120px;
        margin: 0 auto 16px auto;
    }

    .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;

        padding-left: 0%;
        padding-right: 0%;
        text-align: center;
        border-radius: 0px;

    }

    .lista-prod-table {
        width: 100%;
        min-width: 100%;
        table-layout: auto;
        border-radius: 0px;
    }



    .col-12.lista-prod-col {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0%;
        padding-right: 0%;
        text-align: center;
    }

    .pcp-table thead th,
    .pcp-table tbody td {

        font-size: 0.8rem;
        padding: 8px 10px;
    }
}