/* ══════════════════════════════════════════════════════════════════════════════
   PRODUCT VERDICT BLOCK (affiliate-booster/ab-product-verdict)
   ══════════════════════════════════════════════════════════════════════════════ */

.affiliate-productverdict {
    font-family: var(--ab-font);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 10px 30px rgba(0,0,0,0.04);
    overflow: hidden;
    margin: 28px 0;
    transition: box-shadow 0.25s ease;
}
.affiliate-productverdict:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.05), 0 14px 40px rgba(0,0,0,0.07);
}

.affiliate-productverdict-main {
    padding: 0;
}

.affiliate-productverdict-wrapper {
    display: flex;
    flex-direction: column;
}

.affiliate-productverdict-inner {
    border-bottom: 1px solid #f1f5f9;
}

.affiliate-productverdict-content {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 0;
}

/* ── Left media column ─────────────────────────────────────────────────── */
.affiliate-productverdict-img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 32px 24px;
    background: linear-gradient(180deg, #fafbfc 0%, #f1f5f9 100%);
    border-right: 1px solid #e5e7eb;
    text-align: center;
}

.affiliate-productverdict-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 6px 16px rgba(0,0,0,0.05);
    padding: 18px;
}
.affiliate-productverdict-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
    background: transparent;
}

/* Description paragraph — fully reset so no theme 'card' styling bleeds in */
p.affiliate-productverdict,
.affiliate-productverdict-img-wrapper > p {
    all: unset;
    display: block;
    font-family: var(--ab-font);
    font-size: 14px;
    font-weight: 400;
    color: #475569;
    line-height: 1.65;
    text-align: center;
    margin: 0;
    padding: 0;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

/* ── Right pros/cons columns ───────────────────────────────────────────── */
.affiliate-productverdict-cntn-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.affiliate-productverdict-left {
    padding: 28px 28px 26px;
    background: linear-gradient(180deg, #ecfdf5 0%, #f0fdf6 100%);
    border-right: 1px solid #d1fae5;
}

.affiliate-productverdict-right {
    padding: 28px 28px 26px;
    background: linear-gradient(180deg, #fef2f2 0%, #fff5f5 100%);
}

.affiliate-productverdict-title,
.affiliate-productverdict-subtitle {
    font-family: var(--ab-font);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin: 0 0 16px;
    padding: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
}
.affiliate-productverdict-title {
    color: #059669;
    border-bottom: 2px solid #a7f3d0;
}
.affiliate-productverdict-title::before {
    content: "\2713";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #059669;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(5,150,105,0.3);
    flex-shrink: 0;
}
.affiliate-productverdict-subtitle {
    color: #dc2626;
    border-bottom: 2px solid #fecaca;
}
.affiliate-productverdict-subtitle::before {
    content: "\2717";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #dc2626;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(220,38,38,0.3);
    flex-shrink: 0;
}

/* ── Lists inside the verdict — strong reset so icons never overlap ──── */
.affiliate-productverdict-left ul,
.affiliate-productverdict-right ul,
.affiliate-productverdict-cntn-wrapper ul.affiliate-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.affiliate-productverdict-left ul li,
.affiliate-productverdict-right ul li,
.affiliate-productverdict-cntn-wrapper ul.affiliate-list li {
    position: relative;
    margin: 0;
    padding: 9px 0 9px 34px !important;
    font-size: 15px;
    line-height: 1.55;
    color: #1e293b;
    list-style: none;
    background: transparent;
    border: 0;
}

.affiliate-productverdict-left ul li::before,
.affiliate-productverdict-right ul li::before,
.affiliate-productverdict-cntn-wrapper ul.affiliate-list li::before {
    position: absolute;
    left: 0;
    top: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    box-sizing: border-box;
}

/* Pros icon — green check */
.affiliate-productverdict-left ul li::before,
.affiliate-productverdict-cntn-wrapper ul.affiliate-list-pros li::before,
.affiliate-productverdict-cntn-wrapper ul.affiliate-list-bullet-check-circle li::before {
    content: "\2713";
    background: #d1fae5;
    color: #059669;
    border: 1.5px solid #a7f3d0;
}

/* Cons icon — red x */
.affiliate-productverdict-right ul li::before,
.affiliate-productverdict-cntn-wrapper ul.affiliate-list-cons li::before,
.affiliate-productverdict-cntn-wrapper ul.affiliate-list-bullet-times li::before,
.affiliate-productverdict-cntn-wrapper ul.affiliate-list-bullet-times-circle li::before {
    content: "\2717";
    background: #fee2e2;
    color: #dc2626;
    border: 1.5px solid #fecaca;
}

/* ── Bottom bar (rating + price + cta) ─────────────────────────────────── */
.affiliate-productverdict-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 28px;
    background: linear-gradient(180deg, #fafbfc 0%, #f1f5f9 100%);
    flex-wrap: wrap;
}

.affiliate-productverdict-starrating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.affiliate-productverdict-starrating svg {
    width: 18px;
    height: 18px;
}

p.affiliate-productverdict-cntn {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.01em;
    background: transparent;
}

.affiliate-productverdict-btn-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .affiliate-productverdict-content {
        grid-template-columns: 1fr;
    }
    .affiliate-productverdict-img-wrapper {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding: 28px 20px;
    }
    .affiliate-productverdict-cntn-wrapper {
        grid-template-columns: 1fr;
    }
    .affiliate-productverdict-left {
        border-right: none;
        border-bottom: 1px solid #d1fae5;
        padding: 24px;
    }
    .affiliate-productverdict-right {
        padding: 24px;
    }
    .affiliate-productverdict-bottom-wrapper {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 14px;
        padding: 20px;
    }
    .affiliate-productverdict-starrating {
        justify-content: center;
    }
    .affiliate-productverdict-btn-wrapper {
        justify-content: center;
    }
}

