﻿.review-card{margin:2.5rem 0;padding:1.5rem;border:1px solid var(--border-color);border-radius:12px;background:var(--background-secondary)}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.review-icon{flex:0 0 64px;width:64px;height:64px;overflow:hidden;border-radius:14px}.review-icon img{display:block;width:100%;height:100%;object-fit:cover}.review-title h2{margin:0 0 .35rem}.review-meta{display:flex;flex-wrap:wrap;gap:.4rem .8rem;color:var(--text-secondary);font-size:.9rem}.review-meta span:not(:last-child)::after{content:"·";margin-left:.8rem}.review-section{margin-top:1.5rem}.review-section h3{margin-bottom:.7rem;font-size:1rem}.review-section ul{margin:0;padding:0;list-style:none}.review-section li{position:relative;margin:.45rem 0;padding-left:1.5rem}.review-pros li::before{content:"+";position:absolute;left:0;font-weight:700}.review-cons li::before{content:"−";position:absolute;left:0;font-weight:700}.review-verdict{margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--border-color)}.review-verdict h3{margin-bottom:.7rem;font-size:1rem}.review-verdict p{margin-bottom:0}