/* Enterprise Wordpress Chat Support Plugin chat widget */
.orion-chat-plugin-fresh-chat-bubble{position:fixed;bottom:18px;right:18px;min-width:170px;height:60px;border-radius:30px;background:linear-gradient(135deg,var(--orion-chat-plugin-fresh-primary,#1E88E5),#0f5fb8);color:#fff;display:flex;align-items:center;gap:10px;cursor:pointer;z-index:999999;box-shadow:0 14px 34px rgba(0,0,0,.24);user-select:none;border:0;padding:0 14px}.orion-chat-plugin-fresh-chat-bubble.left{left:18px;right:auto}.orion-chat-plugin-fresh-chat-bubble__icon{width:34px;height:34px;border-radius:18px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;font-size:18px}.orion-chat-plugin-fresh-chat-bubble__copy{display:grid;line-height:1.1;text-align:left}.orion-chat-plugin-fresh-chat-bubble__copy strong{font-size:14px}.orion-chat-plugin-fresh-chat-bubble__copy small{font-size:11px;opacity:.9}
.orion-chat-plugin-fresh-chat-panel{position:fixed;bottom:88px;right:18px;width:380px;max-width:calc(100vw - 28px);height:620px;background:#fff;border-radius:22px;box-shadow:0 20px 50px rgba(15,23,42,.18);z-index:999999;overflow:hidden;display:none;flex-direction:column;border:1px solid #e5e7eb}.orion-chat-plugin-fresh-chat-panel.open{display:flex}.orion-chat-plugin-fresh-chat-panel.left{left:18px;right:auto}
.orion-chat-plugin-fresh-chat-header{padding:16px 16px;background:linear-gradient(135deg,var(--orion-chat-plugin-fresh-primary,#1E88E5),#0f5fb8);color:#fff;display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.orion-chat-plugin-fresh-chat-header__title{display:grid;gap:4px}.orion-chat-plugin-fresh-chat-header__title strong{font-size:16px}.orion-chat-plugin-fresh-chat-header__title small{font-size:12px;opacity:.92}.orion-chat-plugin-fresh-chat-close{background:rgba(255,255,255,.16);border:0;color:#fff;font-size:24px;line-height:1;border-radius:12px;width:36px;height:36px;cursor:pointer}
.orion-chat-plugin-fresh-chat-body{flex:1;padding:16px 18px;overflow-y:auto;overflow-x:hidden;background:#f8fafc;display:flex;flex-direction:column;gap:14px;min-height:0;}.orion-chat-plugin-fresh-chat-intro{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px}.orion-chat-plugin-fresh-chat-intro__meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.orion-chat-plugin-fresh-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eef4ff;border:1px solid #dbe7ff;color:#145f79;font-size:12px;font-weight:700}.orion-chat-plugin-fresh-chat-prompts{display:flex;gap:8px;flex-wrap:wrap}.orion-chat-plugin-fresh-chat-prompt{padding:8px 10px;border:1px solid #dbe7ff;border-radius:999px;background:#fff;color:#1f4052;font-size:12px;font-weight:700;cursor:pointer}
.orion-chat-plugin-fresh-chat-messages{display:grid;gap:14px}
/* [P7] Assistant has NO bubble — text flows on the canvas. User keeps bubble. */
.orion-chat-plugin-fresh-chat-msg{font-size:14px;line-height:1.55;display:grid;gap:5px;max-width:88%;}
.orion-chat-plugin-fresh-chat-msg.user{padding:12px 14px;border-radius:16px;background:#e8f1ff;border:1px solid #d4e4ff;margin-left:auto;white-space:pre-wrap;}
.orion-chat-plugin-fresh-chat-msg.assistant{padding:0;background:transparent;border:0;max-width:100%;}
/* [P7] hide the "ORION AI" / "Visitor" meta label by default since it duplicates with channel UI; keep visible only on user bubble for accessibility */
.orion-chat-plugin-fresh-chat-msg.assistant .orion-chat-plugin-fresh-chat-msg__meta{display:none;}
.orion-chat-plugin-fresh-chat-msg__meta{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}
.orion-chat-plugin-fresh-typing{display:flex;gap:6px}.orion-chat-plugin-fresh-typing span{width:7px;height:7px;border-radius:50%;background:#94a3b8;animation:orion-chat-plugin-fresh-typing 1.2s infinite ease-in-out}.orion-chat-plugin-fresh-typing span:nth-child(2){animation-delay:.15s}.orion-chat-plugin-fresh-typing span:nth-child(3){animation-delay:.3s}@keyframes orion-chat-plugin-fresh-typing{0%,80%,100%{transform:scale(.7);opacity:.6}40%{transform:scale(1);opacity:1}}

/* [P7] Markdown element styles for assistant rich text. */
.orion-chat-plugin-fresh-chat-h2{font-size:1.15em;font-weight:700;margin:.6em 0 .25em;line-height:1.3;color:#111827;}
.orion-chat-plugin-fresh-chat-h3{font-size:1.05em;font-weight:700;margin:.5em 0 .2em;line-height:1.3;color:#111827;}
.orion-chat-plugin-fresh-chat-h4{font-size:1em;font-weight:700;margin:.5em 0 .15em;line-height:1.3;color:#111827;}
.orion-chat-plugin-fresh-chat-ul,.orion-chat-plugin-fresh-chat-ol{margin:.3em 0;padding-inline-start:1.4em;list-style-position:outside;}
.orion-chat-plugin-fresh-chat-ul li,.orion-chat-plugin-fresh-chat-ol li{margin:.15em 0;padding-inline-start:.3em;}
.orion-chat-plugin-fresh-chat-ul{list-style:disc;}
.orion-chat-plugin-fresh-chat-ol{list-style:decimal;}
.orion-chat-plugin-fresh-chat-quote{margin:.5em 0;padding:.4em .8em;border-right:3px solid #d1d5db;background:#f9fafb;color:#4b5563;border-radius:6px;}
[dir="ltr"] .orion-chat-plugin-fresh-chat-quote{border-right:0;border-left:3px solid #d1d5db;}
.orion-chat-plugin-fresh-chat-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em;background:#f3f4f6;padding:1px 5px;border-radius:4px;border:1px solid #e5e7eb;}
.orion-chat-plugin-fresh-chat-pre{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em;background:#f3f4f6;padding:10px 12px;border-radius:8px;border:1px solid #e5e7eb;overflow-x:auto;margin:.4em 0;white-space:pre;}
.orion-chat-plugin-fresh-chat-pre code{background:transparent;border:0;padding:0;}
.orion-chat-plugin-fresh-chat-hr{border:0;border-top:1px solid #e5e7eb;margin:.7em 0;}
.orion-chat-plugin-fresh-chat-table{border-collapse:collapse;width:100%;margin:.5em 0;font-size:.92em;}
.orion-chat-plugin-fresh-chat-table th,.orion-chat-plugin-fresh-chat-table td{border:1px solid #e5e7eb;padding:6px 8px;text-align:right;}
.orion-chat-plugin-fresh-chat-table th{background:#f9fafb;font-weight:700;}
.orion-chat-plugin-fresh-chat-table tr:nth-child(even) td{background:#fafbfc;}
[dir="ltr"] .orion-chat-plugin-fresh-chat-table th,[dir="ltr"] .orion-chat-plugin-fresh-chat-table td{text-align:left;}
.orion-chat-plugin-fresh-chat-lead{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;display:grid;gap:10px}.orion-chat-plugin-fresh-chat-lead.is-complete{display:none}.orion-chat-plugin-fresh-chat-lead label{display:grid;gap:6px;font-size:12px;font-weight:700;color:#475569}
/* [P7.1a] Footer is now a direct child of panel (not body) so it can pin to the bottom while body scrolls. */
.orion-chat-plugin-fresh-chat-footer{display:flex;gap:10px;align-items:flex-end;padding:12px 14px;background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;}
.orion-chat-plugin-fresh-chat-input{flex:1;padding:12px 14px;border:1px solid #d6dde6;border-radius:14px;font-size:14px;background:#fff;resize:none;min-height:48px;max-height:140px;}
.orion-chat-plugin-fresh-chat-input--lead{min-height:auto}
.orion-chat-plugin-fresh-chat-send{padding:12px 14px;border:0;border-radius:14px;background:var(--orion-chat-plugin-fresh-primary,#1E88E5);color:#fff;cursor:pointer;font-weight:700;min-width:84px}
.orion-chat-plugin-fresh-chat-send--full{width:100%}
.orion-chat-plugin-fresh-chat-footer__note{font-size:11px;color:#94a3b8;padding:6px 14px 10px;background:#fff;flex-shrink:0;text-align:center;border-top:1px solid #f1f5f9;}
@media (max-width:720px){.orion-chat-plugin-fresh-chat-bubble{min-width:64px;padding:0 14px}.orion-chat-plugin-fresh-chat-bubble__copy{display:none}.orion-chat-plugin-fresh-chat-panel{left:12px;right:12px;width:auto;height:70vh;bottom:86px}}

/* ---- Sprint 1: commerce cards + auth hint ---- */
.orion-chat-plugin-fresh-chat-card{margin-top:10px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;display:grid;gap:8px;font-size:13px}
.orion-chat-plugin-fresh-chat-card--cart{border-left:3px solid var(--orion-chat-plugin-fresh-primary,#1E88E5)}
.orion-chat-plugin-fresh-chat-card--order{border-left:3px solid #0f766e}
.orion-chat-plugin-fresh-chat-card__head{display:flex;align-items:center;gap:8px;font-weight:700;color:#1f2937}
.orion-chat-plugin-fresh-chat-card__icon{font-size:16px}
.orion-chat-plugin-fresh-chat-card__title{flex:1}
.orion-chat-plugin-fresh-chat-card__row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:4px 0;border-bottom:1px solid #f1f5f9}
.orion-chat-plugin-fresh-chat-card__row:last-of-type{border-bottom:0}
.orion-chat-plugin-fresh-chat-card__row--muted{color:#64748b;font-size:12px}
.orion-chat-plugin-fresh-chat-card__row--total{font-weight:700;color:#0f172a}
.orion-chat-plugin-fresh-chat-card__label{color:#475569}
.orion-chat-plugin-fresh-chat-card__value{color:#0f172a;text-align:right}
.orion-chat-plugin-fresh-chat-card__value--mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}
.orion-chat-plugin-fresh-chat-card__badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;background:#f1f5f9;color:#334155;text-transform:capitalize}
.orion-chat-plugin-fresh-chat-card__badge--processing{background:#fef3c7;color:#92400e}
.orion-chat-plugin-fresh-chat-card__badge--completed,.orion-chat-plugin-fresh-chat-card__badge--delivered{background:#dcfce7;color:#166534}
.orion-chat-plugin-fresh-chat-card__badge--shipped{background:#dbeafe;color:#1e40af}
.orion-chat-plugin-fresh-chat-card__badge--not_shipped{background:#f1f5f9;color:#475569}
.orion-chat-plugin-fresh-chat-card__badge--cancelled,.orion-chat-plugin-fresh-chat-card__badge--failed,.orion-chat-plugin-fresh-chat-card__badge--refunded{background:#fee2e2;color:#991b1b}
.orion-chat-plugin-fresh-chat-card__badge--on-hold,.orion-chat-plugin-fresh-chat-card__badge--pending{background:#fef3c7;color:#92400e}
.orion-chat-plugin-fresh-chat-card__items{margin-top:4px}
.orion-chat-plugin-fresh-chat-card__items-label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}
.orion-chat-plugin-fresh-chat-card__items-list{list-style:none;padding:0;margin:0;display:grid;gap:3px}
.orion-chat-plugin-fresh-chat-card__items-row{display:flex;justify-content:space-between;font-size:12px;color:#334155}
.orion-chat-plugin-fresh-chat-card__items-row--more{color:#64748b;font-style:italic;justify-content:flex-start}
.orion-chat-plugin-fresh-chat-card__items-name{flex:1}
.orion-chat-plugin-fresh-chat-card__items-qty{color:#64748b;font-weight:700;margin-left:8px}
.orion-chat-plugin-fresh-chat-card__cta{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap}
.orion-chat-plugin-fresh-chat-card__btn{flex:1;padding:9px 12px;border-radius:10px;font-size:13px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;border:1px solid transparent;min-width:92px}
.orion-chat-plugin-fresh-chat-card__btn--primary{background:var(--orion-chat-plugin-fresh-primary,#1E88E5);color:#fff}
.orion-chat-plugin-fresh-chat-card__btn--primary:hover{filter:brightness(1.05)}
.orion-chat-plugin-fresh-chat-card__btn--secondary{background:#fff;color:#1f4052;border-color:#dbe7ff}
.orion-chat-plugin-fresh-chat-card__btn--secondary:hover{background:#f8fafc}
.orion-chat-plugin-fresh-chat-auth-hint{margin-top:10px;background:#fef3c7;border:1px solid #fcd34d;border-radius:10px;padding:8px 12px;display:flex;align-items:center;gap:8px;font-size:12px;color:#92400e}
.orion-chat-plugin-fresh-chat-auth-hint__icon{font-size:14px}
.orion-chat-plugin-fresh-chat-auth-hint__text{flex:1;font-weight:600}
.orion-chat-plugin-fresh-chat-input.is-emphasized{border-color:var(--orion-chat-plugin-fresh-primary,#1E88E5);box-shadow:0 0 0 3px rgba(30,136,229,.18);transition:box-shadow .25s ease,border-color .25s ease}

/* H1 Agent UI formatting */
.orion-chat-plugin-fresh-chat-msg__content{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.55;}
/* [P7.1a] Clean professional text link — replaces the old pill/tag style */
.orion-chat-plugin-fresh-chat-link{color:var(--orion-chat-plugin-fresh-primary,#1E88E5);text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:border-color .15s ease,opacity .15s ease;}
.orion-chat-plugin-fresh-chat-link:hover{border-bottom-color:var(--orion-chat-plugin-fresh-primary,#1E88E5);opacity:.85;}

/* H2 settings/reset UX */
.orion-chat-plugin-fresh-chat-header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0;}
.orion-chat-plugin-fresh-chat-reset{background:rgba(255,255,255,.16);border:0;color:#fff;font-size:12px;line-height:1;border-radius:12px;height:36px;padding:0 10px;cursor:pointer;font-weight:700;}
.orion-chat-plugin-fresh-chat-reset:hover,.orion-chat-plugin-fresh-chat-close:hover{background:rgba(255,255,255,.25);}

/* [P7.1a] Fullscreen toggle button in header */
.orion-chat-plugin-fresh-chat-fullscreen{background:rgba(255,255,255,.16);border:0;color:#fff;font-size:18px;line-height:1;border-radius:12px;width:36px;height:36px;cursor:pointer;font-family:inherit;}
.orion-chat-plugin-fresh-chat-fullscreen:hover{background:rgba(255,255,255,.25);}

/* [P7.1a] Fullscreen mode — panel takes the whole viewport */
.orion-chat-plugin-fresh-chat-panel--fullscreen{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100vh!important;
  max-width:100vw!important;
  max-height:100vh!important;
  border-radius:0!important;
  bottom:0!important;
  right:0!important;
  left:0!important;
  top:0!important;
}
/* [P7.1a.2] In fullscreen, the body uses a centered max-width column.
   This works the same way for RTL and LTR because we use auto margins
   on a block-level element (.chat-messages-wrap) inside the body. */
.orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-chat-body{
  padding:24px;
  align-items:center;
}
.orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-chat-intro,
.orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-chat-prompts,
.orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-chat-messages{
  width:100%;
  max-width:760px;
}
/* In fullscreen, footer also gets a centered, narrower input row */
.orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-chat-footer{
  padding:16px 24px;
  justify-content:center;
}
.orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-chat-footer .orion-chat-plugin-fresh-chat-input{
  max-width:680px;
  max-height:200px;
}
.orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-chat-footer__note{
  text-align:center;
}
.orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-chat-msg{
  max-width:100%;
}
.orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-chat-msg.user{
  max-width:520px;
  margin-inline-start:auto;
  margin-inline-end:0;
}

/* [P7.1a] Status icons — V (success) and X (failure). The PHP/LLM uses the
   ✅ and ❌ emoji directly (Unicode 2705 / 274C) which render natively
   colored on all platforms. These classes are for cases where we render
   them inline in HTML — color overrides if needed. */
.orion-chat-plugin-fresh-chat-status-ok::before{content:"✅ ";}
.orion-chat-plugin-fresh-chat-status-fail::before{content:"❌ ";}

/* [P7.1a] Tighten message scrolling: messages container fills body. */
.orion-chat-plugin-fresh-chat-messages{flex:1;display:flex;flex-direction:column;gap:14px;}


/* =====================================================================
   P8.3-A1 Exact Shopping UI inside chat — Google Shopping style, RTL-safe
   ===================================================================== */
.orion-chat-plugin-fresh-shopping-panel{
  position:relative;background:#fff;color:#202124;border:1px solid #e8eaed;border-radius:14px;overflow:hidden;margin-top:10px;box-shadow:0 1px 4px rgba(32,33,36,.08);font-family:Roboto,Arial,sans-serif;max-width:100%;
}
.orion-chat-plugin-fresh-shopping-sticky{position:sticky;top:0;background:#fff;z-index:3;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.orion-chat-plugin-fresh-shopping-filters{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid #e8eaed;overflow-x:auto;-webkit-overflow-scrolling:touch;background:#fff;scrollbar-width:none}
.orion-chat-plugin-fresh-shopping-filters::-webkit-scrollbar{display:none}
.orion-chat-plugin-fresh-shopping-filter{display:inline-flex;align-items:center;gap:4px;padding:7px 12px;background:#fff;border:1px solid #dadce0;border-radius:16px;font-size:13px;color:#3c4043;cursor:pointer;white-space:nowrap;transition:all .2s;font-family:inherit}
.orion-chat-plugin-fresh-shopping-filter:hover{background:#f8f9fa;border-color:#3c4043}
.orion-chat-plugin-fresh-shopping-filter.active{background:#e8f0fe;color:#1967d2;border-color:#1967d2}
.orion-chat-plugin-fresh-shopping-filter-icon{font-size:14px;line-height:1}
.orion-chat-plugin-fresh-shopping-results-info{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;background:#fff}
.orion-chat-plugin-fresh-shopping-results-count{font-size:13px;color:#70757a;white-space:nowrap}
.orion-chat-plugin-fresh-shopping-sort{position:relative;flex-shrink:0}
.orion-chat-plugin-fresh-shopping-sort-btn{display:flex;align-items:center;gap:4px;padding:7px 10px;border:1px solid #dadce0;border-radius:8px;background:#fff;font-size:13px;color:#3c4043;cursor:pointer;transition:all .2s;font-family:inherit}
.orion-chat-plugin-fresh-shopping-sort.open .orion-chat-plugin-fresh-shopping-sort-btn{border-color:#1967d2;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.orion-chat-plugin-fresh-shopping-sort-options{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid #e8eaed;border-radius:8px;box-shadow:0 2px 16px rgba(0,0,0,.12);min-width:190px;display:none;z-index:10;overflow:hidden}
.orion-chat-plugin-fresh-shopping-sort.open .orion-chat-plugin-fresh-shopping-sort-options{display:block}
.orion-chat-plugin-fresh-shopping-sort-option{display:block;width:100%;text-align:start;padding:10px 14px;border:0;background:#fff;font-size:13px;color:#202124;cursor:pointer;font-family:inherit}
.orion-chat-plugin-fresh-shopping-sort-option:hover{background:#f8f9fa}
.orion-chat-plugin-fresh-shopping-sort-option.selected{color:#1967d2;font-weight:700}
.orion-chat-plugin-fresh-shopping-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:12px;padding:14px;max-height:520px;overflow:auto;background:#fff}
.orion-chat-plugin-fresh-shopping-product-card{background:#fff;border:1px solid #e8eaed;border-radius:8px;overflow:hidden;transition:all .2s;position:relative;min-width:0}
.orion-chat-plugin-fresh-shopping-product-card:hover{box-shadow:0 1px 6px rgba(32,33,36,.28);transform:translateY(-1px)}
.orion-chat-plugin-fresh-shopping-image-container{position:relative;width:100%;padding-top:100%;background:#f8f9fa;overflow:hidden;border:0;display:block;cursor:pointer}
.orion-chat-plugin-fresh-shopping-product-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;direction:ltr}
.orion-chat-plugin-fresh-shopping-image-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:44px;background:#f8f9fa;color:#70757a}
.orion-chat-plugin-fresh-shopping-badge{position:absolute;top:8px;right:8px;background:#ea4335;color:white;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;z-index:1}
.orion-chat-plugin-fresh-shopping-badge.new{background:#34a853}
.orion-chat-plugin-fresh-shopping-product-info{padding:12px;display:grid;gap:7px}
.orion-chat-plugin-fresh-shopping-product-source{font-size:11px;color:#70757a;min-height:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.orion-chat-plugin-fresh-shopping-product-title{font-size:13px;color:#202124;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px;font-weight:500}
.orion-chat-plugin-fresh-shopping-rating{display:flex;align-items:center;gap:4px}
.orion-chat-plugin-fresh-shopping-stars{display:inline-flex;color:#fbbc04;font-size:13px;letter-spacing:-1px;direction:ltr}
.orion-chat-plugin-fresh-shopping-rating-count{font-size:11px;color:#70757a}
.orion-chat-plugin-fresh-shopping-price-section{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}
.orion-chat-plugin-fresh-shopping-price{font-size:18px;font-weight:700;color:#202124}
.orion-chat-plugin-fresh-shopping-original-price{font-size:13px;color:#70757a;text-decoration:line-through}
.orion-chat-plugin-fresh-shopping-features{display:flex;flex-wrap:wrap;gap:6px;margin-top:1px}
.orion-chat-plugin-fresh-shopping-feature-tag{font-size:11px;color:#5f6368;padding:2px 7px;background:#f8f9fa;border-radius:12px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.orion-chat-plugin-fresh-shopping-card-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}
.orion-chat-plugin-fresh-shopping-card-btn{flex:1;min-width:72px;padding:8px 9px;border-radius:8px;font-size:12px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;border:1px solid transparent;font-family:inherit;line-height:1.2}
.orion-chat-plugin-fresh-shopping-card-btn.primary{background:#1a73e8;color:#fff}
.orion-chat-plugin-fresh-shopping-card-btn.secondary{background:#fff;color:#1967d2;border-color:#dbe7ff}
.orion-chat-plugin-fresh-shopping-card-btn.link{background:#f8f9fa;color:#3c4043;border-color:#e8eaed;flex-basis:100%}
.orion-chat-plugin-fresh-shopping-card-btn:disabled{opacity:.55;cursor:not-allowed}
.orion-chat-plugin-fresh-shopping-empty{grid-column:1/-1;background:#f8f9fa;border:1px dashed #dadce0;border-radius:12px;padding:18px;display:grid;gap:6px;color:#5f6368;text-align:center}
.orion-chat-plugin-fresh-shopping-empty strong{color:#202124}
.orion-chat-plugin-fresh-shopping-modal{position:absolute;inset:0;background:rgba(0,0,0,.48);z-index:20;display:none;overflow:auto;padding:16px}
.orion-chat-plugin-fresh-shopping-modal.active{display:block}
.orion-chat-plugin-fresh-shopping-modal-content{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.2);max-width:920px;margin:0 auto;min-height:280px}
.orion-chat-plugin-fresh-shopping-modal-header{padding:14px 18px;border-bottom:1px solid #e8eaed;display:flex;justify-content:space-between;align-items:center;color:#202124}
.orion-chat-plugin-fresh-shopping-modal-close{width:34px;height:34px;border-radius:50%;border:0;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;color:#5f6368}
.orion-chat-plugin-fresh-shopping-modal-close:hover{background:#f8f9fa;color:#202124}
.orion-chat-plugin-fresh-shopping-modal-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;padding:22px}
.orion-chat-plugin-fresh-shopping-loading{grid-column:1/-1;display:grid;place-items:center;padding:40px;color:#70757a}
.orion-chat-plugin-fresh-shopping-gallery{min-width:0}
.orion-chat-plugin-fresh-shopping-main-image-wrap{position:relative;overflow:hidden;border-radius:8px;background:#f8f9fa;margin-bottom:12px;min-height:260px;display:grid;place-items:center}
.orion-chat-plugin-fresh-shopping-main-image{width:100%;height:320px;object-fit:contain;background:#f8f9fa;direction:ltr}
.orion-chat-plugin-fresh-shopping-main-image-fallback{font-size:56px;color:#70757a}
.orion-chat-plugin-fresh-shopping-thumbs{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;direction:ltr}
.orion-chat-plugin-fresh-shopping-thumb{width:68px;height:68px;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:all .2s;flex-shrink:0;background:#f8f9fa;padding:0;overflow:hidden}
.orion-chat-plugin-fresh-shopping-thumb img{width:100%;height:100%;object-fit:cover}
.orion-chat-plugin-fresh-shopping-thumb.active{border-color:#1a73e8}
.orion-chat-plugin-fresh-shopping-details{display:flex;flex-direction:column;gap:14px;min-width:0}
.orion-chat-plugin-fresh-shopping-detail-title{font-size:22px;font-weight:400;color:#202124;margin:0;line-height:1.3}
.orion-chat-plugin-fresh-shopping-detail-rating{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid #e8eaed;color:#5f6368;font-size:13px}
.orion-chat-plugin-fresh-shopping-price-display{background:#f8f9fa;border-radius:12px;padding:16px;display:grid;gap:10px}
.orion-chat-plugin-fresh-shopping-price-row{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px;color:#5f6368}
.orion-chat-plugin-fresh-shopping-price-row strong{font-size:15px;color:#202124}
.orion-chat-plugin-fresh-shopping-price-row.total{border-top:1px solid #e8eaed;padding-top:10px;margin-top:2px;color:#202124;font-weight:700}
.orion-chat-plugin-fresh-shopping-price-row.total strong{font-size:24px;color:#188038}
.orion-chat-plugin-fresh-shopping-description{font-size:13px;color:#3c4043;line-height:1.6;margin:0}
.orion-chat-plugin-fresh-shopping-quantity-section label,.orion-chat-plugin-fresh-shopping-option-label{font-size:13px;font-weight:700;color:#202124;margin-bottom:8px;display:block}
.orion-chat-plugin-fresh-shopping-quantity-selector{display:flex;align-items:center;gap:14px;border:1px solid #dadce0;border-radius:8px;padding:7px;width:max-content}
.orion-chat-plugin-fresh-shopping-quantity-selector button{width:30px;height:30px;border:0;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#5f6368;font-size:18px}
.orion-chat-plugin-fresh-shopping-quantity-selector button:hover{background:#e8eaed;color:#202124}
.orion-chat-plugin-fresh-shopping-options{display:grid;gap:14px}
.orion-chat-plugin-fresh-shopping-option-buttons{display:flex;flex-wrap:wrap;gap:8px}
.orion-chat-plugin-fresh-shopping-option-button{padding:8px 14px;border:1px solid #dadce0;border-radius:20px;background:#fff;cursor:pointer;transition:all .2s;font-size:13px;color:#3c4043;font-family:inherit}
.orion-chat-plugin-fresh-shopping-option-button:hover{border-color:#1a73e8;background:#f8f9fa}
.orion-chat-plugin-fresh-shopping-option-button.selected{background:#e8f0fe;color:#1967d2;border-color:#1967d2;font-weight:700}
.orion-chat-plugin-fresh-shopping-modal-actions{display:flex;gap:10px;margin-top:4px}
.orion-chat-plugin-fresh-shopping-btn-primary{flex:1;padding:12px 18px;background:#1a73e8;color:#fff;border:0;border-radius:5px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit}
.orion-chat-plugin-fresh-shopping-btn-primary:hover{background:#1557b0;box-shadow:0 2px 8px rgba(26,115,232,.28)}
.orion-chat-plugin-fresh-shopping-btn-primary:disabled{opacity:.6;cursor:not-allowed}
.orion-chat-plugin-fresh-shopping-btn-icon{width:44px;height:44px;border:1px solid #dadce0;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;color:#3c4043;font-size:20px}
.orion-chat-plugin-fresh-shopping-btn-icon:hover{background:#f8f9fa;border-color:#1a73e8}
.orion-chat-plugin-fresh-shopping-btn-icon.liked{background:#fce8e6;border-color:#ea4335;color:#ea4335}
.orion-chat-plugin-fresh-shopping-toast{position:absolute;bottom:16px;right:16px;left:auto;background:#1e8e3e;color:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.22);display:none;z-index:30;font-weight:700;font-size:13px}
.orion-chat-plugin-fresh-shopping-toast.show{display:block;animation:orion-chat-plugin-fresh-shopping-slide-in .25s ease-out}
@keyframes orion-chat-plugin-fresh-shopping-slide-in{from{transform:translateX(100%);opacity:.7}to{transform:translateX(0);opacity:1}}
.orion-chat-plugin-fresh-shopping-categories-title{padding:14px 16px;border-bottom:1px solid #e8eaed;font-weight:700;color:#202124}
.orion-chat-plugin-fresh-shopping-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;padding:14px}
.orion-chat-plugin-fresh-shopping-category-card{background:#fff;border:1px solid #e8eaed;border-radius:10px;padding:14px;display:grid;gap:6px;justify-items:start;text-align:right;cursor:pointer;font-family:inherit;color:#202124;transition:all .2s}
.orion-chat-plugin-fresh-shopping-category-card:hover{box-shadow:0 1px 6px rgba(32,33,36,.2);transform:translateY(-1px)}
.orion-chat-plugin-fresh-shopping-category-icon{font-size:24px}
.orion-chat-plugin-fresh-shopping-category-card small{color:#70757a}
.orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-shopping-grid{max-height:calc(100vh - 250px);grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}
.orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-shopping-panel{width:100%;max-width:1040px;margin-inline:auto}
@media (max-width:720px){
  .orion-chat-plugin-fresh-shopping-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;max-height:440px}
  .orion-chat-plugin-fresh-shopping-product-info{padding:10px}
  .orion-chat-plugin-fresh-shopping-results-info{align-items:flex-start;flex-direction:column}
  .orion-chat-plugin-fresh-shopping-sort-options{right:0;left:auto}
  .orion-chat-plugin-fresh-shopping-modal{padding:8px}
  .orion-chat-plugin-fresh-shopping-modal-body{grid-template-columns:1fr;padding:14px;gap:16px}
  .orion-chat-plugin-fresh-shopping-main-image{height:240px}
  .orion-chat-plugin-fresh-shopping-detail-title{font-size:19px}
  .orion-chat-plugin-fresh-shopping-price-row.total strong{font-size:21px}
}

/* =====================================================================
   P8.3-A2 Flattened Shopping UI
   Products now sit directly in the chat stream without the large wrapper/card
   that consumed empty space around the result grid. Product cards keep the
   original Google-Shopping style; only the outside shell is removed.
   ===================================================================== */
.orion-chat-plugin-fresh-shopping-panel{
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  overflow:visible !important;
  margin-top:4px !important;
  width:100% !important;
  max-width:none !important;
}
.orion-chat-plugin-fresh-shopping-sticky{
  position:relative !important;
  top:auto !important;
  box-shadow:none !important;
  background:transparent !important;
  z-index:4 !important;
}
.orion-chat-plugin-fresh-shopping-filters{
  border-bottom:0 !important;
  padding:8px 0 8px !important;
  background:transparent !important;
}
.orion-chat-plugin-fresh-shopping-results-info{
  padding:6px 0 10px !important;
  background:transparent !important;
}
.orion-chat-plugin-fresh-shopping-grid{
  padding:0 !important;
  background:transparent !important;
  max-height:none !important;
  overflow:visible !important;
  grid-template-columns:repeat(auto-fit,minmax(210px,260px)) !important;
  justify-content:start !important;
}
.orion-chat-plugin-fresh-shopping-panel[dir="rtl"] .orion-chat-plugin-fresh-shopping-grid{
  justify-content:end !important;
}
.orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-shopping-panel{
  width:100% !important;
  max-width:none !important;
  margin-inline:0 !important;
}
.orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-shopping-grid{
  max-height:none !important;
  grid-template-columns:repeat(auto-fit,minmax(220px,280px)) !important;
}
.orion-chat-plugin-fresh-shopping-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:1000000 !important;
}
.orion-chat-plugin-fresh-shopping-category-grid{
  padding:0 !important;
  background:transparent !important;
}
.orion-chat-plugin-fresh-shopping-categories-title{
  padding:4px 0 10px !important;
  border-bottom:0 !important;
  background:transparent !important;
}
@media (max-width:720px){
  .orion-chat-plugin-fresh-shopping-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    justify-content:stretch !important;
  }
}

/* =====================================================================
   P8.3-A3 RTL + variation/review polish
   ===================================================================== */

.orion-chat-plugin-fresh-chat-panel[dir="ltr"],
.orion-chat-plugin-fresh-chat-panel[dir="ltr"] .orion-chat-plugin-fresh-chat-body,
.orion-chat-plugin-fresh-chat-panel[dir="ltr"] .orion-chat-plugin-fresh-chat-messages{
  direction:ltr !important;
  text-align:left !important;
}
.orion-chat-plugin-fresh-shopping-panel[dir="ltr"] .orion-chat-plugin-fresh-shopping-product-card,
.orion-chat-plugin-fresh-shopping-panel[dir="ltr"] .orion-chat-plugin-fresh-shopping-product-info,
.orion-chat-plugin-fresh-shopping-panel[dir="ltr"] .orion-chat-plugin-fresh-shopping-details{
  direction:ltr !important;
  text-align:left !important;
}
.orion-chat-plugin-fresh-chat-panel[dir="rtl"],
.orion-chat-plugin-fresh-chat-panel[dir="rtl"] .orion-chat-plugin-fresh-chat-body,
.orion-chat-plugin-fresh-chat-panel[dir="rtl"] .orion-chat-plugin-fresh-chat-messages{
  direction:rtl !important;
  text-align:right !important;
}
.orion-chat-plugin-fresh-chat-panel[dir="rtl"] .orion-chat-plugin-fresh-chat-msg.user{
  margin-left:auto !important;
  margin-right:0 !important;
  text-align:right !important;
  direction:rtl !important;
}
.orion-chat-plugin-fresh-chat-panel[dir="rtl"] .orion-chat-plugin-fresh-chat-msg.assistant{
  text-align:right !important;
  direction:rtl !important;
}
.orion-chat-plugin-fresh-chat-panel[dir="rtl"].orion-chat-plugin-fresh-chat-panel--fullscreen .orion-chat-plugin-fresh-chat-msg.user{
  margin-left:auto !important;
  margin-right:0 !important;
  margin-inline-start:0 !important;
  margin-inline-end:auto !important;
}
.orion-chat-plugin-fresh-shopping-panel[dir="rtl"] .orion-chat-plugin-fresh-shopping-grid{
  direction:rtl !important;
  justify-content:start !important;
}
.orion-chat-plugin-fresh-shopping-panel[dir="rtl"] .orion-chat-plugin-fresh-shopping-product-card,
.orion-chat-plugin-fresh-shopping-panel[dir="rtl"] .orion-chat-plugin-fresh-shopping-product-info,
.orion-chat-plugin-fresh-shopping-panel[dir="rtl"] .orion-chat-plugin-fresh-shopping-details{
  direction:rtl !important;
  text-align:right !important;
}
.orion-chat-plugin-fresh-shopping-panel[dir="rtl"] .orion-chat-plugin-fresh-shopping-card-actions,
.orion-chat-plugin-fresh-shopping-panel[dir="rtl"] .orion-chat-plugin-fresh-shopping-modal-actions,
.orion-chat-plugin-fresh-shopping-panel[dir="rtl"] .orion-chat-plugin-fresh-shopping-option-buttons{
  direction:rtl !important;
}
.orion-chat-plugin-fresh-shopping-review-section{
  background:#f8f9fa;
  border-radius:12px;
  padding:16px;
  display:grid;
  gap:10px;
}
.orion-chat-plugin-fresh-shopping-review-title{
  font-size:15px;
  font-weight:700;
  margin:0;
  color:#202124;
}
.orion-chat-plugin-fresh-shopping-review-stars{
  display:flex;
  gap:6px;
  direction:ltr;
  justify-content:flex-end;
}
.orion-chat-plugin-fresh-shopping-review-stars button{
  border:0;
  background:transparent;
  color:#dadce0;
  font-size:26px;
  cursor:pointer;
  line-height:1;
  padding:0 2px;
}
.orion-chat-plugin-fresh-shopping-review-stars button.active,
.orion-chat-plugin-fresh-shopping-review-stars button:hover{
  color:#fbbc04;
}
.orion-chat-plugin-fresh-shopping-review-comment{
  width:100%;
  min-height:72px;
  padding:10px 12px;
  border:1px solid #dadce0;
  border-radius:8px;
  font-family:inherit;
  font-size:13px;
  resize:vertical;
  box-sizing:border-box;
  direction:inherit;
  text-align:inherit;
}
.orion-chat-plugin-fresh-shopping-review-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}
.orion-chat-plugin-fresh-shopping-review-submit,
.orion-chat-plugin-fresh-shopping-google-review{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:6px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  text-decoration:none;
  font-family:inherit;
}
.orion-chat-plugin-fresh-shopping-review-submit{
  background:#1a73e8;
  color:#fff;
  border:0;
}
.orion-chat-plugin-fresh-shopping-google-review{
  background:#fff;
  color:#1967d2;
  border:1px solid #dbe7ff;
}
.orion-chat-plugin-fresh-shopping-google-sync-info{
  font-size:11px;
  color:#5f6368;
  line-height:1.5;
}


/* LIVE-A2.8 IN-CHAT CART DRAWER */
.orion-chat-plugin-fresh-cart-confirmation{direction:rtl;text-align:right}
.orion-chat-cart-drawer{direction:rtl;text-align:right;background:#fff;border:1px solid #e8eaed;border-radius:14px;padding:14px;display:grid;gap:12px;box-shadow:0 1px 4px rgba(32,33,36,.08);color:#202124;max-width:100%}
.orion-chat-cart-head{display:flex;align-items:center;gap:10px;border-bottom:1px solid #eef0f2;padding-bottom:10px}
.orion-chat-cart-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e8f0fe;color:#1967d2;font-size:18px;flex:0 0 auto}
.orion-chat-cart-title{display:grid;gap:2px;min-width:0}
.orion-chat-cart-title strong{font-size:15px;color:#202124}
.orion-chat-cart-title small{font-size:12px;color:#70757a}
.orion-chat-cart-empty{background:#f8f9fa;border:1px dashed #dadce0;border-radius:12px;padding:13px;color:#5f6368;font-size:13px;line-height:1.5}
.orion-chat-cart-items{display:grid;gap:10px}
.orion-chat-cart-item{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:10px;align-items:start;border:1px solid #eef0f2;border-radius:12px;padding:10px;background:#fff}
.orion-chat-cart-item-image{width:52px;height:52px;border-radius:10px;object-fit:cover;background:#f8f9fa;direction:ltr}
.orion-chat-cart-item-main{display:grid;gap:5px;min-width:0}
.orion-chat-cart-item-title{font-size:13px;font-weight:700;color:#202124;line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.orion-chat-cart-item-meta{font-size:11px;color:#70757a;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.orion-chat-cart-item-price{font-size:13px;font-weight:700;color:#188038}
.orion-chat-cart-qty{display:inline-flex;align-items:center;gap:6px;margin-top:2px;width:max-content;border:1px solid #dadce0;border-radius:999px;padding:3px 5px;background:#fff}
.orion-chat-cart-qty-btn{width:24px;height:24px;border:0;border-radius:50%;background:#f1f3f4;color:#3c4043;cursor:pointer;display:grid;place-items:center;font-size:16px;line-height:1;font-family:inherit}
.orion-chat-cart-qty-btn:hover{background:#e8f0fe;color:#1967d2}
.orion-chat-cart-qty-btn:disabled{opacity:.55;cursor:not-allowed}
.orion-chat-cart-qty-current{min-width:20px;text-align:center;font-size:12px;font-weight:700;color:#202124}
.orion-chat-cart-remove{align-self:start;border:0;background:#f8f9fa;color:#b3261e;border-radius:999px;padding:6px 9px;font-size:12px;cursor:pointer;font-family:inherit}
.orion-chat-cart-remove:hover{background:#fce8e6}
.orion-chat-cart-remove:disabled{opacity:.55;cursor:not-allowed}
.orion-chat-cart-coupon{display:flex;gap:8px;align-items:center;background:#f8f9fa;border:1px solid #eef0f2;border-radius:12px;padding:8px}
.orion-chat-cart-coupon-input{flex:1;min-width:0;border:1px solid #dadce0;border-radius:8px;background:#fff;padding:8px 10px;font-size:13px;font-family:inherit;text-align:right;direction:rtl;color:#202124}
.orion-chat-cart-coupon-btn{border:0;background:#fff;color:#1967d2;border:1px solid #dbe7ff;border-radius:8px;padding:8px 12px;font-weight:700;font-size:13px;cursor:pointer;font-family:inherit;white-space:nowrap}
.orion-chat-cart-coupon-btn:hover{background:#e8f0fe}
.orion-chat-cart-coupon-btn:disabled{opacity:.55;cursor:not-allowed}
.orion-chat-cart-summary{display:grid;gap:7px;border-top:1px solid #eef0f2;padding-top:10px}
.orion-chat-cart-summary-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:#5f6368}
.orion-chat-cart-summary-row strong{font-size:13px;color:#202124}
.orion-chat-cart-summary-row.is-total{font-weight:700;color:#202124;border-top:1px solid #eef0f2;margin-top:3px;padding-top:9px}
.orion-chat-cart-summary-row.is-total strong{font-size:17px;color:#188038}
.orion-chat-cart-summary-coupons{background:#e6f4ea;color:#137333;border-radius:8px;padding:7px 9px;font-size:12px;font-weight:700}
.orion-chat-cart-actions{display:flex;gap:8px;justify-content:flex-start}
.orion-chat-cart-checkout{width:100%;border:0;background:#1a73e8;color:#fff;border-radius:10px;padding:11px 14px;font-weight:700;font-size:14px;cursor:pointer;font-family:inherit}
.orion-chat-cart-checkout:hover{background:#1557b0;box-shadow:0 2px 8px rgba(26,115,232,.24)}
.orion-chat-cart-checkout:disabled{opacity:.6;cursor:not-allowed}
@media (max-width:480px){.orion-chat-cart-item{grid-template-columns:44px minmax(0,1fr);}.orion-chat-cart-item-image{width:44px;height:44px}.orion-chat-cart-remove{grid-column:2;justify-self:start}.orion-chat-cart-coupon{flex-direction:column;align-items:stretch}.orion-chat-cart-coupon-btn{width:100%}}


/* A2.9: true inline shortcode mode. */
.orion-chat-plugin-fresh-chat-widget-mount[data-mode="inline"]{width:100%;min-height:640px;display:block;position:relative}
.orion-chat-plugin-fresh-chat-widget-mount--active .orion-chat-plugin-fresh-chat-panel--inline{position:relative;left:auto;right:auto;bottom:auto;width:100%;max-width:100%;height:min(720px,calc(100vh - 120px));min-height:520px;display:flex;margin:0 auto;z-index:1}
.orion-chat-plugin-fresh-chat-panel--inline.orion-chat-plugin-fresh-chat-panel--fullscreen{position:relative;inset:auto;width:100%;height:min(840px,calc(100vh - 80px));border-radius:22px}

/* A12.6.2 Smart Entry Focus Mode — opt-in fullscreen focus backdrop. */
.orion-chat-plugin-fresh-chat-focus-backdrop{
  position:fixed;
  inset:0;
  z-index:999998;
  display:none;
  background:rgba(15,23,42,.18);
  -webkit-backdrop-filter:blur(var(--orion-chat-plugin-fresh-smart-entry-focus-blur,5px));
  backdrop-filter:blur(var(--orion-chat-plugin-fresh-smart-entry-focus-blur,5px));
  pointer-events:none;
}
.orion-chat-plugin-fresh-chat-focus-backdrop.is-active{display:block;}
.orion-chat-plugin-fresh-chat-panel--smart-focus{z-index:999999;}
.orion-chat-plugin-fresh-smart-entry-focus-active{overflow:hidden;}
@media (prefers-reduced-transparency: reduce){
  .orion-chat-plugin-fresh-chat-focus-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:rgba(15,23,42,.32);}
}


/* A12.6.3 Dynamic Quick Replies: deterministic allowlisted chips. */
.orion-chat-plugin-fresh-chat-dynamic-quick-replies{display:none;gap:8px;flex-wrap:wrap;padding:8px 16px 14px;margin-top:2px}
.orion-chat-plugin-fresh-chat-dynamic-quick-replies.is-visible{display:flex}
.orion-chat-plugin-fresh-chat-quick-reply{border:1px solid rgba(30,136,229,.24);background:#fff;color:#17456f;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px rgba(15,23,42,.06);transition:transform .12s ease,border-color .12s ease,background .12s ease}
.orion-chat-plugin-fresh-chat-quick-reply:hover,.orion-chat-plugin-fresh-chat-quick-reply:focus{border-color:var(--orion-chat-plugin-fresh-primary,#1E88E5);background:rgba(30,136,229,.08);transform:translateY(-1px);outline:none}
.orion-chat-plugin-fresh-chat-quick-reply:focus-visible{outline:2px solid var(--orion-chat-plugin-fresh-primary,#1E88E5);outline-offset:2px}
