.wcom-thread {
  max-width: 860px;
}
.wcom-thread__header h2 {
  margin-bottom: 6px;
}
.wcom-thread__header p {
  margin-bottom: 16px;
  opacity: .8;
}
.wcom-thread__empty,
.wcom-thread__messages {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  background: #fff;
  padding: 16px;
  margin-bottom: 18px;
}
.wcom-message {
  padding: 14px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.wcom-message:last-child {
  margin-bottom: 0;
}
.wcom-message.is-customer {
  background: #f7f7f7;
}
.wcom-message.is-staff {
  background: #eef6ff;
}
.wcom-message__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 13px;
}
.wcom-message__content {
  line-height: 1.55;
}
.wcom-thread__form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}
.wcom-thread__form textarea {
  width: 100%;
  min-height: 140px;
  margin-bottom: 12px;
}
