.th-reviews-micro,.th-reviews{--th-review-accent:#f5c229;--th-review-ink:#171717;--th-review-muted:#6b7280;--th-review-line:#e5e7eb;--th-review-surface:#fff;--th-review-shadow:0 16px 32px rgba(15,23,42,.08);--th-review-card-height:26rem}.th-reviews-micro{display:inline-flex;align-items:center;gap:.875rem;flex-wrap:wrap}.th-reviews-micro__stars,.th-reviews-card__stars{display:inline-flex;align-items:center;gap:.2rem}.th-reviews-star{color:#d1d5db;font-size:1rem;line-height:1}.th-reviews-star.is-filled{color:var(--th-review-accent)}.th-reviews-micro__meta{display:inline-flex;align-items:baseline;gap:.5rem;color:var(--th-review-ink)}.th-reviews-micro__meta span,.th-reviews-micro-empty,.th-reviews-empty{color:var(--th-review-muted);font-size:.95rem}.th-reviews{display:grid;gap:1rem}.th-reviews-carousel{display:grid;gap:.9rem}.th-reviews-carousel__toolbar{display:flex;gap:.65rem;justify-content:flex-end}.th-reviews-carousel__nav{appearance:none;background:#fff;border:1px solid var(--th-review-line);border-radius:10px;color:var(--th-review-ink);cursor:pointer;font-size:.92rem;font-weight:600;line-height:1;padding:.7rem .95rem}.th-reviews-carousel__nav[disabled]{color:var(--th-review-muted);cursor:default;opacity:.55}.th-reviews-carousel__viewport{overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.th-reviews-carousel__viewport::-webkit-scrollbar{display:none}.th-reviews--grid{grid-template-columns:repeat(4,minmax(0, 1fr))}.th-reviews--list{grid-template-columns:minmax(0, 1fr)}.th-reviews--carousel{display:flex;gap:1rem;min-width:0;width:max-content}.th-reviews--carousel .th-reviews-card{flex:0 0 calc((100vw - 11rem) / 3);max-width:24rem;min-width:18rem;scroll-snap-align:start}.th-reviews-carousel__viewport{scroll-snap-type:x mandatory}.th-reviews-card{background:var(--th-review-surface);border:1px solid var(--th-review-line);border-radius:18px;box-shadow:var(--th-review-shadow);padding:1.25rem;display:flex;flex-direction:column;gap:0;height:var(--th-review-card-height);overflow:hidden;position:relative}.th-reviews-card__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.9rem}.th-reviews-card__name{color:var(--th-review-ink);font-size:1rem;font-weight:700;line-height:1.2;margin:0}.th-reviews-card__date{color:var(--th-review-muted);font-size:.875rem;margin:.3rem 0 0}.th-reviews-card__content{flex:1 1 auto;overflow:hidden;position:relative}.th-reviews-card__content.is-expandable:after{background:linear-gradient(180deg,rgba(255,255,255,0),var(--th-review-surface) 72%);bottom:0;content:"";height:3.5rem;left:0;pointer-events:none;position:absolute;right:0}.th-reviews-card__body{color:var(--th-review-ink);font-size:.975rem;line-height:1.7;white-space:pre-line;overflow:hidden}.th-reviews-card__title{color:var(--th-review-ink);font-size:1.05rem;font-weight:700;line-height:1.35;margin:0 0 .7rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.th-reviews-card__actions{align-items:center;display:flex;justify-content:flex-start;margin-top:.95rem}.th-reviews-card__toggle,.th-reviews-card__close{appearance:none;background:0 0;border:0;color:var(--th-review-ink);cursor:pointer;font-size:.92rem;font-weight:600;line-height:1.2;padding:0;text-decoration:underline;text-underline-offset:.2rem}.th-reviews-card__toggle:hover,.th-reviews-card__toggle:focus-visible,.th-reviews-card__close:hover,.th-reviews-card__close:focus-visible{color:#000}.th-reviews-card__overlay{background:var(--th-review-surface);display:flex;flex-direction:column;gap:.95rem;inset:0;padding:1.25rem;position:absolute;z-index:2}.th-reviews-card__overlay[hidden]{display:none}.th-reviews-card__overlay-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.th-reviews-card__overlay-meta{min-width:0}.th-reviews-card__title--overlay{display:block;overflow:visible}.th-reviews-card__stars--overlay{margin-top:-.15rem}.th-reviews-card__overlay-body{color:var(--th-review-ink);font-size:.975rem;line-height:1.7;overflow:auto;padding-right:.25rem;white-space:pre-line}@media (max-width:680px){.th-reviews--grid{grid-template-columns:1fr}.th-reviews-carousel__toolbar{justify-content:flex-start}.th-reviews--carousel .th-reviews-card{flex-basis:min(20rem, calc(100vw - 4rem));max-width:none;min-width:min(20rem, calc(100vw - 4rem))}.th-reviews-card{height:24rem}}@media (min-width:681px) and (max-width:1080px){.th-reviews--grid{grid-template-columns:repeat(2,minmax(0, 1fr))}.th-reviews--carousel .th-reviews-card{flex-basis:calc((100vw - 8rem) / 2);max-width:24rem}}@media (min-width:1081px) and (max-width:1380px){.th-reviews--grid{grid-template-columns:repeat(3,minmax(0, 1fr))}}