.expansion-demo{min-height:190px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8}
.demo-output.is-shortcut{color:#0066ff;background:#eaf2ff;border-radius:5px;padding:2px 5px;font-family:ui-monospace,monospace}
.demo-output.is-expanded{animation:reply-appear .3s ease-out}
@keyframes reply-appear{from{opacity:.35;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.demo-caption{position:relative;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 14px;margin-top:22px}
.demo-caption .caption{margin:0}
.demo-toggle{background:transparent;border:1px solid #ccd9ec;border-radius:6px;color:#63728a;font:inherit;font-size:12px;padding:5px 9px;min-height:30px}
.demo-toggle:hover{background:#edf4ff;color:#0066ff}
.demo-toggle[hidden]{display:none}
@media(prefers-reduced-motion:reduce){.demo-output.is-expanded{animation:none}.expansion-demo .caret{display:none}}
.demo-examples{position:relative;display:flex;justify-content:center;gap:6px;margin:0 0 18px}
.demo-examples button{border:1px solid transparent;border-radius:20px;background:transparent;padding:8px 14px;font:inherit;font-size:13px;font-weight:600;color:#63728a;min-height:36px}
.demo-examples button:hover{background:#fff9;color:#0066ff}
.demo-examples button[aria-pressed=true]{background:white;border-color:#d8e3f4;color:#005cdb;box-shadow:0 2px 8px #17264008}
.demo-examples button{display:grid;place-items:center;width:46px;height:42px;padding:8px;border-radius:12px}
.demo-examples img{display:block}
.demo-window .bar .demo-app-name{display:flex;justify-content:flex-end;margin-left:auto;margin-right:0;padding-right:0}
.demo-window .message{height:350px;min-height:350px;display:flex;flex-direction:column;padding:18px 24px 30px;overflow:hidden}
.demo-email-fields{font-size:13px;margin-bottom:18px}
.demo-email-fields>div{border-bottom:1px solid #edf0f5;padding:8px 0;line-height:1.6}
.demo-email-fields span{display:inline-block;width:60px;color:#7b8798}
.demo-window .expansion-demo{min-height:0;flex:1;font-size:15px}
.demo-chat-conversation,.demo-linkedin-recipient,.demo-send{display:none}
.demo-window[data-example-kind=linkedin] .demo-email-fields,.demo-window[data-example-kind=chat] .demo-email-fields{display:none}
.demo-window[data-example-kind=linkedin] .demo-linkedin-recipient{display:block}
.demo-window[data-example-kind=chat] .message{background:#fafbfe}
.demo-window[data-example-kind=chat] .demo-chat-conversation{display:block;flex:1}
.chatbot-greeting{display:flex;gap:10px;align-items:flex-start;margin-top:12px}
.chatbot-greeting img{flex-shrink:0;margin-top:7px}
.chatbot-greeting p{margin:0;padding:10px 13px;background:#edf2fa;border-radius:0 12px 12px 12px;font-size:14px;line-height:1.6}
.demo-window[data-example-kind=chat] .expansion-demo{position:relative;flex:none;min-height:126px;background:white;border:1px solid #d8e2ef;border-radius:15px;padding:12px 36px 12px 14px;box-shadow:0 3px 12px #17264006;font-size:14px;line-height:1.6}
.demo-window[data-example-kind=chat] .demo-send{display:grid;place-items:center;position:absolute;right:9px;bottom:9px;background:#0066ff;color:#fff;border-radius:50%;width:25px;height:25px;font-size:17px;line-height:1}
@media(max-width:380px){.demo-window .message{padding:14px 16px 26px;height:390px;min-height:390px}.demo-window .expansion-demo{font-size:14px}}
