.mr-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mr-review-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:12px;transition:box-shadow 0.2s ease}.mr-review-card:hover{box-shadow:0 4px 12px rgb(0 0 0 / .08)}.mr-review-card-header{display:flex;align-items:center;gap:10px}.mr-reviewer-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.mr-reviewer-avatar.mr-source-icon{border-radius:0;width:28px;height:28px}.mr-review-card-header-text{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mr-reviewer-name{font-weight:600;font-size:15px;line-height:1.3}.mr-source-badge{display:inline-flex;align-items:center;flex-shrink:0}.mr-source-badge svg{display:block}.mr-stars{display:inline-flex;gap:1px}.mr-star{font-size:16px;line-height:1}.mr-star-full{color:#F5A623}.mr-star-half{position:relative;color:#ddd}.mr-star-half::before{content:"\2605";position:absolute;left:0;top:0;color:#F5A623;clip-path:inset(0 50% 0 0)}.mr-star-empty{color:#ddd}.mr-rating-value{font-weight:600;font-size:14px;color:#666;margin-left:4px}.mr-rating-number{font-weight:700;font-size:18px}.mr-review-rating{display:flex;align-items:center;gap:4px}.mr-review-text{font-size:14px;line-height:1.6;color:#374151}.mr-review-date{font-size:12px;color:#9ca3af;margin-top:auto}.mr-no-reviews{text-align:center;color:#9ca3af;padding:40px 20px;font-style:italic}.mr-funda-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.mr-funda-table{width:100%;border-collapse:collapse;font-size:14px}.mr-funda-table th,.mr-funda-table td{padding:10px 14px;text-align:left;border-bottom:1px solid #e5e7eb}.mr-funda-table thead th{background-color:#f8f9fa;font-weight:600;font-size:13px;white-space:nowrap}.mr-funda-table tbody tr:hover{background-color:#f0f4f8}.mr-funda-reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.mr-funda-review-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:16px}.mr-funda-review-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.mr-funda-review-header-left{display:flex;flex-direction:column;gap:4px}.mr-funda-reviewer-name{font-weight:600;font-size:16px}.mr-funda-review-date{font-size:12px;color:#9ca3af}.mr-score-badge{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:48px;background-color:#F49E14;color:#fff;font-weight:700;font-size:18px;border-radius:8px;flex-shrink:0}.mr-funda-sub-scores{display:flex;flex-direction:column;gap:8px}.mr-score-row{display:flex;align-items:center;gap:10px}.mr-score-label{font-size:13px;color:#6b7280;min-width:140px;flex-shrink:0}.mr-score-bar-bg{flex:1;height:8px;background-color:#e9ecef;border-radius:4px;overflow:hidden}.mr-score-bar-fill{height:100%;background-color:#F49E14;border-radius:4px;transition:width 0.3s ease}.mr-score-value{font-size:13px;font-weight:600;min-width:30px;text-align:right}.mr-funda-review-text{font-size:14px;line-height:1.6;color:#374151}.mr-funda-review-text::before{content:'\201C'}.mr-funda-review-text::after{content:'\201D'}@media (max-width:1024px){.mr-review-grid{grid-template-columns:repeat(2,1fr)}.mr-funda-reviews-grid{grid-template-columns:1fr}}@media (max-width:767px){.mr-review-grid{grid-template-columns:1fr}.mr-funda-table{font-size:12px}.mr-funda-table th,.mr-funda-table td{padding:8px 10px}.mr-score-label{min-width:100px}}