.trv-widget, .trv-badge { font-family: inherit; }
.trv-badge { border: 1px solid rgba(0,0,0,.12); border-radius: 14px; padding: 14px; max-width: 420px; }
.trv-badge-inner { display:block; text-decoration:none; color:inherit; }
.trv-badge-title { font-weight: 700; font-size: 1.05em; margin-bottom: 6px; }
.trv-badge-rating { display:flex; align-items:center; gap:8px; margin-bottom:4px; }
.trv-stars { letter-spacing: 1px; }
.trv-rating-number { font-weight: 700; }
.trv-badge-count { opacity:.85; font-size:.95em; }
.trv-badge-powered { margin-top:8px; font-size:.85em; opacity:.75; }

.trv-cta { display:flex; gap:10px; align-items:center; margin-top: 12px; flex-wrap: wrap; }
.trv-button { display:inline-block; padding:10px 14px; border-radius: 12px; background: transparent; color: currentColor; text-decoration:none; font-weight:700; border: 1px solid currentColor; opacity: .9; }
.trv-link { text-decoration:underline; font-weight:700; }
.trv-secondary { text-decoration:none; opacity:.85; }
.trv-secondary:hover { text-decoration:underline; }

.trv-grid-inner { display:grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.trv-review { border: 1px solid rgba(0,0,0,.12); border-radius: 14px; padding: 14px; background: rgba(255,255,255,.6); }
.trv-review-title { margin:0 0 6px; font-size: 1.05em; }
.trv-review-meta { font-size:.9em; opacity:.85; margin-bottom: 10px; }
.trv-review-text { font-size: .98em; line-height: 1.45; }
.trv-review-footer { margin-top: 10px; font-size:.88em; opacity:.8; }
.trv-verified { text-decoration:none; }
.trv-verified:hover { text-decoration:underline; }

.trv-carousel-track { display:flex; gap:12px; overflow:auto; scroll-snap-type:x mandatory; padding-bottom: 6px; }
.trv-carousel-slide { min-width: 280px; max-width: 360px; scroll-snap-align:start; }
.trv-carousel .trv-review { height: 100%; }

.trv-wall .trv-review { margin-bottom: 12px; }
.trv-pagination { display:flex; gap:6px; flex-wrap:wrap; margin: 14px 0; }
.trv-page { padding: 6px 10px; border:1px solid rgba(0,0,0,.18); border-radius: 10px; text-decoration:none; }
.trv-page-current { background:#111; color:#fff; border-color:#111; }

.trv-sticky-cta { position: sticky; top: 12px; z-index: 5; background: rgba(255,255,255,.92); border:1px solid rgba(0,0,0,.10); border-radius:14px; padding: 10px; margin-bottom: 12px; backdrop-filter: blur(6px); }

.trv-qr { border:1px solid rgba(0,0,0,.12); border-radius: 14px; padding: 14px; display:inline-block; }
.trv-qr-inner { display:flex; flex-direction:column; align-items:center; gap:10px; }
.trv-qr-img { border-radius: 12px; border:1px solid rgba(0,0,0,.10); }
.trv-qr-text { font-weight:700; }
.trv-error { border:1px solid #d63638; color:#d63638; padding:10px; border-radius: 10px; }

.trv-button:hover { opacity: 1; }

.trv-clamp { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.trv-readmore { margin-top: 8px; font-weight: 700; }
.trv-readmore a { text-decoration: underline; }


.trv-carousel { position: relative; }
.trv-arrow { position:absolute; top: 40%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 999px; border:1px solid rgba(0,0,0,.18); background: rgba(255,255,255,.92); cursor:pointer; font-size: 22px; line-height: 34px; padding:0; }
.trv-arrow-prev { left: -8px; }
.trv-arrow-next { right: -8px; }
.trv-no-scroll .trv-arrow { display:none; }
