#ephemeral-live-chat-root{max-width:760px;margin:20px auto;border:1px solid #ddd;border-radius:12px;overflow:hidden;background:#fff;font-family:system-ui,-apple-system,sans-serif}#ephemeral-live-chat-root .elc-header{padding:14px 18px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;gap:12px;align-items:center}#ephemeral-live-chat-root .elc-status{font-size:.85em;margin-left:8px}#ephemeral-live-chat-root .elc-status.open{color:#198754}#ephemeral-live-chat-root .elc-status.closed{color:#b42318}#ephemeral-live-chat-root .elc-expiry{font-size:.85em;color:#666}#ephemeral-live-chat-root .elc-join,#ephemeral-live-chat-root .elc-closed{padding:28px;text-align:center}#ephemeral-live-chat-root .elc-join input,#ephemeral-live-chat-root .elc-form input{width:100%;box-sizing:border-box;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:16px}#ephemeral-live-chat-root .elc-join button,#ephemeral-live-chat-root .elc-form button{margin-top:10px;padding:10px 16px;border:0;border-radius:8px;cursor:pointer}#ephemeral-live-chat-root .elc-room{padding:12px}#ephemeral-live-chat-root #ephemeral-live-chat-root .elc-messages{height:420px;overflow-y:auto;padding:4px}#ephemeral-live-chat-root .elc-message{padding:10px 12px;margin:8px 0;border-radius:10px;background:#f5f5f5}#ephemeral-live-chat-root .elc-meta{display:flex;gap:8px;align-items:center;font-size:.9em;margin-bottom:4px}#ephemeral-live-chat-root .elc-meta time{margin-left:auto;color:#777;font-size:.85em}#ephemeral-live-chat-root .elc-body{white-space:pre-wrap;overflow-wrap:anywhere}#ephemeral-live-chat-root .elc-form{display:flex;gap:8px;margin-top:10px}#ephemeral-live-chat-root .elc-form input{flex:1}#ephemeral-live-chat-root .elc-form button{margin-top:0}@media(max-width:600px){#ephemeral-live-chat-root .elc-header{align-items:flex-start;flex-direction:column}#ephemeral-live-chat-root .elc-form{flex-direction:column}#ephemeral-live-chat-root .elc-form button{width:100%}}
