/* Mboka customer chat v410 */
@media (max-width:720px){
  .mbk-chat .mbk-msg-sent-time,
  .mbk-chat .mbk-v410-message-time{
    display:block;
    width:100%;
    box-sizing:border-box;
    margin:5px 1px 0;
    color:rgba(203,213,225,.68);
    font-size:10px;
    font-weight:700;
    line-height:1;
    text-align:right;
    font-variant-numeric:tabular-nums;
    pointer-events:none;
  }

  .mbk-chat .mbk-v408-message-time{
    display:none!important;
  }

  .mbk-v408-action[data-action="gallery"] svg,
  .mbk-v408-action[data-action="camera"] svg{
    width:22px;
    height:22px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
}


/* v410.2 R5 — customer history OFF hides both directions only in customer UI. */
html.mboka-customer-history-off .mbk-chat #mbk-msgs .msg.me,
html.mboka-customer-history-off .mbk-chat #mbk-msgs .msg.bot{
  display:none !important;
}
.mbk-chat audio,.mbk-chat .mbk-media-audio{max-width:100%;min-width:0}
/* MBOKA_CUSTOMER_HISTORY_CSS='v4102-r5' */
