.composer .wake-toggle {
  position: static;
  grid-column: 1 / -1;
  width: max-content;
  height: auto;
  margin-left: 5px;
  padding: 5px 9px;
  border: 1px solid #dedbd3;
  border-radius: 12px;
  background: #f2f0eb;
  color: #706c64;
  font-size: 10px;
}

.composer .wake-toggle[aria-pressed="true"] {
  background: #e8efe4;
  color: #52704d;
}

.message-source {
  display: block;
  margin-bottom: 3px;
  color: #8b877e;
  font-size: 9px;
  letter-spacing: .08em;
}

.autonomy-receipt {
  display: block;
  width: min(100%, 560px);
  margin: 10px auto 16px;
  padding: 9px 12px;
  border: 1px solid #e2dfd7;
  border-radius: 13px;
  background: #f8f7f3;
  color: #77736b;
  font: inherit;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
}

.wake-history-item {
  display: grid;
  gap: 4px;
  padding: 11px 0;
  border-top: 1px solid #ebe8e1;
}

.wake-history-item strong { font-size: 14px; }
.wake-history-item small { color: #77736b; line-height: 1.45; }
