/* Mboka customer conversation v410.3 */
html.mboka-v4103-active .mbk-v4103-timeline{
  display:flex;
  flex-direction:column;
  gap:12px;
  width:100%;
  min-width:0;
}
html.mboka-v4103-active .mbk-v4103-day{
  display:flex;
  flex-direction:column;
  gap:9px;
  width:100%;
  min-width:0;
}
html.mboka-v4103-active .mbk-v4103-date{
  align-self:center;
  padding:5px 10px;
  border:1px solid rgba(148,163,184,.18);
  border-radius:999px;
  background:rgba(15,23,42,.78);
  color:rgba(226,232,240,.72);
  font-size:10px;
  font-weight:800;
  letter-spacing:.02em;
}
html.mboka-v4103-active .mbk-v4103-day-items{
  display:flex;
  flex-direction:column;
  gap:8px;
  width:100%;
  min-width:0;
}
html.mboka-v4103-active .mbk-v4103-row{
  display:flex;
  width:100%;
  min-width:0;
}
html.mboka-v4103-active .mbk-v4103-row.staff{justify-content:flex-start}
html.mboka-v4103-active .mbk-v4103-row.visitor{justify-content:flex-end}
html.mboka-v4103-active .mbk-v4103-bubble{
  max-width:min(84%,520px);
  min-width:0;
  padding:10px 12px 8px;
  border:1px solid rgba(148,163,184,.22);
  border-radius:18px;
  background:#0b1629;
  color:#eef4ff;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}
html.mboka-v4103-active .mbk-v4103-row.visitor .mbk-v4103-bubble{
  background:#10213b;
  border-color:rgba(96,165,250,.30);
}
html.mboka-v4103-active .mbk-v4103-body{
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  font-size:14px;
  line-height:1.42;
}
html.mboka-v4103-active .mbk-v4103-meta{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:5px;
  margin-top:6px;
  color:rgba(203,213,225,.68);
  font-size:10px;
  font-weight:700;
  font-variant-numeric:tabular-nums;
}
html.mboka-v4103-active .mbk-v4103-who::after{content:' ·';}
html.mboka-v4103-active .mbk-v4103-receipt{
  min-width:18px;
  text-align:right;
  letter-spacing:-2px;
  color:rgba(203,213,225,.72);
}
html.mboka-v4103-active .mbk-v4103-receipt.seen{color:#93c5fd}
html.mboka-v4103-active .mbk-v4103-media{
  display:grid;
  gap:7px;
  margin-top:8px;
}
html.mboka-v4103-active .mbk-v4103-media img,
html.mboka-v4103-active .mbk-v4103-media video{
  display:block;
  width:100%;
  max-height:310px;
  object-fit:cover;
  border-radius:12px;
}
html.mboka-v4103-active .mbk-v4103-media audio{
  display:block;
  width:100%;
  min-width:220px;
  max-width:100%;
}
html.mboka-v4103-active .mbk-v4103-file{
  color:#bfdbfe;
  text-decoration:underline;
  overflow-wrap:anywhere;
}
html.mboka-v4103-active .mbk-v4103-shadowed{display:none!important}
/* R5 hides old history when history is OFF. The authoritative v410.3 live timeline is separate and remains usable. */
html.mboka-v4103-active.mboka-customer-history-off .mbk-v4103-timeline{display:flex!important}
/* MBOKA_CUSTOMER_CONVERSATION_CSS='v4103' */

