.ai-markdown-shell {
  width: min(1160px, calc(100% - 64px));
  margin: 0 auto;
  padding: 72px 0 110px;
}

.ai-markdown-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.ai-markdown-file {
  margin: 0;
  color: #343138;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: clamp(14px, 1.22vw, 17px);
  font-weight: 400;
  line-height: 1.8;
  overflow-wrap: anywhere;
  tab-size: 2;
  white-space: pre-wrap;
  word-break: normal;
}

.ai-markdown-file a {
  color: #5637e6;
  text-decoration: none;
}

.ai-markdown-file a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 720px) {
  .ai-markdown-shell {
    width: min(100% - 36px, 1160px);
    padding: 46px 0 76px;
  }

  .ai-markdown-file {
    font-size: 13px;
    line-height: 1.72;
  }
}
