
        .review-card {
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        .review-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
        }
        .review-stars {
            font-size: 18px;
            letter-spacing: 2px;
        }
        .review-date {
            color: #888;
            font-size: 0.9em;
            margin-top: 10px;
        }
        .grw-sticky-badge {
            position: fixed;
            padding: 15px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.15);
            text-align: center;
            z-index: 999;
        }
        .grw-badge-rating {
            font-size: 24px;
            font-weight: bold;
            line-height: 1;
        }
        .grw-badge-stars {
            font-size: 18px;
            margin: 5px 0;
        }
        .grw-badge-label {
            font-size: 12px;
            text-transform: uppercase;
        }
        .bottom-right { bottom: 20px; right: 20px; }
        .bottom-left { bottom: 20px; left: 20px; }
        .top-right { top: 20px; right: 20px; }
        .top-left { top: 20px; left: 20px; }
        .grw-error {
            padding: 20px;
            background: #ffeded;
            border: 1px solid #ffcccc;
        }