/*!/wp-content/plugins/tent-finder/assets/css/tent-finder-chat.css*/.tf-chat-page-wrap{padding:26px 16px 44px}.tf-chat-page-head{max-width:760px;margin:0 auto 18px;text-align:center}.tf-chat-page-title{font-size:30px;line-height:1.2;margin:0 0 8px}.tf-chat-page-sub{color:#6b6b6b;font-size:15px;line-height:1.6;margin:0}.tf-chat{--tf-orange:#e67e22;--tf-orange-dark:#c75f12;--tf-ink:#222;--tf-muted:#6b6b6b;--tf-line:#e6e2da;--tf-bot-bg:#f6f3ec;--tf-card-bg:#fff;display:flex;flex-direction:column;height:72vh;min-height:520px;max-width:760px;margin:0 auto;border:1px solid var(--tf-line);border-radius:14px;background:#fff;overflow:hidden;font-size:15px;color:var(--tf-ink)}.tf-chat-thread{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;min-width:0;padding:20px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.tf-chat-msg{max-width:85%;padding:11px 14px;border-radius:16px;line-height:1.55;word-wrap:break-word}.tf-chat-msg p{margin:0 0 8px}.tf-chat-msg p:last-child{margin-bottom:0}.tf-chat-msg ul{margin:6px 0;padding-left:20px}.tf-chat-msg li{margin:2px 0}.tf-chat-msg--bot{align-self:flex-start;background:var(--tf-bot-bg);color:var(--tf-ink);border-bottom-left-radius:5px}.tf-chat-msg--user{align-self:flex-end;background:var(--tf-orange);color:#fff;border-bottom-right-radius:5px}.tf-chat-msg--error{align-self:center;background:#fdecea;color:#a3261d;font-size:13.5px;max-width:92%;text-align:center}.tf-chat-typing{display:inline-flex;gap:5px;align-items:center}.tf-chat-typing span{width:7px;height:7px;border-radius:50%;background:#b3ada1;display:inline-block;animation:tfChatBlink 1s infinite ease-in-out}.tf-chat-typing span:nth-child(2){animation-delay:.15s}.tf-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes tfChatBlink{0%,60%,100%{opacity:.3}30%{opacity:1}}.tf-chat-card{align-self:stretch;display:flex;gap:13px;padding:12px;border:1px solid var(--tf-line);border-radius:12px;background:var(--tf-card-bg);text-decoration:none;color:inherit}.tf-chat-card-img{width:84px;height:84px;flex-shrink:0;border-radius:8px;background:#f1ede6;display:flex;align-items:center;justify-content:center;overflow:hidden}.tf-chat-card-img img{width:100%;height:100%;object-fit:cover}.tf-chat-card-body{flex:1 1 auto;min-width:0}.tf-chat-card-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tf-chat-card-name{font-weight:600;font-size:15px;color:var(--tf-ink)}.tf-chat-card-badge{font-size:12px;font-weight:700;color:#fff;padding:1px 8px;border-radius:10px;background:#2e8b57}.tf-chat-card-badge.score-orange{background:var(--tf-orange)}.tf-chat-card-badge.score-yellow{background:#d9a406}.tf-chat-card-badge.score-red{background:#c0392b}.tf-chat-card-badge.score-gray{background:#95a5a6}.tf-chat-card-meta{font-size:12.5px;color:var(--tf-muted);margin:2px 0 5px}.tf-chat-card-specs{display:flex;flex-wrap:wrap;gap:4px 12px;font-size:12.5px;color:var(--tf-muted)}.tf-chat-card-links{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px 16px}.tf-chat-card-links a{font-size:13px;font-weight:600;text-decoration:none}.tf-chat-card-review{color:#1a6fb5}.tf-chat-card-review:hover{text-decoration:underline}.tf-chat-card-buy{color:var(--tf-orange-dark)}.tf-chat-card-buy:hover{text-decoration:underline}.tf-chat-starters{display:flex;flex-wrap:wrap;gap:8px;padding:0 20px 12px}.tf-chat-starter{font-size:13px;padding:7px 13px;border:1px solid var(--tf-line);border-radius:20px;background:#fff;color:#444;cursor:pointer;transition:all .15s}.tf-chat-starter:hover{border-color:var(--tf-orange);color:var(--tf-orange)}.tf-chat-turnstile{padding:0 20px 10px}.tf-chat-turnstile:empty{display:none}.tf-chat-inputbar{display:flex;align-items:flex-end;gap:10px;padding:12px 14px;border-top:1px solid var(--tf-line);background:#fff}.tf-chat-input{flex:1 1 auto;resize:none;border:1px solid var(--tf-line);border-radius:12px;padding:10px 13px;font-size:15px;line-height:1.45;font-family:inherit;max-height:140px;color:var(--tf-ink);background:#fff}.tf-chat-input:focus{outline:none;border-color:var(--tf-orange);box-shadow:0 0 0 2px rgb(230 126 34 / .18)}.tf-chat-send{flex-shrink:0;width:42px;height:42px;border:none;border-radius:50%;background:var(--tf-orange);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.tf-chat-send:hover:not(:disabled){background:var(--tf-orange-dark)}.tf-chat-send:disabled{background:#d9cfc1;cursor:default}.tf-chat-foot{margin:0;padding:8px 20px 12px;display:flex;flex-direction:column;align-items:center;gap:4px}.tf-chat-foot-reset{background:none;border:none;cursor:pointer;font-size:12px;font-weight:600;color:var(--tf-orange-dark);padding:2px 4px}.tf-chat-foot-reset:hover{text-decoration:underline}.tf-chat-foot-note{font-size:11.5px;color:#9a948a;text-align:center}.tf-chat-newchat{align-self:center;margin:4px 0;font-size:13px;font-weight:600;color:var(--tf-orange-dark);background:none;border:1px solid var(--tf-line);border-radius:20px;padding:7px 16px;cursor:pointer}.tf-chat-newchat:hover{border-color:var(--tf-orange)}.tf-chat-result-card{width:100%;max-width:none;align-self:stretch;margin:2px 0}.tf-chat-compare{align-self:stretch;width:100%;max-width:100%;min-width:0;margin:2px 0}.tf-chat-compare-wrap{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch}.tf-h2h{align-self:stretch;width:100%;margin:2px 0;background:#fff;border:1px solid var(--tf-line);border-radius:12px;padding:14px 16px}.tf-h2h-head{display:grid;grid-template-columns:1fr 44px 1fr;align-items:start;gap:10px}.tf-h2h-col{min-width:0}.tf-h2h-img{position:relative;height:96px;background:#f1ede6;border-radius:8px;overflow:hidden;margin-bottom:8px}.tf-h2h-img img{width:100%;height:100%;object-fit:contain}.tf-h2h-badge{position:absolute;left:7px;bottom:7px;color:#fff;font-size:12px;font-weight:700;padding:2px 8px;border-radius:11px}.tf-h2h-brand{font-size:10.5px;font-weight:600;letter-spacing:.05em;color:#9a958c;text-transform:uppercase}.tf-h2h-name{display:block;margin-top:2px;font-size:14px;font-weight:700;line-height:1.2;color:var(--tf-ink);text-decoration:none}.tf-h2h-name:hover{text-decoration:underline}.tf-h2h-vs{display:flex;align-items:center;justify-content:center;padding-top:34px}.tf-h2h-vs span{width:34px;height:34px;border-radius:50%;background:#2b2a28;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.tf-h2h-rows{margin-top:8px}.tf-h2h-row{display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;padding:8px 0;border-top:1px solid #efeae1;font-size:13.5px;color:var(--tf-ink)}.tf-h2h-l{text-align:right;padding-right:10px}.tf-h2h-r{text-align:left;padding-left:10px}.tf-h2h-lbl{text-align:center;font-size:10.5px;font-weight:600;letter-spacing:.05em;color:#9a958c;text-transform:uppercase}.tf-h2h-win{color:#2e7d46;font-weight:700}.tf-h2h-cta{display:block;text-align:center;margin-top:14px;background:#2b2a28;color:#fff;font-size:13px;font-weight:700;padding:11px;border-radius:24px;text-decoration:none}.tf-h2h-cta:hover{background:#000}.tf-chat-tentlink{color:#1a6fb5;text-decoration:underline;font-weight:500}.tf-chat-tentlink:hover{color:#11507f}.tf-chat-resumed{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 12px;margin-bottom:4px;background:var(--tf-bot-bg);border:1px solid var(--tf-line);border-radius:10px}.tf-chat-resumed-label{font-size:12.5px;color:var(--tf-muted)}.tf-chat-resumed-new{background:none;border:none;cursor:pointer;white-space:nowrap;font-size:12.5px;font-weight:600;color:var(--tf-orange-dark)}.tf-chat-resumed-new:hover{text-decoration:underline}.tf-result-card--horiz{flex-direction:row;align-items:flex-start;cursor:default;overflow:visible}.tf-result-card--horiz:hover{transform:none;box-shadow:0 6px 24px rgb(0 0 0 / .10)}.tf-result-card--horiz .tf-result-img-wrap{position:relative;flex:0 0 150px;width:150px;height:150px;aspect-ratio:auto;overflow:hidden;border-top-left-radius:var(--radius-card,12px);border-bottom-left-radius:var(--radius-card,12px);background:#fff}.tf-result-card--horiz .tf-result-img-link{position:absolute;inset:0}.tf-result-card--horiz .tf-result-img-wrap img{width:100%;height:100%;object-fit:contain}.tf-result-card--horiz .tf-result-body{flex:1 1 auto;min-width:0}.tf-result-card--horiz .tf-pros-cons{display:none}.tf-result-card--horiz .tf-score-badge{top:7px;left:7px;bottom:auto;font-size:12px;padding:3px 8px}.tf-result-card--horiz .tf-price-overlay{left:7px;right:auto;bottom:7px;font-size:11.5px;padding:3px 7px 4px}.tf-chat-card-btns{display:flex;gap:8px;margin-top:12px}.tf-chat-cbtn{display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;border-radius:var(--radius-btn,8px);font-size:12px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;box-sizing:border-box}.tf-chat-cbtn--buy{flex:1.6 1 0;background:#2b2a28;color:#fff;text-transform:uppercase;letter-spacing:.03em}.tf-chat-cbtn--buy:hover{background:#000}.tf-chat-cbtn--review{flex:1 1 0%;background:#f8f9fa;color:#2b2a28;border:1.5px solid #e5e7eb}.tf-chat-cbtn--review:hover{background:#eef0f2}@media (max-width:560px){.tf-result-card--horiz{flex-direction:column;align-items:stretch;overflow:visible}.tf-result-card--horiz .tf-result-img-wrap{flex:none;width:100%;height:0;padding-bottom:56.25%;aspect-ratio:auto;border-radius:0}.tf-result-card--horiz .tf-result-img-link{position:absolute;inset:0}.tf-result-card--horiz .tf-score-badge{top:auto;bottom:8px;left:8px;font-size:13px}.tf-result-card--horiz .tf-price-overlay{left:auto;right:8px;bottom:8px;font-size:13px}.tf-result-card--horiz .tf-pros-cons{display:grid}}.tf-chat-emailbar{padding:0 20px 12px}.tf-chat-emailbar[hidden]{display:none}.tf-chat-email-btn{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--tf-line);border-radius:20px;padding:8px 14px;font-size:13px;font-weight:600;color:#444;cursor:pointer}.tf-chat-email-btn:hover{border-color:var(--tf-orange);color:var(--tf-orange)}.tf-chat-email-btn svg{flex-shrink:0}.tf-chat-email-form{display:flex;gap:8px;align-items:center}.tf-chat-email-input{flex:1 1 auto;min-width:0;height:38px;border:1px solid var(--tf-line);border-radius:10px;padding:0 12px;font-size:14px;color:var(--tf-ink);background:#fff}.tf-chat-email-input:focus{outline:none;border-color:var(--tf-orange);box-shadow:0 0 0 2px rgb(230 126 34 / .18)}.tf-chat-email-send{flex-shrink:0;height:38px;padding:0 16px;border:none;border-radius:10px;background:var(--tf-orange);color:#fff;font-size:14px;font-weight:600;cursor:pointer}.tf-chat-email-send:hover:not(:disabled){background:var(--tf-orange-dark)}.tf-chat-email-send:disabled{background:#d9cfc1;cursor:default}.tf-chat-email-cancel{flex-shrink:0;width:30px;height:38px;background:none;border:none;color:#9a948a;font-size:20px;cursor:pointer}.tf-chat-email-cancel:hover{color:var(--tf-ink)}.tf-chat-email-note{font-size:12.5px;color:#a3261d;margin-top:6px}.tf-chat-email-done{font-size:13px;font-weight:600;color:#2e7d46}.tf-chat-picks{display:flex;flex-direction:column;gap:8px;padding:10px 12px;border:1px solid var(--tf-line);border-radius:12px;background:#fff}.tf-chat-picks-head{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:600;color:var(--tf-muted)}.tf-chat-picks-close{background:none;border:none;font-size:18px;line-height:1;color:#9a948a;cursor:pointer;padding:0 2px}.tf-chat-picks-close:hover{color:var(--tf-ink)}.tf-chat-pick-list{display:flex;flex-direction:column;gap:6px;max-height:200px;overflow-y:auto}.tf-chat-pick-empty{font-size:12.5px;color:var(--tf-muted);padding:6px 2px}.tf-chat-pick{display:flex;align-items:center;gap:9px}.tf-chat-pick-thumb{width:34px;height:34px;flex-shrink:0;border-radius:6px;object-fit:cover;background:var(--tf-bot-bg)}.tf-chat-pick-name{flex:1;min-width:0;font-size:13px;color:var(--tf-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tf-chat-pick-remove{flex-shrink:0;width:26px;height:26px;border:none;border-radius:50%;background:none;color:#b8b2a8;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.tf-chat-pick-remove:hover{background:#fdecea;color:#c0392b}.tf-chat-pick-add{position:relative}.tf-chat-pick-search{width:100%;box-sizing:border-box;height:36px;border:1px solid var(--tf-line);border-radius:10px;padding:0 12px;font-size:13.5px}.tf-chat-pick-search:focus{outline:none;border-color:var(--tf-orange);box-shadow:0 0 0 2px rgb(230 126 34 / .18)}.tf-chat-pick-results{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:5;background:#fff;border:1px solid var(--tf-line);border-radius:10px;box-shadow:0 6px 18px rgb(0 0 0 / .12);max-height:220px;overflow-y:auto}.tf-chat-pick-results[hidden]{display:none}.tf-chat-pick-result{display:block;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid var(--tf-line);padding:9px 12px;font-size:13px;color:var(--tf-ink);cursor:pointer}.tf-chat-pick-result:last-child{border-bottom:none}.tf-chat-pick-result:hover{background:var(--tf-bot-bg)}@media (max-width:600px){.tf-chat{height:78vh;border-radius:10px;max-width:100%}.tf-chat-thread{padding:14px}.tf-chat-msg{max-width:92%;overflow-wrap:anywhere}.tf-chat-card-img{width:64px;height:64px}.tf-chat-result-card,.tf-h2h,.tf-chat-compare{max-width:100%}.tf-result-name,.tf-h2h-name,.tf-cmp-name,.tf-cmp-name-link{overflow-wrap:anywhere}}