.product-chat-box{background:#f5f7fc;border-radius:8px;grid-template-columns:1fr;gap:16px;padding:16px;display:grid}.product-chat-box__upper{grid-template-columns:48px 1fr;align-items:center;gap:8px;display:grid}.product-chat-box__img{border:1px solid #d8dbe5;border-radius:50%;display:block}.product-chat-box__times{color:#586280;align-items:center;gap:4px;margin:0;font-size:12px;line-height:1.5;display:flex}.product-chat-box__times:before{content:"";background:#2e8462;border-radius:50%;width:8px;height:8px}.product-chat-box__times.product-chat-box__times--unavailable:before{background:#e70839}.product-chat-box__help{margin:0;font-size:14px;font-weight:500;line-height:1.42}.product-chat-box__buttons{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.product-chat-box__buttons .bttn.bttn--sm{font-size:14px;font-weight:600;line-height:1.42}