    .pnp-result-shell {
        max-width: 900px;
        margin: 24px auto;
        color: #1f2933;
    }
    .pnp-result-card {
        overflow: hidden;
        border: 1px solid #d9e2ec;
        border-radius: 22px;
        background: #ffffff;
        box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
    }
    .pnp-result-card-header {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 18px;
        align-items: center;
        padding: clamp(18px, 3vw, 28px);
        background: linear-gradient(135deg, #eef6ff, #ffffff);
        border-bottom: 1px solid #e4edf7;
    }
    .pnp-result-card-header.has-photo {
        grid-template-columns: auto 1fr auto;
    }
    .pnp-result-photo {
        width: 132px;
        height: 132px;
        overflow: hidden;
        border: 4px solid #fff;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
    }
    .pnp-result-photo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    .pnp-result-kicker {
        margin: 0 0 6px;
        color: #2271b1;
        font-size: 0.82rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }
    .pnp-result-title {
        margin: 0;
        color: #102a43;
        font-size: clamp(1.7rem, 4vw, 2.45rem);
        line-height: 1.1;
    }
    .pnp-result-subtitle {
        margin: 8px 0 0;
        color: #52606d;
        font-size: 1.02rem;
    }
    .pnp-result-calories {
        min-width: 190px;
        padding: 18px 20px;
        border: 1px solid #bfdbfe;
        border-radius: 18px;
        background: #ffffff;
        text-align: center;
    }
    .pnp-result-calories-number {
        display: block;
        color: #0f172a;
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 900;
        line-height: 1;
    }
    .pnp-result-calories-label {
        display: block;
        margin-top: 6px;
        color: #607083;
        font-weight: 700;
    }
    .pnp-result-card-body {
        padding: clamp(18px, 3vw, 28px);
    }
    .pnp-result-section-title {
        margin: 0 0 14px;
        color: #102a43;
        font-size: 1.15rem;
    }
    .pnp-result-facts {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin: 0;
    }
    .pnp-result-fact {
        padding: 14px 16px;
        border: 1px solid #e4edf7;
        border-radius: 14px;
        background: #f8fafc;
    }
    .pnp-result-fact dt {
        margin: 0 0 5px;
        color: #607083;
        font-size: 0.82rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }
    .pnp-result-fact dd {
        margin: 0;
        color: #1f2933;
        font-size: 1rem;
        font-weight: 700;
    }
    .pnp-result-group {
        margin-top: 20px;
        padding-top: 18px;
        border-top: 1px solid #e4edf7;
    }
    .pnp-result-group:first-of-type {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
    .pnp-result-chip-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .pnp-result-chip {
        display: inline-flex;
        align-items: center;
        min-height: 30px;
        padding: 6px 11px;
        border: 1px solid #d9e7f6;
        border-radius: 999px;
        background: #f8fafc;
        color: #1f2933;
        font-size: 0.92rem;
        font-weight: 700;
    }
    .pnp-result-muted {
        color: #607083;
        font-weight: 600;
    }
    .pnp-result-fact--wide {
        grid-column: 1 / -1;
    }
    .pnp-result-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: flex-end;
        padding: 18px clamp(18px, 3vw, 28px);
        border-top: 1px solid #e4edf7;
        background: #f8fafc;
    }
    .pnp-result-print-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 10px 18px;
        border: 0;
        border-radius: 999px;
        background: #2271b1;
        color: #ffffff;
        font-weight: 800;
        cursor: pointer;
        text-decoration: none;
    }
    .pnp-result-print-help {
        margin: 0;
        color: #607083;
        font-size: 0.9rem;
    }
    .pnp-pro-meal-card {
        max-width: 900px;
        margin: 28px auto;
        overflow: hidden;
        border: 1px solid #d9e2ec;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
    }
    .pnp-pro-meal-head {
        padding: 20px 24px;
        background: linear-gradient(135deg, #f0fdf4, #ffffff);
        border-bottom: 1px solid #e4edf7;
    }
    .pnp-pro-meal-head h3 {
        margin: 0;
        color: #102a43;
        font-size: 1.35rem;
    }
    .pnp-pro-meal-head p {
        margin: 6px 0 0;
        color: #607083;
    }
    .pnp-pro-meal-body {
        padding: 18px 24px;
    }
    .pnp-pro-meal-row {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 14px;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #edf2f7;
    }
    .pnp-pro-meal-row:last-child {
        border-bottom: 0;
    }
    .pnp-pro-meal-name {
        color: #1f2933;
        font-weight: 800;
        text-transform: capitalize;
    }
    .pnp-pro-meal-value {
        min-width: 96px;
        padding: 7px 12px;
        border-radius: 999px;
        background: #eef6ff;
        color: #102a43;
        text-align: center;
        font-weight: 900;
    }
    .pnp-pro-meal-muted {
        margin: 0;
        color: #607083;
        font-weight: 600;
    }
    .pnp-pro-meal-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-end;
        align-items: center;
        padding: 18px 24px;
        border-top: 1px solid #e4edf7;
        background: #f8fafc;
    }
    .pnp-pro-cart-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 10px 18px;
        border-radius: 999px;
        background: #2271b1;
        color: #ffffff !important;
        font-weight: 800;
        text-decoration: none !important;
    }
    .pnp-result-free-notice {
        max-width: 900px;
        margin: 18px auto 0;
        padding: 18px 20px;
        border: 1px solid #dbeafe;
        border-radius: 14px;
        background: #eff6ff;
        color: #1f2933;
    }
    .pnp-result-free-print-notice {
        display: none;
        max-width: 900px;
        margin: 24px auto 0;
        padding: 18px 20px;
        border: 1px solid #dbeafe;
        border-radius: 14px;
        background: #eff6ff;
        color: #1f2933;
    }
    .pnp-result-free-print-notice h3 {
        margin: 0 0 8px;
        color: #102a43;
        font-size: 1.05rem;
    }
    .pnp-result-free-print-notice p {
        margin: 0;
    }
    .pnp-recommended-products {
        max-width: 900px;
        margin: 24px auto 0;
        color: #1f2933;
        font-size: 0.94rem;
        line-height: 1.45;
    }
    .pnp-recommended-products-title {
        margin: 0 0 10px;
        color: #102a43;
        font-size: 16px !important;
        font-weight: 700;
        line-height: 1.25;
    }
    .pnp-recommended-products-table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }
    .pnp-recommended-products-table td {
        padding: 6px 8px;
        vertical-align: top;
    }
    .pnp-product-category-row td {
        padding-top: 10px;
        padding-bottom: 3px;
    }
    .pnp-product-category-title {
        margin: 0;
        color: #102a43;
        font-size: 15px !important;
        font-weight: 600;
        line-height: 1.3;
    }
    .pnp-product-image-cell {
        width: 25%;
        max-width: 190px;
    }
    .pnp-product-image-cell img {
        display: block;
        width: 100% !important;
        height: auto !important;
        border-radius: 10px;
    }
    .pnp-product-details-cell {
        font-size: 14px !important;
        line-height: 1.45;
    }
    .pnp-product-details-cell--no-image {
        width: 100%;
        padding-left: 8px !important;
    }
    .pnp-product-name {
        margin: 0 0 5px;
        color: #1f2933;
        font-size: 15px !important;
        font-weight: 600;
        line-height: 1.3;
    }
    .pnp-product-link {
        display: inline-block;
        margin-top: 5px;
        color: #2271b1;
        font-size: 14px !important;
        font-weight: 700;
        line-height: 1.3;
    }
    .pnp-result-error {
        margin-top: 14px;
        padding: 12px 14px;
        border: 1px solid #fecaca;
        border-radius: 12px;
        background: #fef2f2;
        color: #991b1b;
        font-weight: 700;
    }
    @media (max-width: 720px) {
        .pnp-result-card-header,
        .pnp-result-card-header.has-photo {
            grid-template-columns: 1fr;
        }
        .pnp-result-photo {
            width: 100%;
            height: 220px;
        }
        .pnp-result-calories {
            text-align: left;
        }
        .pnp-result-facts {
            grid-template-columns: 1fr;
        }
        .pnp-result-actions {
            justify-content: flex-start;
        }
        .pnp-pro-meal-actions {
            justify-content: flex-start;
        }
        .pnp-pro-meal-row {
            grid-template-columns: 1fr;
        }
        .pnp-recommended-products-table,
        .pnp-recommended-products-table tbody,
        .pnp-recommended-products-table tr,
        .pnp-recommended-products-table td {
            display: block;
            width: 100%;
        }
        .pnp-product-image-cell {
            max-width: 220px;
            padding-bottom: 4px !important;
        }
    }
    @media print {
        body * {
            visibility: hidden !important;
        }
        .pnp-result-print-area,
        .pnp-result-print-area * {
            visibility: visible !important;
        }
        .pnp-result-print-area {
            position: absolute !important;
            left: 0 !important;
            top: 0 !important;
            width: 100% !important;
            max-width: none !important;
            margin: 0 !important;
        }
        .pnp-result-card {
            box-shadow: none !important;
            border: 1px solid #d9e2ec !important;
        }
        .pnp-result-photo {
            width: 100% !important;
            height: auto !important;
            max-height: none !important;
            overflow: visible !important;
            box-shadow: none !important;
            border-radius: 12px !important;
        }
        .pnp-result-photo img {
            width: 100% !important;
            height: auto !important;
            max-height: 70mm !important;
            object-fit: contain !important;
            object-position: center center !important;
            border-radius: 10px !important;
        }
        .pnp-result-card-header.has-photo {
            grid-template-columns: 1fr !important;
        }
        .pnp-no-print,
        .pnp-result-actions {
            display: none !important;
        }
        .pnp-print-only {
            display: block !important;
        }
        @page {
            margin: 14mm;
        }
    }
