/* Chatbot notario-online — estilo coherente con el tema (azul #4353FF) */
.nol-chat{position:fixed;right:20px;bottom:20px;z-index:99999;font-family:Inter,system-ui,-apple-system,sans-serif}
.nol-chat-toggle{display:flex;align-items:center;gap:10px;background:#4353FF;color:#fff;border:0;border-radius:50px;padding:16px 26px;font-size:17px;font-weight:600;cursor:pointer;box-shadow:0 10px 28px rgba(67,83,255,.4);transition:.2s}
.nol-chat-toggle:hover{background:#2e3ce0;transform:translateY(-2px)}
.nol-chat-toggle-icon{font-size:24px;line-height:1}
.nol-chat.open .nol-chat-toggle{display:none}

.nol-chat-panel{width:360px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 100px);background:#fff;border-radius:16px;box-shadow:0 16px 48px rgba(20,24,60,.25);display:none;flex-direction:column;overflow:hidden}
.nol-chat.open .nol-chat-panel{display:flex}
.nol-chat-head{background:#4353FF;color:#fff;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}
.nol-chat-head small{display:block;opacity:.85;font-size:11px;margin-top:2px}
.nol-chat-close{background:transparent;border:0;color:#fff;font-size:24px;line-height:1;cursor:pointer;padding:0 4px}

.nol-chat-msgs{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px;background:#f7f8ff}
.nol-msg{max-width:85%;padding:10px 13px;border-radius:14px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}
.nol-msg a{color:inherit;font-weight:600;text-decoration:underline}
.nol-msg.bot{background:#fff;color:#222;align-self:flex-start;border:1px solid #e6e8ff;border-bottom-left-radius:4px}
.nol-msg.user{background:#4353FF;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}
.nol-msg.bot a{color:#4353FF}
.nol-typing{align-self:flex-start;color:#8a8fb5;font-size:13px;padding:4px 6px}

.nol-chat-quick{display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px;background:#f7f8ff;border-top:1px solid #eef0ff}
.nol-chat-quick button{background:#eef0ff;color:#3545ee;border:0;border-radius:16px;padding:6px 11px;font-size:12px;cursor:pointer;transition:.15s}
.nol-chat-quick button:hover{background:#4353FF;color:#fff}

.nol-chat-form{display:flex;gap:8px;padding:10px 12px;border-top:1px solid #eef0ff;background:#fff}
.nol-chat-form input{flex:1;border:1px solid #d5d9ff;border-radius:22px;padding:10px 14px;font-size:14px;outline:none}
.nol-chat-form input:focus{border-color:#4353FF}
.nol-chat-form button{background:#4353FF;color:#fff;border:0;border-radius:50%;width:40px;height:40px;font-size:16px;cursor:pointer;flex:0 0 40px}
.nol-chat-wa{display:block;text-align:center;padding:8px;font-size:12px;color:#25D366;text-decoration:none;font-weight:600;background:#fff}

@media(max-width:480px){
  .nol-chat{right:14px;bottom:14px}
  .nol-chat-panel{width:calc(100vw - 24px);height:calc(100vh - 90px)}
  .nol-chat-toggle-text{display:none}
  .nol-chat-toggle{padding:18px;border-radius:50%}
  .nol-chat-toggle-icon{font-size:26px}
}
