.ta-badge{display:inline-flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:10px;background:#fff;text-decoration:none;font-family:sans-serif;transition:border-color .15s}.ta-badge:hover{border-color:#34e0a1}.ta-badge__info{display:flex;flex-direction:column;gap:4px}.ta-badge__top{display:flex;justify-content:space-between;align-items:center;gap:24px}.ta-badge__name{font-size:14px;font-weight:700;color:#1a1a1a}.ta-badge__score{font-size:18px;font-weight:800;color:#1a1a1a}.ta-badge__bubbles{display:flex;gap:3px}.ta-bubble{display:inline-block;width:13px;height:13px;border-radius:50%}.ta-bubble--full{background:#34e0a1}.ta-bubble--half{background:linear-gradient(90deg,#34e0a1 50%,#ccc 50%)}.ta-bubble--empty{background:#ccc}.ta-badge__reviews{font-size:11px;color:#888}