.gr-wrapper-714c294d {
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.gr-header-714c294d {
    text-align: center;
    margin-bottom: 30px;
}

.gr-main-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.gr-overall-card {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
    display: inline-block;
    min-width: 300px;
}

.gr-google-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    margin-bottom: 10px;
}

.gr-google-logo img {
    width: 24px;
    height: 24px;
}

.gr-overall-rating {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.gr-stars {
    color: #fbbc04;
    letter-spacing: 2px;
}

.gr-card-714c294d {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
}

.gr-author-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.gr-avatar-container {
    position: relative;
    display: inline-block;
}

.gr-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #4285f4;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.gr-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gr-avatar-google-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    background: white;
    border-radius: 50%;
    padding: 2px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.gr-avatar-google-badge img {
    width: 12px;
    height: 12px;
}

.gr-author-name {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.gr-verified {
    color: #1da1f2;
    font-size: 14px;
}

.gr-text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin: 10px 0;
}

.gr-read-more {
    font-size: 13px;
    color: #666;
    text-decoration: underline;
    cursor: pointer;
}

.swiper-pagination {
    position: relative;
    margin-top: 20px;
}