.nocomments,
.no-comments {
    display: none !important;
}


/* 99writes - Remove author information from single posts */

/* Author box displayed over the featured image */
.single-post .blog-post-author {
    display: none !important;
}



/* Author information underneath the post title */
.single-post .author,
.single-post .post-author,
.single-post .entry-author,
.single-post .author-name,
.single-post .meta-author {
    display: none !important;
}

/* Remove the empty author overlay box on the featured image */
.single-post .entry-meta.ceris-entry-meta-with-share {
    display: none !important;
}

/* SHARE & LIKE ICONS at Bottom of Post */
#jp-relatedposts {
    display: none !important;
}

.single-footer.entry-footer {
    display: none !important;
}


/* Hide Jetpack related posts */
.single-post #jp-relatedposts {
    display: none !important;
}


/* Hide "More in" on all posts */
.single-post .same-category-posts {
    display: none !important;
}

/* Global Ceris section headings */
.block-heading__title {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  border-radius: 10px;
  padding: 6px 20px !important;
}








/* =========================================================
   99WRITES PRODUCT REVIEW TEMPLATE
   Applies only to content inside #w99-product-review
   ========================================================= */


/* ---------- GLOBAL REVIEW STYLES ---------- */

#w99-product-review {
    --w99-red: #e32636;
    --w99-red-dark: #c91f2e;
    --w99-ink: #171717;
    --w99-body: #51545a;
    --w99-muted: #777b82;
    --w99-line: #e8e8e8;
    --w99-blush: #fff5f5;
    --w99-mint: #f2faf5;
    --w99-green: #1d8a55;
    --w99-soft-gray: #f7f7f7;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 55px 24px 90px;

    color: var(--w99-ink);
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;

    box-sizing: border-box;
}

#w99-product-review *,
#w99-product-review *::before,
#w99-product-review *::after {
    box-sizing: border-box;
}

#w99-product-review h1,
#w99-product-review h2,
#w99-product-review h3,
#w99-product-review p {
    margin-top: 0;
}

#w99-product-review h1,
#w99-product-review h2,
#w99-product-review h3 {
    color: var(--w99-ink);
    font-weight: 700;
    letter-spacing: -0.025em;
}

#w99-product-review h1 {
    font-size: clamp(38px, 4.5vw, 64px);
    line-height: 1.08;
    margin-bottom: 22px;
}

#w99-product-review h2 {
    font-size: clamp(29px, 3vw, 42px);
    line-height: 1.15;
    margin-bottom: 20px;
}

#w99-product-review h3 {
    font-size: 24px;
    line-height: 1.25;
}

#w99-product-review p {
    color: var(--w99-body);
}

#w99-product-review img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

#w99-product-review .w99-label,
#w99-product-review .w99-kicker {
    display: block;
    margin-bottom: 15px;
    color: var(--w99-red);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}


/* =========================================================
   HERO
   ========================================================= */

#w99-product-review .w99-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 65px;
    align-items: center;

    padding: 25px 0 70px;
}

#w99-product-review .w99-hero > div {
    min-width: 0;
}

#w99-product-review .w99-sub {
    max-width: 650px;
    margin-bottom: 22px;

    color: #555a61;
    font-size: 19px;
    line-height: 1.65;
}

#w99-product-review .w99-byline {
    margin-bottom: 0;

    color: #777;
    font-size: 13px;
    font-weight: 500;
}

#w99-product-review .w99-hero-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}


/* =========================================================
   QUICK VERDICT
   ========================================================= */

#w99-product-review .w99-verdict {
    display: grid;
    grid-template-columns: 0.8fr 1.15fr 0.85fr;
    gap: 38px;
    align-items: center;

    margin: 0 0 95px;
    padding: 38px 42px;

    background: var(--w99-blush);
    border: 1px solid #f6e4e5;
    border-radius: 22px;
}

#w99-product-review .w99-verdict p {
    margin-bottom: 0;
}

#w99-product-review .w99-score {
    margin: 2px 0 12px;

    color: var(--w99-ink);
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.05em;
}

#w99-product-review .w99-score span {
    color: #888;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
}

#w99-product-review .w99-takeaways {
    padding: 3px 0;
}

#w99-product-review .w99-takeaways p {
    position: relative;
    margin: 0 0 13px;
    padding-left: 27px;

    color: #35383c;
    font-size: 14px;
    line-height: 1.55;
}

#w99-product-review .w99-takeaways p:last-child {
    margin-bottom: 0;
}

#w99-product-review .w99-takeaways p::first-letter {
    color: var(--w99-green);
}

#w99-product-review .w99-takeaways strong {
    color: var(--w99-ink);
}


/* =========================================================
   AMAZON CTA
   ========================================================= */

#w99-product-review .w99-cta-col {
    text-align: center;
}

#w99-product-review .w99-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 54px;
    padding: 15px 22px;

    background: var(--w99-red);
    border: 2px solid var(--w99-red);
    border-radius: 9px;

    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

#w99-product-review .w99-cta:hover,
#w99-product-review .w99-cta:focus {
    background: var(--w99-red-dark);
    border-color: var(--w99-red-dark);
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}

#w99-product-review .w99-cta-col small,
#w99-product-review .w99-final small {
    display: block;

    margin-top: 10px;

    color: #8a8a8a;
    font-size: 10px;
    line-height: 1.45;
}


/* =========================================================
   CLOSER LOOK
   ========================================================= */

#w99-product-review .w99-closer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
    gap: 75px;
    align-items: center;

    margin-bottom: 105px;
}

#w99-product-review .w99-closer > div {
    min-width: 0;
}

#w99-product-review .w99-closer > div > p {
    max-width: 610px;
    margin-bottom: 30px;

    font-size: 16px;
    line-height: 1.8;
}

#w99-product-review .w99-closer > img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

#w99-product-review .w99-uvps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 22px;

    margin-top: 28px;
}

#w99-product-review .w99-uvps div {
    padding: 14px 15px;

    background: #fafafa;
    border: 1px solid var(--w99-line);
    border-radius: 10px;

    color: #333;
    font-size: 13px;
    line-height: 1.4;
}

#w99-product-review .w99-uvps strong {
    color: var(--w99-ink);
}


/* =========================================================
   WHY YOU'LL LOVE IT
   ========================================================= */

#w99-product-review .w99-love {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 75px;
    align-items: center;

    margin-bottom: 105px;
}

#w99-product-review .w99-love-image {
    position: relative;
    overflow: hidden;

    min-height: 500px;
    border-radius: 20px;

    background: #eee;
}

#w99-product-review .w99-love-image img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

#w99-product-review .w99-love-image::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.58) 0%,
        rgba(0, 0, 0, 0.08) 55%,
        rgba(0, 0, 0, 0) 75%
    );
}

#w99-product-review .w99-love-image h3 {
    position: absolute;
    z-index: 2;
    right: 34px;
    bottom: 30px;
    left: 34px;

    margin: 0;

    color: #fff;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
}

#w99-product-review .w99-benefits {
    margin-top: 30px;
}

#w99-product-review .w99-benefits p {
    position: relative;

    margin: 0;
    padding: 18px 0 18px 38px;

    border-bottom: 1px solid var(--w99-line);

    color: #64676c;
    font-size: 14px;
    line-height: 1.6;
}

#w99-product-review .w99-benefits p:first-child {
    border-top: 1px solid var(--w99-line);
}

#w99-product-review .w99-benefits p::before {
    content: "✓";

    position: absolute;
    top: 18px;
    left: 3px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 23px;
    height: 23px;

    background: #edf8f1;
    border-radius: 50%;

    color: var(--w99-green);
    font-size: 13px;
    font-weight: 700;
}

#w99-product-review .w99-benefits strong {
    color: var(--w99-ink);
    font-size: 15px;
}


/* =========================================================
   WHO SHOULD BUY / WHO SHOULD SKIP
   ========================================================= */

#w99-product-review .w99-fit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;

    margin-bottom: 105px;
}

#w99-product-review .w99-fitbox {
    padding: 40px 42px;

    border-radius: 20px;
}

#w99-product-review .w99-fitbox.good {
    background: var(--w99-mint);
    border: 1px solid #dcefe3;
}

#w99-product-review .w99-fitbox.bad {
    background: var(--w99-blush);
    border: 1px solid #f2dfe1;
}

#w99-product-review .w99-fitbox h2 {
    margin-bottom: 25px;

    font-size: 27px;
}

#w99-product-review .w99-fitbox p {
    position: relative;

    margin: 0 0 13px;
    padding-left: 28px;

    color: #42464a;
    font-size: 14px;
    line-height: 1.55;
}

#w99-product-review .w99-fitbox p:last-child {
    margin-bottom: 0;
}

#w99-product-review .w99-fitbox.good p {
    color: #315643;
}

#w99-product-review .w99-fitbox.bad p {
    color: #6a4145;
}

#w99-product-review .w99-fitbox.good p::first-letter {
    color: var(--w99-green);
    font-weight: 700;
}

#w99-product-review .w99-fitbox.bad p::first-letter {
    color: var(--w99-red);
    font-weight: 700;
}


/* =========================================================
   FINAL VERDICT
   ========================================================= */

#w99-product-review .w99-final {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
    gap: 60px;
    align-items: center;

    margin-bottom: 95px;
    padding: 52px 55px;

    background: var(--w99-blush);
    border: 1px solid #f4e1e3;
    border-radius: 22px;
}

#w99-product-review .w99-final > div {
    min-width: 0;
}

#w99-product-review .w99-final p {
    max-width: 610px;
    margin-bottom: 27px;

    font-size: 16px;
    line-height: 1.75;
}

#w99-product-review .w99-final .w99-cta {
    width: auto;
    min-width: 255px;
}

#w99-product-review .w99-final img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}


/* =========================================================
   FAQ
   ========================================================= */

#w99-product-review .w99-faq {
    max-width: 880px;
    margin: 0 auto;
    padding: 10px 0 20px;
}

#w99-product-review .w99-faq > .w99-label {
    text-align: center;
}

#w99-product-review .w99-faq > h2 {
    margin-bottom: 35px;

    text-align: center;
}

#w99-product-review .w99-faq details {
    margin: 0;

    background: #fff;
    border-top: 1px solid var(--w99-line);
}

#w99-product-review .w99-faq details:last-child {
    border-bottom: 1px solid var(--w99-line);
}

#w99-product-review .w99-faq summary {
    position: relative;

    padding: 22px 45px 22px 2px;

    color: var(--w99-ink);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;

    cursor: pointer;
    list-style: none;
}

#w99-product-review .w99-faq summary::-webkit-details-marker {
    display: none;
}

#w99-product-review .w99-faq summary::after {
    content: "+";

    position: absolute;
    top: 50%;
    right: 5px;

    color: var(--w99-red);
    font-size: 24px;
    line-height: 1;
    font-weight: 400;

    transform: translateY(-50%);
}

#w99-product-review .w99-faq details[open] summary::after {
    content: "−";
}

#w99-product-review .w99-faq details p {
    margin: 0;
    padding: 0 50px 23px 2px;

    color: #64676c;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    #w99-product-review {
        padding: 40px 24px 70px;
    }

    #w99-product-review .w99-hero {
        gap: 40px;
    }

    #w99-product-review .w99-verdict {
        grid-template-columns: 1fr 1.4fr;
    }

    #w99-product-review .w99-cta-col {
        grid-column: 1 / -1;
    }

    #w99-product-review .w99-cta-col .w99-cta {
        width: auto;
        min-width: 280px;
    }

    #w99-product-review .w99-closer,
    #w99-product-review .w99-love {
        gap: 45px;
    }

    #w99-product-review .w99-final {
        gap: 40px;
        padding: 45px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #w99-product-review {
        padding: 25px 18px 60px;

        font-size: 15px;
    }

    #w99-product-review h1 {
        font-size: 36px;
        line-height: 1.12;
    }

    #w99-product-review h2 {
        font-size: 29px;
    }

    #w99-product-review .w99-sub {
        font-size: 17px;
    }


    /* HERO */

    #w99-product-review .w99-hero {
        grid-template-columns: 1fr;
        gap: 30px;

        padding: 15px 0 45px;
    }

    #w99-product-review .w99-hero-img {
        border-radius: 15px;
    }


    /* QUICK VERDICT */

    #w99-product-review .w99-verdict {
        grid-template-columns: 1fr;
        gap: 25px;

        margin-bottom: 70px;
        padding: 30px 25px;

        border-radius: 16px;
    }

    #w99-product-review .w99-score {
        font-size: 50px;
    }

    #w99-product-review .w99-cta-col {
        grid-column: auto;
    }

    #w99-product-review .w99-cta-col .w99-cta {
        width: 100%;
        min-width: 0;
    }


    /* CLOSER LOOK */

    #w99-product-review .w99-closer {
        grid-template-columns: 1fr;
        gap: 35px;

        margin-bottom: 75px;
    }

    #w99-product-review .w99-closer > img {
        border-radius: 15px;
    }

    #w99-product-review .w99-uvps {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }


    /* WHY YOU'LL LOVE IT */

    #w99-product-review .w99-love {
        grid-template-columns: 1fr;
        gap: 40px;

        margin-bottom: 75px;
    }

    #w99-product-review .w99-love-image {
        min-height: 420px;
        border-radius: 15px;
    }

    #w99-product-review .w99-love-image h3 {
        right: 24px;
        bottom: 24px;
        left: 24px;

        font-size: 24px;
    }


    /* BUYER FIT */

    #w99-product-review .w99-fit {
        grid-template-columns: 1fr;
        gap: 18px;

        margin-bottom: 75px;
    }

    #w99-product-review .w99-fitbox {
        padding: 30px 26px;

        border-radius: 16px;
    }


    /* FINAL VERDICT */

    #w99-product-review .w99-final {
        grid-template-columns: 1fr;
        gap: 35px;

        margin-bottom: 70px;
        padding: 32px 25px;

        border-radius: 16px;
    }

    #w99-product-review .w99-final .w99-cta {
        width: 100%;
        min-width: 0;
    }

    #w99-product-review .w99-final img {
        border-radius: 13px;
    }


    /* FAQ */

    #w99-product-review .w99-faq > .w99-label,
    #w99-product-review .w99-faq > h2 {
        text-align: left;
    }

    #w99-product-review .w99-faq summary {
        padding: 20px 38px 20px 0;
    }

    #w99-product-review .w99-faq details p {
        padding: 0 35px 20px 0;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    #w99-product-review {
        padding-right: 15px;
        padding-left: 15px;
    }

    #w99-product-review h1 {
        font-size: 32px;
    }

    #w99-product-review h2 {
        font-size: 27px;
    }

    #w99-product-review .w99-uvps {
        grid-template-columns: 1fr;
    }

    #w99-product-review .w99-love-image {
        min-height: 350px;
    }
}