.mmr-wrap{font-family:inherit;max-width:1200px;margin:0 auto;padding:2rem 1rem}.mmr-summary{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:2.5rem;flex-wrap:wrap;background:linear-gradient(135deg,#f0fafa 0%,#e6f7f7 100%);border:1px solid #c8eaea;border-radius:50px;padding:.75rem 1.75rem;width:fit-content}.mmr-summary__stars{display:flex;gap:2px}.mmr-summary__stars .mmr-star-filled{color:#f59e0b;font-size:1.2rem;line-height:1}.mmr-summary__score{font-size:1rem;font-weight:700;color:#1a4444}.mmr-summary__count{font-size:.88rem;color:#64748b}.mmr-summary__count::before{content:'·';margin-right:.6rem;color:#94a3b8}.mmr-grid{display:grid;gap:1.5rem}.mmr-grid--cols-1{grid-template-columns:1fr}.mmr-grid--cols-2{grid-template-columns:repeat(2,1fr)}.mmr-grid--cols-3{grid-template-columns:repeat(3,1fr)}.mmr-grid--cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.mmr-grid--cols-3,.mmr-grid--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.mmr-grid--cols-2,.mmr-grid--cols-3,.mmr-grid--cols-4{grid-template-columns:1fr}}.mmr-card{background:#fff;border:1px solid #e2f0f0;border-radius:16px;padding:1.75rem 1.5rem 1.4rem;box-shadow:0 4px 20px rgb(43 181 186 / .08),0 1px 4px rgb(0 0 0 / .04);display:flex;flex-direction:column;gap:1rem;transition:box-shadow 0.25s,transform 0.25s;position:relative;overflow:hidden}.mmr-card::before{content:'\201C';position:absolute;top:-.6rem;right:1.25rem;font-size:6rem;color:#2bb5ba;opacity:.08;font-family:Georgia,'Times New Roman',serif;line-height:1;pointer-events:none;user-select:none}.mmr-card:hover{box-shadow:0 10px 36px rgb(43 181 186 / .16),0 2px 8px rgb(0 0 0 / .06);transform:translateY(-3px)}.mmr-card__top{display:flex;align-items:center;gap:.9rem}.mmr-card__photo-wrap{flex-shrink:0;padding:2px;background:linear-gradient(135deg,#2bb5ba,#1a4444);border-radius:50%}.mmr-card__photo{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #fff;display:block}.mmr-card__photo--placeholder{width:52px;height:52px;border-radius:50%;background:#e8f4f5;display:flex;align-items:center;justify-content:center;font-size:1.4rem;border:2px solid #fff}.mmr-card__identity{display:flex;flex-direction:column;gap:.1rem}.mmr-card__name{font-weight:700;color:#1a4444;font-size:.95rem;line-height:1.3}.mmr-card__location{font-size:.78rem;color:#64748b}.mmr-card__stars{display:flex;gap:1px;margin-top:.25rem}.mmr-card__stars .mmr-star-filled{color:#f59e0b;font-size:1rem;line-height:1}.mmr-card__stars .mmr-star-empty{color:#d1d5db;font-size:1rem;line-height:1}.mmr-card__quote{margin:0;padding:0;font-size:.9rem;line-height:1.7;color:#3a5a5a;flex:1;font-style:italic}.mmr-card__verified{font-size:.73rem;color:#2bb5ba;font-weight:600;letter-spacing:.03em;text-transform:uppercase;display:flex;align-items:center;gap:.3rem;padding-top:.75rem;border-top:1px solid #f0f9f9}.mmr-card__verified::before{content:'';display:inline-block;width:14px;height:14px;background:#2bb5ba;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:10px;background-repeat:no-repeat;background-position:center;flex-shrink:0}