
.bp-online-chat{display:flex;flex-direction:column;min-height:360px;height:390px;box-sizing:border-box}
.bp-online-chat__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}
.bp-online-chat__kicker{display:block;font-size:9px;font-weight:900;letter-spacing:.08em;color:var(--bp-main-accent,#1769e0)}
.bp-online-chat__title{margin:2px 0 0;font-size:14px;line-height:1.3;color:inherit}
.bp-online-chat__status{padding:4px 8px;border-radius:999px;background:#e7f8ee;color:#17844a;font-size:9px;font-weight:900}
.bp-online-chat__viewer{font-size:10px;opacity:.75;margin-top:2px}
.bp-online-chat__messages{flex:1 1 auto;min-height:0;overflow-y:auto;padding:9px;border:1px solid rgba(130,155,180,.28);border-radius:11px;background:rgba(248,251,255,.78)}
.bp-online-chat__row{display:flex;gap:7px;align-items:flex-start;margin-bottom:8px}.bp-online-chat__row.is-mine{flex-direction:row-reverse}
.bp-online-chat__avatar{width:27px;height:27px;flex:0 0 27px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e5eef9;color:#2267bd;font-size:10px;font-weight:900;overflow:hidden}
.bp-online-chat__bubble{max-width:80%;padding:7px 9px;border-radius:13px 13px 13px 4px;background:#edf3f8;color:#27394c}
.bp-online-chat__row.is-mine .bp-online-chat__bubble{background:var(--bp-main-accent,#1769e0);color:#fff;border-radius:13px 13px 4px 13px}
.bp-online-chat__meta{display:flex;gap:4px;align-items:center;font-size:9px;opacity:.76;margin-bottom:3px}.bp-online-chat__meta b{font-size:10px}.bp-online-chat__meta time{margin-left:auto}
.bp-online-chat__bubble p{margin:0;font-size:11px;line-height:1.5;word-break:break-word}
.bp-online-chat__form{display:grid;grid-template-columns:minmax(0,1fr) 58px;gap:6px;margin-top:8px}
.bp-online-chat__form input{width:100%;min-width:0;height:38px;box-sizing:border-box;padding:0 10px;border:1px solid rgba(130,155,180,.35);border-radius:10px;background:#fff;color:#27394c;font-size:12px}
.bp-online-chat__form button{height:38px;border:0;border-radius:10px;background:var(--bp-main-accent,#1769e0);color:#fff;font-size:12px;font-weight:850;cursor:pointer}
.bp-online-chat__empty,.bp-online-chat__error{min-height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;color:#8496a8}.bp-online-chat__error{color:#ad5258}
.bp-online-viewer-badge{display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border-radius:10px;background:rgba(23,105,224,.10);font-size:11px;font-weight:800;color:inherit}
html.bp-dark .bp-online-chat__messages,body.bp-dark .bp-online-chat__messages,html[data-theme="dark"] .bp-online-chat__messages{background:#122236;border-color:#314b66}
html.bp-dark .bp-online-chat__bubble,body.bp-dark .bp-online-chat__bubble,html[data-theme="dark"] .bp-online-chat__bubble{background:#1c3047;color:#e8f0f8}
html.bp-dark .bp-online-chat__form input,body.bp-dark .bp-online-chat__form input,html[data-theme="dark"] .bp-online-chat__form input{background:#14263a;color:#edf5fc;border-color:#35516c}

.bp-online-chat__avatar{overflow:hidden}.bp-online-chat__avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}
