.gm-review-card {
            background: #fff;
            border-radius: 12px;
            padding: 16px;
            margin-bottom: 16px;
            box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3),
                0 4px 8px rgba(60, 64, 67, 0.15);
            font-family: Arial, sans-serif;
        }

        .gm-review-header {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
        }

        .gm-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 12px;
            object-fit: cover;
        }

        .gm-author {
            font-weight: bold;
            font-size: 15px;
            color: #202124;
        }

        .gm-stars-time {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .gm-stars {
            display: flex;
        }

        .star {
            width: 18px;
            height: 18px;
            fill: #dadce0;
        }

        .star.filled {
            fill: #fbbc04;
        }

        .gm-time {
            font-size: 13px;
            color: #5f6368;
        }

        .gm-text {
            font-size: 15px;
            color: #3c4043;
            line-height: 1.45;
            margin-top: 6px;
        }