@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');



body {
    font-family: "Montserrat";
    margin: 0px;
    padding: 0px;
}




.top-banner {
    width: 100%;
    background: #000;
    padding: 8px 0;
    font-family: "Montserrat";
}

.top-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
}

.right-text img {
    width: 58px;
    height: auto;
    margin-right: 6px;
    vertical-align: middle;
}

.left-text,
.right-text {
    display: flex;
    align-items: center;
    gap: 0px;
}
.top-box-outer{
    max-width: 1200px;
    margin: 0px auto;
}
.top-box {
    background-color: #FEFBD9D6;
    max-width: 1200px;
    margin: 20px auto;
    border: 1px solid #000;
    padding: 24px 54px;
    border-radius: 10px;
    font-size: 17px;
    line-height: 1.4;
}

.top-exclaimation {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 999px;
    background-color: #F10000;
    color: white;
    font-weight: 600;
    text-align: center;
}

.update {
    font-size: 22px;
    font-weight: 500;
    color: #F10000;
}

.green-rating {
    max-width: 90px;
    margin: 10px auto;

}

.rating-box {
    text-align: center;
}

/* main content layout */
.page-wrapper {
    width: 100%;
}

.main-layout {
    max-width: 1200px;
    margin: 30px auto;
    display: flex;
    gap: 25px;
    padding: 0 10px;
    /* gives 10px side margin on small screens */
}

/* LEFT COLUMN */
.left-column {
    flex: 1;
    min-width: 0;
}

.left-column h1 {
    font-size: 38px;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 700;
}

.left-column p{
    font-size: 17px;
    font-family: "Open Sans";
    letter-spacing: 0.4px;
    line-height: 26px;
}


.main-image-wrapper {
    margin-bottom: 20px;
}

.main-image-wrapper img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    max-width: 900px;
    border-radius: 6px;
}

.points-heading {
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 700;
}

.cta-btn-2 {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 97%;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 15px;
}

.ordered-list {
    padding-left: 20px;
      font-family: "Open Sans";

}

/* RIGHT COLUMN */
.right-column {
    width: 275px;
    flex-shrink: 0;
}

.right-card {
    position: sticky;
    top: 10px;
    border-radius: 6px;
    background: #f7f7f7;
    padding: 18px 14px;
}

.right-card h2 {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 14px;
    text-align: center;
}

.right-card .product-image {
    text-align: center;
    margin-bottom: 16px;
}

.right-card .product-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.cta-btn {
    display: flex;
    /* arrow + text side by side */
    align-items: center;
    justify-content: center;
    /* centers the whole group */
    gap: 2px;
   text-align: center;

    width: 79%;
    padding: 12px 26px;
    margin-bottom: 16px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.cta-btn:hover {
    opacity: 0.9;
}

.cta-arrow {
    display: block;
    height: 16px;
    /* adjust to match your image */
    width: auto;
}


/* REVIEWS BOX */
.reviews-box {
    background: #ffffff;
    border-radius: 6px;
    padding: 14px 12px;
    font-size: 12px;
}

.reviews-box h3 {
    margin: 0 0 6px;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.rating-header {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 4px;
    margin-bottom: 4px;
}

.rating-header .rating-number {
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0px;
}

.rating-txt {
    font-size: 17px;
    font-weight: 600;
}

.rating-count {
    margin: 0 0 8px;
    font-size: 16px;
    color: #555;
}

/* STAR PROGRESS BARS */
.rating-breakdown {
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
}

/* STAR PROGRESS BARS */
.stars-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.stars-row .label {
    width: 40px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    color: #009926;
}

.bar-img {
    flex: 1;
    max-width: 100%;
    height: auto;
    display: block;
}

.stars-row .percent {
    width: 30px;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #009926;
}

/* BY FEATURE */
.by-feature {
    margin-top: 10px;
   
    padding-top: 8px;
}

.by-feature h4 {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 700;
}

.feature-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.feature-label {
    width: 100px;
    font-size: 13px;
    
}

.feature-stars-img {
    display: block;
    height: 16px;
   
    width: auto;
    /* use natural width */
    margin: 0 6px;
}

/* push score to the far right */
.score {
    margin-left: auto;
    width: 26px;
    text-align: right;
    white-space: nowrap;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .main-layout {
        flex-direction: column;
        max-width: 100%;
    }

    .right-column {
        width: 100%;
    }

    .right-card {
        max-width: 100%;
    }
    .left-column h1{
        font-size: 25px;
    }
    .points-heading {
    font-size: 23px;
    }
    .cta-btn-2{
        max-width: 91%;
    }
    .cta-btn{
        padding: 20px 16px;
        width:90%;
    }
    .stars-row .label {
    width: 60px;
    font-size: 18px;
    }
    .stars-row .percent {
    width: 50px;
    font-size: 18px;

    }
    .feature-label {
    width: 190px;
    }
    .main-image-wrapper img{
        height: auto;

    }
    .top-box {
    margin: 10px;
    padding: 24px;
    }
}