/* Tings Market v6.1.0 — native customer support chat. */
.tm-live-chat [hidden]{display:none!important}
.tm-live-chat{position:fixed;right:22px;bottom:22px;z-index:9990;font-family:var(--tm-font-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif)}
.tm-live-chat,.tm-live-chat *,.tm-live-chat *::before,.tm-live-chat *::after{box-sizing:border-box}.tm-live-chat button,.tm-live-chat textarea{font:inherit}
.tm-live-chat__launcher{position:relative;min-height:58px;display:flex;align-items:center;gap:11px;padding:8px 15px 8px 9px;border:1px solid #b8e1e7;border-radius:999px;background:#fff;color:#071327;box-shadow:0 16px 42px rgba(7,19,39,.17);cursor:pointer}
.tm-live-chat__launcher-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#12b8ca;color:#fff}.tm-live-chat__launcher-icon .tm-icon{width:21px;height:21px}
.tm-live-chat__launcher-copy{display:grid;text-align:left;line-height:1.18}.tm-live-chat__launcher-copy strong{font-size:13px;font-weight:900}.tm-live-chat__launcher-copy small{margin-top:2px;color:#66758a;font-size:10.5px;font-weight:650}
.tm-live-chat__badge{position:absolute;top:-5px;right:-2px;min-width:22px;height:22px;padding:0 6px;display:grid;place-items:center;border:2px solid #fff;border-radius:999px;background:#cc0c39;color:#fff;font-size:10px;font-weight:900}
.tm-live-chat__panel{position:absolute;right:0;bottom:72px;width:min(410px,calc(100vw - 28px));height:min(630px,calc(100vh - 120px));display:grid;grid-template-rows:auto minmax(0,1fr) auto auto auto;border:1px solid #cfe2e7;border-radius:24px;background:#fff;box-shadow:0 28px 80px rgba(7,19,39,.24);overflow:hidden}
.tm-live-chat__head{min-height:74px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 13px 13px 15px;background:linear-gradient(120deg,#061829 0,#0c3142 75%,#0b899b 100%);color:#fff}
.tm-live-chat__assistant-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:#ffd000;color:#071327}.tm-live-chat__assistant-mark .tm-icon{width:21px;height:21px}
.tm-live-chat__head-copy{display:grid;min-width:0}.tm-live-chat__head strong{font-size:15px;font-weight:900}.tm-live-chat__head-copy span{margin-top:3px;overflow:hidden;color:#bcd9df;font-size:10.5px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
.tm-live-chat__head-actions{display:flex;align-items:center;gap:5px}.tm-live-chat__head-actions>button{min-width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:10px;background:rgba(255,255,255,.1);color:#fff;cursor:pointer}.tm-live-chat__head-actions>button:hover{background:rgba(255,255,255,.18)}.tm-live-chat__head-actions .tm-icon{width:16px;height:16px}.tm-live-chat__head-actions .tm-live-chat__end{display:inline-flex;width:auto;min-width:42px;padding:0 9px;font-size:10px;font-weight:850}
.tm-live-chat__messages{min-height:0;overflow-y:auto;padding:16px;background:#f7fbfc;scroll-behavior:smooth}
.tm-live-chat__message{max-width:88%;margin:0 0 12px}.tm-live-chat__message--customer{margin-left:auto}.tm-live-chat__message-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 4px 4px;color:#7a899a;font-size:9px}.tm-live-chat__message-meta strong{color:#536478;font-weight:800}.tm-live-chat__message p{margin:0;padding:11px 12px;border:1px solid #dbe7ea;border-radius:15px 15px 15px 4px;background:#fff;color:#1d2d3e;font-size:12.5px;line-height:1.5;box-shadow:0 5px 14px rgba(7,19,39,.035);white-space:pre-wrap}.tm-live-chat__message p a{display:inline-flex;margin-top:7px;color:#057f95;font-weight:850}.tm-live-chat__message--customer p{border-color:#11a9bd;border-radius:15px 15px 4px 15px;background:#12b8ca;color:#fff}.tm-live-chat__message--customer .tm-live-chat__message-meta strong{color:#087e91}.tm-live-chat__message--agent p{border-color:#e8d77d;background:#fff9db}.tm-live-chat__message--system{max-width:100%;text-align:center}.tm-live-chat__message--system p{display:inline-block;border:0;background:transparent;color:#6b7b8d;font-size:10.5px;box-shadow:none}.tm-live-chat__message.is-error p{background:#fff1f1;border-color:#efb5b5;color:#9f2e2e}
.tm-live-chat__quick{display:flex;gap:7px;padding:9px 12px;overflow-x:auto;border-top:1px solid #e6eef0;background:#fff;scrollbar-width:none}.tm-live-chat__quick::-webkit-scrollbar{display:none}.tm-live-chat__quick button{flex:0 0 auto;min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #cce2e7;border-radius:999px;background:#fff;color:#294052;font-size:10px;font-weight:800;cursor:pointer}.tm-live-chat__quick button:hover{border-color:#12b8ca;background:#effafb;color:#057f95}.tm-live-chat__quick .tm-icon{width:13px;height:13px}
.tm-live-chat__composer{display:grid;grid-template-columns:minmax(0,1fr) 43px;gap:8px;padding:11px 12px;border-top:1px solid #e6eef0;background:#fff}.tm-live-chat__composer textarea{min-height:43px;max-height:100px;resize:none;padding:11px 12px;border:1px solid #cfdee3;border-radius:13px;outline:0;color:#071327;background:#fff;font-size:12.5px;line-height:1.35}.tm-live-chat__composer textarea:focus{border-color:#12b8ca;box-shadow:0 0 0 3px rgba(18,184,202,.12)}.tm-live-chat__composer button{width:43px;height:43px;display:grid;place-items:center;border:0;border-radius:13px;background:#ffd000;color:#071327;cursor:pointer}.tm-live-chat__composer button:disabled{opacity:.5;cursor:not-allowed}.tm-live-chat__composer .tm-icon{width:17px;height:17px}
.tm-live-chat__rating{padding:15px 16px;border-top:1px solid #e4ecef;background:#fff}.tm-live-chat__rating>div:first-child{display:grid;gap:8px}.tm-live-chat__rating strong{color:#071327;font-size:13px;font-weight:900}.tm-live-chat__rating p{margin:0;color:#66758a;font-size:10.5px}.tm-live-chat__stars{display:flex;gap:5px}.tm-live-chat__stars button{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d5e2e6;border-radius:10px;background:#fff;color:#9aa9b7;cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease}.tm-live-chat__stars button.is-selected{border-color:#e6ba00;background:#fff9dc;color:#d39f00}.tm-live-chat__stars.is-previewing button.is-selected{border-color:#d5e2e6;background:#fff;color:#9aa9b7}.tm-live-chat__stars.is-previewing button.is-preview{border-color:#e6ba00;background:#fff9dc;color:#d39f00}.tm-live-chat__stars .tm-icon{width:18px;height:18px}
.tm-live-chat__rating textarea{display:block;width:100%;max-width:100%;min-width:0;min-height:58px;resize:vertical;padding:9px 10px;border:1px solid #cfdee3;border-radius:11px;color:#17283b;background:#fff;font-size:11px;line-height:1.4}.tm-live-chat__rating-submit,.tm-live-chat__new{min-height:36px;padding:8px 12px;border:0;border-radius:10px;background:#ffd000;color:#071327;font-size:11px;font-weight:900;cursor:pointer}.tm-live-chat__new{width:100%;margin-top:9px;background:#0aa7bb;color:#fff}.tm-live-chat__rating-thanks{padding:4px 0 2px;text-align:center}
@media(max-width:640px){.tm-live-chat{right:13px;bottom:13px}.tm-live-chat__launcher-copy{display:none}.tm-live-chat__launcher{width:56px;height:56px;min-height:56px;padding:7px}.tm-live-chat__launcher-icon{width:40px;height:40px}.tm-live-chat__panel{position:fixed;inset:auto 10px 10px 10px;width:auto;height:min(700px,calc(100dvh - 20px));border-radius:22px}.tm-live-chat.is-open .tm-live-chat__launcher{display:none}.tm-live-chat__head{grid-template-columns:40px minmax(0,1fr) auto;padding:10px}.tm-live-chat__assistant-mark{width:40px;height:40px}.tm-live-chat__head-actions{gap:3px}.tm-live-chat__head-actions>button{min-width:31px;height:31px}.tm-live-chat__head-actions .tm-live-chat__end{min-width:38px;padding:0 7px}}

/* v6.1.1 — keep chat clear of the permanent product cart sidebar. */
@media(min-width:1280px){body.tings-market-single-product .tm-live-chat{right:184px}}
