.reviews{width:100%;display:flex;flex-wrap:wrap;gap:48px 10px}.reviews>div{box-sizing:border-box;width:calc(50% - 5px);height:min-content;display:flex;flex-direction:column;padding:10px 20px;background-color:light-dark(var(--stone-200),var(--stone-800));border-radius:1em}.reviews>div:nth-of-type(2n){border-left:1px solid light-dark(var(--stone-300),var(--stone-500))}.reviews .stars{padding-top:24px;padding-bottom:24px;gap:12px;display:inline-flex;align-self:center}.reviews .stars>i{width:16px;height:16px;line-height:16px;color:var(--butter)}.reviews .review::before{content:"“"}.reviews .review::after{content:"”"}.reviews .review-original{margin-top:10px}.reviews .review-original i{padding:2px 6px;background-color:var(--color);color:var(--gravel);outline:1px solid light-dark(var(--stone-800),var(--stone-500));border-radius:4px}.reviews .details{flex-direction:column;gap:4px;display:flex;padding-top:48px;padding-bottom:24px}.reviews .reader{font-size:16px}.reviews .dictionary div{display:inline}.reviews .dictionary i{font-weight:bolder;margin-right:5px}.reviews .dictionary a{opacity:.8}.reviews .dictionary a:hover{opacity:1}@media (max-width:700px){.reviews{gap:0}.reviews>div{width:100%}.reviews>div:nth-of-type(2n){border-left:none}.reviews>div:not(:first-child){margin-top:24px;border-left:0;border-top:1px solid var(--stone-300)}}