.hostini-code {
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  overflow: hidden;
  margin: 16px 0;
}

.hostini-code__bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 12px;
  background: rgba(0,0,0,.04);
  gap: 12px;
}

.hostini-code__meta{ display:flex; gap:10px; align-items:center; }
.hostini-code__title{ font-weight: 600; }
.hostini-code__lang{
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  opacity: .8;
}

.hostini-code__copy{
  cursor:pointer;
  border: 1px solid rgba(0,0,0,.18);
  background: #fff;
  border-radius: 10px;
  padding: 6px 10px;
  font-weight: 600;
}

.hostini-code__pre{
  margin: 0;
  padding: 14px 16px;
  overflow:auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
  line-height: 1.55;
  background: #0b0f14;
  color: #e6edf3;
}

.hostini-code__pre code { white-space: pre; }
