.livechat-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
}
.livechat-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.livechat-text {
  display: flex;
  flex-direction: column;
  line-height: 19px;
}

.livechat-title {
  font-weight: 600;
  font-size: 16px;
}

.livechat-hours {
  font-family: 'Avenir', 'Avenir Next', sans-serif;
  font-size: 13px;
}