/* V41: estilos aislados del asistente; no hereda botones ni fondos del hero. */
.chat-panel[data-chat-version="46"] {
  z-index: 1200;
  width: min(420px, calc(100vw - 36px));
  height: min(740px, calc(100dvh - 36px));
  background: #f1f5f9 !important;
  color: #071525 !important;
  overflow: hidden;
  isolation: isolate;
  transform: none !important;
  transition: opacity .2s ease, visibility .2s;
}
.chat-panel[data-chat-version="46"] .chat-head {
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  background: #071f3c !important;
  color: #fff !important;
  padding: 16px;
}
.chat-panel[data-chat-version="46"] .chat-head b { font-size: 15px; }
.chat-panel[data-chat-version="46"] .chat-head small { font-size: 11px; color: #c8e3fa !important; margin-top: 4px; }
.chat-panel[data-chat-version="46"] .chat-head button {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 12px;
  background: #193d65 !important;
  color: white !important;
}
.chat-panel[data-chat-version="46"] .chat-messages {
  min-height: 0;
  flex: 1 1 auto;
  padding: 14px;
  background: #f1f5f9;
}
.chat-panel[data-chat-version="46"] .chat-message {
  max-width: 100% !important;
  color: #182d43 !important;
  background: #fff !important;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: none;
}
.chat-panel[data-chat-version="46"] .chat-message.user { background: #163e69 !important; color: white !important; }
.chat-panel[data-chat-version="46"] .chat-property {
  background: #edf4fb !important;
  color: #102841 !important;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.chat-panel[data-chat-version="46"] .chat-property b { color: #102841 !important; font-size: 14px !important; }
.chat-panel[data-chat-version="46"] .chat-property span,
.chat-panel[data-chat-version="46"] .chat-property small { color: #465c72 !important; font-size: 12px !important; line-height: 1.45; }
.chat-panel[data-chat-version="46"] .chat-property strong { color: #145798 !important; font-size: 15px !important; }
.chat-panel[data-chat-version="46"] .chat-property img { object-fit: cover; align-self: start; }
.chat-panel[data-chat-version="46"] .chat-property-actions button,
.chat-panel[data-chat-version="46"] .chat-property-actions a {
  min-height: 44px;
  font-size: 11px !important;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  background: #fff !important;
  color: #102841 !important;
  box-shadow: none !important;
}
.chat-panel[data-chat-version="46"] .chat-more,
.chat-panel[data-chat-version="46"] .chat-detail-actions :is(a,button) {
  min-height: 44px;
  font-size: 12px;
  text-transform: none;
  letter-spacing: normal;
  background: #165c9f !important;
  color: white !important;
}
.chat-panel[data-chat-version="46"] .chat-quick { flex: 0 0 auto; padding: 10px 12px; background: #f1f5f9; }
.chat-panel[data-chat-version="46"] .chat-quick button { min-height: 40px; font-size: 12px; color: #102841 !important; background: #fff !important; }
.chat-panel[data-chat-version="46"] .chat-form {
  flex: 0 0 auto;
  grid-template-columns: minmax(0, 1fr) 44px;
  background: #fff !important;
  padding: 12px;
  border-top: 1px solid #d7e2eb;
}
.chat-panel[data-chat-version="46"] .chat-form input { min-width: 0; height: 44px; font-size: 16px; color: #102841 !important; background: #fff !important; }
.chat-panel[data-chat-version="46"] .chat-form button { height: 44px; background: #165c9f !important; color: white !important; }
.chat-panel[data-chat-version="46"] :is(a,button,input):focus-visible { outline: 2px solid #1b7dc9; outline-offset: 2px; }
.chat-is-open :is(.oc26-whatsapp,.oc30-socials,.oc28-floating-socials) { visibility: hidden; pointer-events: none; }
@media (max-width: 700px) {
  .chat-panel[data-chat-version="46"] { top: 90px !important; right: 10px !important; bottom: 10px !important; width: calc(100vw - 20px) !important; height: calc(100dvh - 100px) !important; max-height: calc(100dvh - 100px) !important; }
}
@media (max-height: 520px) {
  .chat-panel[data-chat-version="46"] .chat-quick { display: none; }
  .chat-panel[data-chat-version="46"] .chat-head { padding-block: 8px; }
}
.chat-suggestion-note {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  background: #f0f6fb;
  color: #20384f;
  border-bottom: 1px solid #d8e4ed;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.chat-suggestion-note strong { font-size: 11px; letter-spacing: .025em; }
