/*
=========================================================
ABB Build From Input
Niche Layer - Supplement
Overrides only
=========================================================
*/

.abb-build-input.abb-niche-supplement{

    --abb-primary:#d62828;
    --abb-success:#2a9d8f;
    --abb-warning:#fcbf49;

}

/* Headings */

.abb-build-input.abb-niche-supplement h2{

    color:var(--abb-primary);

}

/* Callouts */

.abb-build-input.abb-niche-supplement .abb-callout{

    border-left:6px solid var(--abb-primary);

}

/* CTA */

.abb-build-input.abb-niche-supplement .abb-cta-btn{

    font-weight:900;

}

/* Review stars */

.abb-build-input.abb-niche-supplement .abb-stars{

    font-size:22px;

}

/* Product image */

.abb-build-input.abb-niche-supplement img{

    border-radius:14px;

    box-shadow:var(--abb-shadow-soft);

}

/* Pros */

.abb-build-input.abb-niche-supplement .abb-pros{

    border-left:5px solid #16a34a;

}

/* Cons */

.abb-build-input.abb-niche-supplement .abb-cons{

    border-left:5px solid #ef4444;

}

/* Warning */

.abb-build-input.abb-niche-supplement .abb-warning-box{

    background:#fff4f4;

    border:1px solid #fecaca;

    border-left:6px solid #dc2626;

    border-radius:14px;

    padding:18px;

    margin:24px 0;

}

/* Benefits */

.abb-build-input.abb-niche-supplement .abb-benefits{

    background:#f8fafc;

    border-radius:16px;

    padding:20px;

    margin:24px 0;

}

/* Ingredients table */

.abb-build-input.abb-niche-supplement table{

    border-radius:12px;

    overflow:hidden;

}