.brand b {
  position: relative;
}

.card {
  box-shadow: 0 16px 44px rgba(17, 53, 45, .045);
}

.metric {
  position: relative;
  overflow: hidden;
}

.metric::after {
  content: "";
  position: absolute;
  right: -18px;
  top: -18px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(38, 118, 97, .055);
}

.flow span:last-child {
  max-width: 220px;
}

.lead-field {
  background: #fffefb;
}

.message.caller {
  background: #dfeee7;
}

.message:not(.caller) {
  background: #edf3ee;
}

.live {
  box-shadow: 0 10px 30px rgba(17, 53, 45, .05);
}
