@charset "utf-8";

/* ==============================
  Updates Markdown
============================== */

.updates_markdown {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  word-break: keep-all;
}

.updates_markdown h2,
.updates_markdown h3,
.updates_markdown h4 {
  margin: 24px 0 12px;
  color: #111;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.updates_markdown h2:first-child,
.updates_markdown h3:first-child,
.updates_markdown h4:first-child {
  margin-top: 0;
}

.updates_markdown h2 {
  font-size: 24px;
}

.updates_markdown h3 {
  font-size: 20px;
}

.updates_markdown h4 {
  font-size: 17px;
}

.updates_markdown p {
  margin: 0 0 12px;
}

.updates_markdown p:last-child {
  margin-bottom: 0;
}

.updates_markdown ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.updates_markdown ul + h2,
.updates_markdown ul + h3,
.updates_markdown ul + h4,
.updates_markdown p + h2,
.updates_markdown p + h3,
.updates_markdown p + h4 {
  margin-top: 28px;
}

.updates_markdown li {
  position: relative;
  padding-left: 18px;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.updates_markdown li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111;
}

.updates_markdown strong {
  color: #111;
  font-weight: 900;
}

.updates_markdown code {
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  border-radius: 7px;
  background: #f3f4f6;
  color: #111827;
  font-family: Consolas, Monaco, monospace;
  font-size: 13px;
  font-weight: 800;
}

.updates_markdown a {
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {

  .updates_markdown {
    font-size: 14px;
  }

  .updates_markdown h2 {
    font-size: 21px;
  }

  .updates_markdown h3 {
    font-size: 18px;
  }

  .updates_markdown h4 {
    font-size: 16px;
  }

}
