.styled-reviews{display:flex;flex-wrap:wrap;gap:1em;justify-content:center}.review-card{background:white;border-radius:5px;padding:1em;width:calc(33.333% - 1em);max-width:none;box-sizing:border-box;box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column;gap:.5em}.review-header{display:flex;align-items:center;gap:.7em;justify-content:space-between}.google-icon{color:#4285f4;font-weight:700;font-size:1.2em}.date{font-size:.85em;color:#888}@media (max-width: 768px){.review-card{width:calc(50% - .5em)}}@media (max-width: 500px){.review-card{width:100%}}
