.http-block {
  font-family: ui-monospace, 'SFMono-Regular', Menlo, Consolas, 'Liberation Mono', monospace;
  font-size: 0.82rem;
  line-height: 1.7;
  background: #10131C;
  color: #DCE1F0;
  border-radius: 8px;
  padding: 0.9rem 1.1rem;
  word-break: break-all;
  margin-bottom: 1rem;
}

.http-block--request { color: #8791AC; }
.http-block--request .tok-method { color: #8791AC; font-weight: 600; }

.startline { font-weight: 500; margin-bottom: 0.15rem; }
.tok-method { color: #7FF0C4; font-weight: 600; }
.tok-target { color: #fff; }
.tok-version { color: #6E7791; }

.headerline { color: #DCE1F0; }

.http-block__divider {
  border-top: 1px dashed #232838;
  margin: 0.7rem 0 0.6rem;
}
.content-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7B85A3;
  margin-bottom: 0.3rem;
}
.content-body {
  color: #FBBF24;
  white-space: pre-wrap;
  min-height: 1.7em;
}
