.tm-gbp-widget{border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,"Helvetica Neue",Arial}
.tm-gbp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px;flex-wrap:wrap}
.tm-gbp-score{font-size:16px;line-height:1.2}
.tm-gbp-rating{font-weight:700;font-size:22px;margin-right:6px}
.tm-gbp-count{opacity:.7}
.tm-gbp-link{margin-left:8px;text-decoration:underline}
.tm-gbp-attr img{display:block}
.tm-gbp-list{display:grid;grid-template-columns:1fr;gap:12px}
.tm-gbp-item{border:1px solid #eef0f2;border-radius:10px;padding:12px}
.tm-gbp-item-head{display:flex;gap:10px;align-items:center;margin-bottom:8px}
.tm-gbp-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid #e5e7eb}
.tm-gbp-author{display:block}
.tm-gbp-stars{font-size:14px;letter-spacing:2px}
.tm-gbp-time{opacity:.7}
.tm-gbp-text{font-size:15px;line-height:1.5}
@media(min-width:720px){.tm-gbp-list{grid-template-columns:repeat(2,1fr)}}
