/* RestivaLab Content Engine — Frontend Styles */

/* Article Images */
.pnhq-article-image {
    margin: 32px 0;
    border-radius: 12px;
    overflow: hidden;
}
.pnhq-article-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}
.pnhq-article-image figcaption {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 10px 0 0;
    font-style: italic;
}

/* Affiliate Links — inline text style */
.pnhq-affiliate-link {
    color: #3A7BD5;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid rgba(232, 93, 58, 0.3);
    transition: border-color 0.2s, color 0.2s;
}
.pnhq-affiliate-link:hover {
    color: #2BB7A9;
    border-bottom-color: #2BB7A9;
}
.pnhq-aff-chewy { color: #1C49C2; border-bottom-color: rgba(28, 73, 194, 0.3); }
.pnhq-aff-chewy:hover { color: #2BB7A9; border-bottom-color: #2BB7A9; }
.pnhq-aff-icon {
    font-size: 14px;
}

/* Disclaimer Box — high specificity to beat theme resets */
.entry-content .pnhq-disclaimer,
.entry-content .pnhq-medical-disclaimer,
.single-content .pnhq-disclaimer,
.single-content .pnhq-medical-disclaimer,
div.pnhq-disclaimer,
div.pnhq-medical-disclaimer,
p.pnhq-disclaimer,
p.pnhq-medical-disclaimer {
    background: #fff7ed !important;
    border: 1px solid #fed7aa !important;
    border-left: 4px solid #d97706 !important;
    border-radius: 10px !important;
    padding: 14px 18px !important;
    margin: 20px 0 28px !important;
    font-size: 14px !important;
    color: #7c2d12 !important;
    line-height: 1.7 !important;
}

/* Related Articles — Card Grid */
.pnhq-related-articles {
    margin: 48px 0 32px;
    padding: 32px 0 0;
    border-top: 2px solid #E1F5EE;
}
.pnhq-related-articles h2 {
    font-size: 22px;
    margin: 0 0 20px;
    color: #1A2E35;
}
.pnhq-related-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pnhq-related-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    background: #F5F0E8;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.pnhq-related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.pnhq-related-thumb {
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}
.pnhq-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pnhq-related-no-img {
    width: 100%;
    height: 100%;
    background: #E1F5EE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.pnhq-related-title {
    font-size: 14px;
    font-weight: 600;
    color: #1A2E35;
    line-height: 1.3;
}
.pnhq-related-card:hover .pnhq-related-title {
    color: #3A7BD5;
}


/* FAQ Section Styling */
h2:has(+ h3),
h2[id*="faq"] {
    margin-top: 48px;
}

/* Comparison Tables */
table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    margin: 24px 0;
    font-size: 14px;
}
table th {
    background: #2BB7A9;
    color: white;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
}
table td {
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
}
table tr:nth-child(even) {
    background: #F5F0E8;
}
table tr:hover {
    background: #E1F5EE;
}

/* Quick Facts Box (for buying guides — small 2-column spec tables only) */
table:not(:first-of-type) {
    max-width: 100%;
}
.entry-content table:first-of-type {
    width: 100%;
}
/* Small spec tables (2 columns, used in individual product reviews) */
.entry-content h3 + table,
.entry-content h3 ~ table {
    max-width: 400px;
    border: 2px solid #2BB7A9;
    border-radius: 12px;
    margin: 16px 0 24px;
    font-size: 14px;
}
/* All tables get clean styling */
table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    margin: 24px 0;
    font-size: 14px;
}

/* Smooth scroll for TOC links */
html {
    scroll-behavior: smooth;
}

/* Internal links */
.pnhq-internal-link {
    color: #2BB7A9;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(10, 123, 110, 0.3);
    text-underline-offset: 2px;
    transition: text-decoration-color 0.2s;
}
.pnhq-internal-link:hover {
    text-decoration-color: #2BB7A9;
}

/* Responsive */
@media (max-width: 768px) {
    table:first-of-type {
        float: none;
        width: 100%;
        margin: 16px 0;
    }
    .pnhq-toc { padding: 16px 20px; }
}


/* Hardening against malformed or auto-wrapped related markup */
.pnhq-related-grid > p,
.pnhq-related-grid > div > p {
    margin: 0 !important;
}
.pnhq-related-grid p:empty,
.pnhq-related-grid br {
    display: none !important;
}
.pnhq-related-grid .pnhq-related-card {
    width: 100%;
    box-sizing: border-box;
}
.pnhq-related-grid .pnhq-related-card + .pnhq-related-card {
    margin-top: 0;
}


/* Medical disclaimer — handled by .pnhq-disclaimer / .pnhq-medical-disclaimer rules above */

/* Related Articles — simple text list near top */
.pnhq-related-articles--simple {
    margin: 28px 0 34px;
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.pnhq-related-articles--simple h2 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
}

.pnhq-related-list {
    margin: 0;
    padding-left: 18px;
}

.pnhq-related-list li {
    margin: 0 0 8px;
}

.pnhq-related-list li:last-child {
    margin-bottom: 0;
}

.pnhq-related-list a {
    text-decoration: none;
    font-weight: 600;
}

.pnhq-related-list a:hover {
    text-decoration: underline;
}

/* Newsletter Signup Form */
.pnhq-newsletter-box {
    background: linear-gradient(135deg, #2BB7A9, #1A2E35);
    color: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    margin: 40px 0;
    text-align: center;
}
.pnhq-newsletter-title {
    color: #fff;
    font-size: 24px;
    margin: 0 0 8px;
}
.pnhq-newsletter-text {
    color: #E1F5EE;
    font-size: 15px;
    margin: 0 0 20px;
}
.pnhq-newsletter-form-js {
    display: flex;
    gap: 8px;
    max-width: 500px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.pnhq-newsletter-form-js input[type="email"] {
    flex: 1;
    min-width: 220px;
    padding: 12px 16px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
}
.pnhq-newsletter-form-js button {
    padding: 12px 24px;
    background: #3A7BD5;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.pnhq-newsletter-form-js button:hover {
    background: #d24d2c;
}
.pnhq-newsletter-form-js button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.pnhq-newsletter-msg {
    color: #fff;
    font-weight: 500;
}

/* =====================================================
   PRODUCT RECOMMENDATION BOXES
   Styled product cards with clear CTA buttons
   ===================================================== */
.pnhq-product-box {
    background: #fff;
    border: 2px solid #E1F5EE;
    border-radius: 14px;
    padding: 20px;
    margin: 24px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.pnhq-product-box:hover {
    box-shadow: 0 4px 16px rgba(10, 123, 110, 0.1);
    border-color: #2BB7A9;
}
.pnhq-product-info {
    flex: 1;
}
.pnhq-product-name {
    font-size: 17px;
    font-weight: 700;
    color: #1A2E35;
    margin: 0 0 4px;
    line-height: 1.3;
}
.pnhq-product-why {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}
.pnhq-product-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background: #3A7BD5;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none !important;
    border: none !important;
    white-space: nowrap;
    transition: background 0.2s, transform 0.1s;
    cursor: pointer;
    flex-shrink: 0;
}
.pnhq-product-btn:hover {
    background: #d24d2c;
    color: #fff !important;
    transform: translateY(-1px);
    border: none !important;
}
.pnhq-product-btn-chewy { background: #1C49C2; }
.pnhq-product-btn-chewy:hover { background: #153a9e; }
.pnhq-product-btn-petco { background: #0057a6; }
.pnhq-product-btn-petco:hover { background: #004080; }
.pnhq-product-btn-generic { background: #2BB7A9; }
.pnhq-product-btn-generic:hover { background: #08675C; }
.pnhq-product-btn .pnhq-btn-icon { font-size: 16px; }

/* Product table affiliate links → styled as buttons */
.single-post .entry-content table a.pnhq-affiliate-link {
    display: inline-block;
    padding: 10px 20px;
    background: #3A7BD5;
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
    border-radius: 8px;
    text-decoration: none !important;
    border: none !important;
    border-bottom: none !important;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
    text-align: center;
    min-width: 120px;
}
.single-post .entry-content table a.pnhq-affiliate-link:hover {
    background: #d24d2c;
    color: #fff !important;
    border: none !important;
    border-bottom: none !important;
    transform: translateY(-1px);
}
.single-post .entry-content table a.pnhq-aff-chewy {
    background: #1C49C2;
}
.single-post .entry-content table a.pnhq-aff-chewy:hover {
    background: #153a9e;
}
.single-post .entry-content table a.pnhq-aff-petco {
    background: #0057a6;
}
.single-post .entry-content table a.pnhq-aff-petco:hover {
    background: #004080;
}
/* Table Link column — center the buttons */
.single-post .entry-content table td:last-child {
    text-align: center;
    vertical-align: middle;
}

/* Product picks summary box */
.pnhq-top-picks {
    background: linear-gradient(135deg, #f0faf6, #e8f4f0);
    border: 2px solid #2BB7A9;
    border-radius: 14px;
    padding: 24px;
    margin: 28px 0 36px;
}
.pnhq-top-picks-title {
    font-size: 20px;
    font-weight: 700;
    color: #1A2E35;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pnhq-top-picks-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pnhq-top-picks-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(10, 123, 110, 0.15);
}
.pnhq-top-picks-list li:last-child {
    border-bottom: none;
}
.pnhq-pick-label {
    font-weight: 600;
    color: #1A2E35;
    font-size: 15px;
}
.pnhq-pick-best-for {
    font-size: 13px;
    color: #666;
    margin-left: 8px;
    font-weight: 400;
}
.pnhq-pick-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 14px;
    background: #3A7BD5;
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
    border-radius: 6px;
    text-decoration: none !important;
    border: none !important;
    transition: background 0.2s;
    flex-shrink: 0;
}
.pnhq-pick-btn:hover {
    background: #d24d2c;
    color: #fff !important;
    border: none !important;
}

@media (max-width: 768px) {
    .pnhq-product-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .pnhq-product-btn {
        width: 100%;
        justify-content: center;
    }
    .pnhq-top-picks-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    /* Best Products table — stack on mobile */
    .single-post .entry-content table {
        display: block;
        width: 100%;
    }
    .single-post .entry-content table thead {
        display: none;
    }
    .single-post .entry-content table tbody {
        display: block;
    }
    .single-post .entry-content table tr {
        display: block;
        margin-bottom: 16px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #E1F5EE;
        padding: 16px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    }
    .single-post .entry-content table tr:nth-child(even) td {
        background: transparent;
    }
    .single-post .entry-content table td {
        display: block;
        padding: 4px 0;
        border-bottom: none;
        text-align: left;
    }
    .single-post .entry-content table td:first-child {
        font-weight: 700;
        font-size: 16px;
        color: #1A2E35;
        margin-bottom: 4px;
    }
    .single-post .entry-content table td:nth-child(2)::before {
        content: 'Best For: ';
        font-weight: 600;
        color: #2BB7A9;
    }
    .single-post .entry-content table td:nth-child(3)::before {
        content: '';
    }
    .single-post .entry-content table td:last-child {
        margin-top: 8px;
        text-align: left;
    }
    .single-post .entry-content table a.pnhq-affiliate-link {
        width: 100%;
        text-align: center;
        display: block;
        box-sizing: border-box;
    }
}
.single-post .entry-content {
    font-size: 17px;
    line-height: 1.75;
    color: #2c3e50;
    max-width: 840px;
    margin: 0 auto;
}
/* Locked heading styles — identical across all content types */
.single-post .entry-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1A2E35;
    margin: 48px 0 16px;
    padding-bottom: 12px;
    border-bottom: 3px solid #2BB7A9;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.single-post .entry-content h2:first-of-type {
    margin-top: 32px;
}
.single-post .entry-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2BB7A9;
    margin: 32px 0 12px;
    line-height: 1.4;
    border-bottom: none;
    padding-bottom: 0;
}
.single-post .entry-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1A2E35;
    margin: 24px 0 10px;
}
/* Standardized paragraph spacing */
.single-post .entry-content p {
    margin: 0 0 18px;
    line-height: 1.75;
}
/* Standardized list spacing — no sub-bullet gaps */
.single-post .entry-content ul,
.single-post .entry-content ol {
    margin: 0 0 24px;
    padding-left: 24px;
}
.single-post .entry-content ul li,
.single-post .entry-content ol li {
    margin-bottom: 10px;
    line-height: 1.7;
}
.single-post .entry-content ul ul,
.single-post .entry-content ul ol,
.single-post .entry-content ol ul,
.single-post .entry-content ol ol {
    margin: 6px 0 6px;
    padding-left: 20px;
}
.single-post .entry-content ul ul li,
.single-post .entry-content ol ol li {
    margin-bottom: 6px;
    font-size: 15px;
}
/* Force affiliate links inline — never break onto new line */
.single-post .entry-content li .pnhq-affiliate-link {
    display: inline;
    white-space: nowrap;
}
.single-post .entry-content strong {
    color: #1A2E35;
    font-weight: 700;
}
.single-post .entry-content blockquote {
    border-left: 4px solid #3A7BD5;
    background: #FFF8F5;
    padding: 16px 20px;
    margin: 24px 0;
    font-style: italic;
    color: #555;
    border-radius: 0 8px 8px 0;
}
.single-post .entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.single-post .entry-content table th {
    background: #2BB7A9;
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
}
.single-post .entry-content table td {
    padding: 12px 16px;
    border-bottom: 1px solid #E1F5EE;
}
.single-post .entry-content table tr:nth-child(even) td {
    background: #F8FBFA;
}
.single-post .entry-content a:not(.pnhq-related-card) {
    color: #3A7BD5;
    text-decoration: none;
    border-bottom: 1px solid rgba(232, 93, 58, 0.3);
    transition: all 0.2s;
}
.single-post .entry-content a:not(.pnhq-related-card):hover {
    border-bottom-color: #3A7BD5;
    background: rgba(232, 93, 58, 0.05);
}
.single-post .entry-content .pnhq-article-image {
    margin: 36px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    max-width: 100%;
}
.single-post .entry-content .pnhq-article-image img {
    width: 100%;
    height: auto;
    display: block;
}
/* Prevent GPT from stacking images — ensure spacing between consecutive images */
.single-post .entry-content .pnhq-article-image + .pnhq-article-image {
    margin-top: 36px;
}
/* Normalize any section elements GPT might use for Related Articles */
.single-post .entry-content section {
    margin: 28px 0 34px;
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}
.single-post .entry-content section h2 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
    border-bottom: none;
    padding-bottom: 0;
}
.single-post .entry-content hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, transparent, #E1F5EE, transparent);
    margin: 40px 0;
}

/* =====================================================
   AFFILIATE BUTTON STYLES
   - .pnhq-aff-btn: used in Quick Links card
   - .pnhq-affiliate-link: used inline and in tables
   ===================================================== */
.pnhq-aff-btn {
    display: inline-block;
    background: #2BB7A9;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    margin-top: 6px;
    transition: background 0.2s, transform 0.15s;
    line-height: 1.4;
}
.pnhq-aff-btn:hover {
    background: #1F8F86;
    color: #fff !important;
    transform: translateY(-1px);
}

/* Quick Links card grid — override any wpautop interference */
.rl-quick-links-grid,
div[style*="grid-template-columns"] {
    display: grid !important;
}

/* Inline affiliate links in content */
.pnhq-affiliate-link {
    color: #2BB7A9;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(43,183,169,0.3);
    transition: color 0.2s, border-color 0.2s;
}
.pnhq-affiliate-link:hover {
    color: #1F8F86;
    border-bottom-color: #1F8F86;
}

/* Related guides list */
.pnhq-related-list {
    padding-left: 20px;
    margin: 8px 0 0;
}
.pnhq-related-list li {
    margin-bottom: 6px;
    font-size: 15px;
}
.pnhq-related-list a {
    color: #2BB7A9;
    text-decoration: none;
    font-weight: 500;
}
.pnhq-related-list a:hover {
    color: #1F8F86;
    text-decoration: underline;
}

/* Best Products table */
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
}
.entry-content table th {
    background: #1F2D2D;
    color: #fff;
    padding: 10px 14px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}
.entry-content table td {
    padding: 10px 14px;
    border-bottom: 1px solid #E2EEEE;
    vertical-align: top;
}
.entry-content table tr:nth-child(even) td {
    background: #F7FBFB;
}

/* ── Table "View on Amazon" button — uniform width ── */
.pnhq-aff-table-btn {
    display: inline-block;
    background: #2BB7A9;
    color: #fff !important;
    padding: 9px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.2s;
    min-width: 140px;
    text-align: center;
}
.pnhq-aff-table-btn:hover {
    background: #1F8F86;
    color: #fff !important;
}

/* Table link column — prevent cell from stretching */
.entry-content table td:last-child {
    white-space: nowrap;
    width: 160px;
    vertical-align: middle;
}

/* Quick Links grid — mobile stack */
@media (max-width: 600px) {
    .entry-content div[style*="grid-template-columns"] {
        grid-template-columns: 1fr 1fr !important;
    }
}
@media (max-width: 380px) {
    .entry-content div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }
}

/* ── Quick Links Section — rebuilt at display time ── */
.pnhq-quick-links-wrap {
    background: #EFFFFD;
    border: 1px solid #E2EEEE;
    border-radius: 14px;
    padding: 28px 24px;
    margin: 36px 0;
}
.pnhq-ql-heading {
    text-align: center;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #1F2D2D !important;
    margin: 0 0 24px !important;
    border: none !important;
    padding: 0 !important;
}
.pnhq-ql-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}
.pnhq-ql-grid > div {
    background: #fff;
    border: 1px solid #E2EEEE;
    border-radius: 12px;
    padding: 22px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: box-shadow 0.2s, border-color 0.2s;
    /* Equal height: all cards stretch to the tallest card in the row */
    align-self: stretch;
}
.pnhq-ql-grid > div:hover {
    border-color: #2BB7A9;
    box-shadow: 0 4px 16px rgba(43,183,169,0.12);
}
/* Numbered circle */
.pnhq-ql-grid > div > div:first-child {
    width: 38px;
    height: 38px;
    background: #2BB7A9;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0;
    margin: 0 auto;
}
/* Product name — flex:1 pushes button to bottom so all buttons align */
.pnhq-ql-grid > div > div:nth-child(2) {
    font-size: 14px;
    font-weight: 700;
    color: #1F2D2D;
    line-height: 1.4;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Shop on Amazon button */
.pnhq-ql-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #2BB7A9;
    color: #fff !important;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.15s;
    margin-top: 4px;
    border: none;
    /* Prevent browser default active/focus from washing out the button */
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.pnhq-ql-btn:hover {
    background: #1F8F86;
    color: #fff !important;
    transform: translateY(-1px);
}
/* Active (click) and focus states — keep strong teal, never go light */
.pnhq-ql-btn:active,
.pnhq-ql-btn:focus,
.pnhq-ql-btn:visited,
.pnhq-ql-btn:focus-visible {
    background: #1F8F86 !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: 2px solid #1F8F86;
    outline-offset: 2px;
}

/* Amazon logo icon — SVG pill shape matching real Amazon branding */
.pnhq-amz-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FF9900;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
}
/* The "a" letterform inside — white, bold, Amazon-style */
.pnhq-amz-icon::after {
    content: 'a';
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1;
    margin-top: 1px;
}
.pnhq-ql-promise {
    text-align: center;
    margin: 0 !important;
    font-size: 13px !important;
    color: #6B7C7C !important;
}

/* Responsive */
@media (max-width: 700px) {
    .pnhq-ql-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
    .pnhq-ql-grid { grid-template-columns: 1fr; }
}

/* ── Product Image Placeholder ── */
.pnhq-product-img-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #F7FBFB;
    border: 2px dashed #B0D8D4;
    border-radius: 10px;
    padding: 24px 20px;
    margin: 12px 0 24px;
    text-align: center;
    cursor: default;
}
.pnhq-placeholder-icon {
    font-size: 32px;
    line-height: 1;
    display: block;
    opacity: 0.6;
}
.pnhq-placeholder-text {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #2BB7A9;
    letter-spacing: 0.2px;
}
.pnhq-placeholder-hint {
    display: block;
    font-size: 12px;
    color: #9AABAB;
    font-style: italic;
}

/* ── Product image placeholder — hidden from visitors ──
   Only the Code Editor shows INSERT-PRODUCT-IMAGE-URL-HERE.
   Visitors see nothing until a real image URL is pasted in. */
.pnhq-product-img-placeholder {
    display: none !important;
}
