.grs-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}
.grs-header {
    text-align: center;
    margin-bottom: 30px;
}
.grs-place-name {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 8px;
}
.grs-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.grs-score {
    font-size: 1.4em;
    font-weight: 700;
}
.grs-count {
    color: #777;
    font-size: 0.9em;
}
.grs-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.grs-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.grs-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.grs-avatar {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    object-fit: cover;
}
.grs-avatar-placeholder {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #4285f4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    font-weight: 700;
}
.grs-name {
    font-weight: 600;
    color: #1a73e8;
    text-decoration: none;
}
.grs-name:hover {
    text-decoration: underline;
}
.grs-time {
    display: block;
    font-size: 0.82em;
    color: #999;
}
.grs-card-stars {
    margin-bottom: 8px;
}
.grs-star.full { color: #fbbc04; }
.grs-star.half { color: #fbbc04; opacity: 0.6; }
.grs-star.empty { color: #dadce0; }
.grs-stars-large .grs-star { font-size: 1.3em; }
.grs-card-text {
    line-height: 1.8;
    color: #444;
    font-size: 0.93em;
}
.grs-footer {
    text-align: center;
    margin-top: 24px;
}
.grs-all-link {
    display: inline-block;
    background: #1a73e8;
    color: #fff;
    padding: 10px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}
.grs-all-link:hover {
    background: #1558b0;
    color: #fff;
}
.grs-empty {
    text-align: center;
    color: #999;
    padding: 40px 0;
}
@media (max-width: 600px) {
    .grs-card { padding: 16px; }
    .grs-wrapper { padding: 20px 12px; }
}
