@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap');

.gr-top-section-78538bce {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.gr-titles-78538bce {
    flex: 1;
    min-width: 300px;
}

.gr-small-title-78538bce {
    color: #9cc356;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.gr-main-title-78538bce {
    color: #000;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    line-height: 1.2;
}

.gr-overall-rating-78538bce {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.gr-rating-text-78538bce {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.gr-all-reviews-btn-78538bce {
    background-color: #1a73e8;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.gr-all-reviews-btn-78538bce:hover {
    background-color: #1557b0;
    color: white;
}

.gr-container-78538bce {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.gr-card-78538bce {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.gr-card-78538bce:hover {
    transform: translateY(-5px);
}

.gr-header-78538bce {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.gr-author-wrapper-78538bce {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gr-author-icon-78538bce {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #1a73e8;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.gr-author-78538bce {
    font-weight: bold;
    color: #333;
}

.gr-star {
    color: #ddd;
    font-size: 18px;
}

.gr-star.filled {
    color: #fbbc04;
}

.gr-body-78538bce {
    position: relative;
}

.gr-text-content-78538bce {
    color: #555;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

.gr-text-content-78538bce.expanded {
    -webkit-line-clamp: unset;
}

.gr-read-more-78538bce {
    background: none;
    border: none;
    color: #1a73e8;
    padding: 0;
    margin-top: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: none;
}

@media (max-width: 768px) {
    .gr-top-section-78538bce {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .gr-overall-rating-78538bce {
        align-items: flex-start;
    }
}
