.gmbrg-wrapper {
    padding: 10px;
    border-radius: 8px;
    background: #ffffff;
}
.gmbrg-summary {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}
.gmbrg-summary-rating {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.gmbrg-summary-total {
    font-size: 13px;
    color: #666;
}
.gmbrg-review {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.gmbrg-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.gmbrg-review-text {
    font-size: 14px;
    color: #333;
}
.gmbrg-stars {
    color: #ffbb00;
    font-size: 14px;
}
.gmbrg-more {
    margin-top: 10px;
}
.gmbrg-more a {
    font-size: 13px;
    text-decoration: none;
}
.gmbrg-error {
    color: #a00;
    font-size: 13px;
}
