.gr-container-2a2d0684 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 20px;
    background: transparent;
}
.gr-header-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gr-logo-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.gr-google-icon {
    width: 36px;
    height: 36px;
}
.gr-header-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gr-title-big {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    text-align: center;
}
.gr-rating-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.gr-rating-big {
    font-size: 1.3rem;
    font-weight: bold;
}
.gr-stars-big {
    display: inline-flex;
    gap: 2px;
}
.gr-star {
    font-size: 16px;
}
.gr-count-big {
    font-size: 1rem;
}
.gr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.gr-card {
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.gr-card:hover {
    transform: translateY(-3px);
}
.gr-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    margin-bottom: 12px;
}
.gr-badge-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #000000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.gr-author-meta {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.gr-author {
    font-weight: 600;
    font-size: 0.95rem;
}
.gr-time {
    font-size: 0.8rem;
}
.gr-g-small {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-family: "Product Sans", Arial, sans-serif;
    color: #4285F4;
    font-size: 1.2rem;
}
.gr-stars {
    margin-bottom: 10px;
    display: flex;
    gap: 2px;
}
.gr-text {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    font-style: italic;
}
