﻿.ccn-product-reviews .ccn-section__inner{max-width:90rem;margin:0 auto;padding:0 1.6rem}.ccn-product-reviews__overview{display:flex;flex-direction:column;gap:2.4rem;margin:2.4rem 0;padding:2.4rem;background:rgb(var(--ccn-color-surface-light, 245, 245, 245));border-radius:1.2rem}@media screen and (min-width: 750px){.ccn-product-reviews__overview{flex-direction:row;align-items:flex-start;gap:4rem}}.ccn-product-reviews__score{display:flex;align-items:center;gap:1.2rem;flex-shrink:0}.ccn-product-reviews__score-number{font-family:var(--font-heading-family);font-size:4.8rem;font-weight:700;line-height:1;color:rgb(var(--color-foreground))}.ccn-product-reviews__score-meta{display:flex;flex-direction:column;gap:.4rem}.ccn-product-reviews__count{font-size:1.2rem;color:rgba(var(--color-foreground), 0.6)}.ccn-product-reviews__histogram{flex:1;display:flex;flex-direction:column;gap:.6rem}.ccn-product-reviews__bar-row{display:flex;align-items:center;gap:.8rem}.ccn-product-reviews__bar-label{width:5rem;font-size:1.2rem;color:rgba(var(--color-foreground), 0.7);text-align:right;flex-shrink:0}.ccn-product-reviews__bar{flex:1;height:.5rem;background:rgba(var(--color-foreground), 0.1);border-radius:.4rem;overflow:hidden}.ccn-product-reviews__bar-fill{height:100%;background:rgb(var(--ccn-color-accent-green, 0, 182, 122));border-radius:.4rem;transition:width .3s ease}.ccn-product-reviews__bar-pct{width:3.6rem;font-size:1.2rem;color:rgba(var(--color-foreground), 0.6);flex-shrink:0}.ccn-product-reviews__featured{margin:2.4rem 0;padding:2rem 2.4rem;border-left:4px solid rgb(var(--color-foreground));background:rgb(var(--ccn-color-surface-warm, 249, 248, 246))}.ccn-product-reviews__featured p{font-family:var(--font-emphasis-italic-family, serif);font-style:italic;font-size:1.6rem;line-height:1.6;margin:0 0 .8rem}.ccn-product-reviews__featured cite{font-size:1.3rem;font-style:normal;color:rgba(var(--color-foreground), 0.6)}.ccn-product-reviews__list{display:grid;gap:1.6rem;margin:2.4rem 0}@media screen and (min-width: 750px){.ccn-product-reviews__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 990px){.ccn-product-reviews__list{grid-template-columns:repeat(3, 1fr)}}.ccn-product-reviews__card{padding:2rem;border:1px solid rgba(var(--color-foreground), 0.1);border-radius:1.2rem}.ccn-product-reviews__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ccn-product-reviews__card-date{font-size:1.2rem;color:rgba(var(--color-foreground), 0.5)}.ccn-product-reviews__card-title{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:600;margin:0 0 .6rem}.ccn-product-reviews__card-body{font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground), 0.8);margin:0 0 1.2rem}.ccn-product-reviews__card-author{display:flex;align-items:center;gap:.8rem;font-size:1.2rem;color:rgba(var(--color-foreground), 0.6)}.ccn-product-reviews__verified{display:inline-flex;align-items:center;gap:.3rem;color:rgb(var(--ccn-color-accent-green, 0, 182, 122));font-weight:500}.ccn-product-reviews__verified::before{content:"✓";font-size:1rem}.ccn-product-reviews__actions{display:flex;align-items:center;gap:1.2rem;margin-top:2rem}.ccn-product-reviews__actions .ccn-button:disabled{opacity:.5;cursor:not-allowed}.ccn-product-reviews__actions-note{font-size:1.2rem;color:rgba(var(--color-foreground), 0.5);font-style:italic}