.gr-container-139bda59 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    width: 100%;
}

.gr-card-139bda59 {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 24px;
    border: 1px solid #eaeaea;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gr-card-139bda59:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.gr-header-139bda59 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.gr-avatar-139bda59 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.gr-avatar-placeholder-139bda59 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #4285f4;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1em;
}

.gr-author-139bda59 {
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    color: #333333;
}

.gr-time-139bda59 {
    font-size: 0.8em;
    color: #777777;
}

.gr-stars-139bda59 {
    margin-bottom: 12px;
    line-height: 1;
}

.gr-star-139bda59 {
    font-size: 1.2em;
}

.gr-text-139bda59 {
    margin: 0;
    font-size: 0.95em;
    line-height: 1.5;
    color: #555555;
}
